anakinsolois Posted August 8, 2004 Share Posted August 8, 2004 How do you create an installer in VB.NET 2005? Link to comment Share on other sites More sharing options...
0 smurfiness Posted August 8, 2004 Share Posted August 8, 2004 If this is the Express version you're using, you can't. If you have one of the heavier versions, there should be a Windows Installer project you can choose to create. Link to comment Share on other sites More sharing options...
0 anakinsolois Posted August 8, 2004 Author Share Posted August 8, 2004 yup its the express version. any idea where i can get the other version from? Link to comment Share on other sites More sharing options...
0 chubby10 Posted August 8, 2004 Share Posted August 8, 2004 yup its the express version. any idea where i can get the other version from? One thing about dotnet based programming is that it is extremely easy to deploy. If the client has the correct framework version installed already, all you need is to copy your own DLLs and exe over. Of course, in your case, you will also need Framework Beta 2 runtime. Which, if anyone have any sense, won't install it on any production system :-) Link to comment Share on other sites More sharing options...
0 azcodemonkey Posted August 8, 2004 Share Posted August 8, 2004 yup its the express version. any idea where i can get the other version from? You can order the full version from microsoft on CD or DVD. It's $9.00(at least for the US). http://lab.msdn.microsoft.com/vs2005/get/default.aspx#vs2005 Mine came in the mail yesterday. :D Link to comment Share on other sites More sharing options...
0 anakinsolois Posted August 9, 2004 Author Share Posted August 9, 2004 Oh okay, thanks guys. I think ill get myself VB.NET 2003. Link to comment Share on other sites More sharing options...
Question
anakinsolois
How do you create an installer in VB.NET 2005?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts