Packaging/Deploying a VB.Net
-
I have written the code, my next step is to produce a setup exe to install on other PCs. How is this done?
-
I have written the code, my next step is to produce a setup exe to install on other PCs. How is this done?
Batter is that you build the project in relese mode not debug... and then make setup program with Ino Setup! My suggestion is that. I work like that, Easy, Quick, Clasic, Not complicated... :-> FeRtoll Software.net -------------------- I fertoll@net.hr I --------------------
-
I have written the code, my next step is to produce a setup exe to install on other PCs. How is this done?
-
go to new project and select 'setup and deployment projects' from the left pane. and then u can either select 'setup wizard' or any other template as per your convenience. Before that test ur software for any bugs.
You can fid detailed steps on the msdn website. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vbtskcreatinginstallerforyourapplication.asp[^] With Best Regards, Mayur -- modified at 23:05 Sunday 5th March, 2006
-
Batter is that you build the project in relese mode not debug... and then make setup program with Ino Setup! My suggestion is that. I work like that, Easy, Quick, Clasic, Not complicated... :-> FeRtoll Software.net -------------------- I fertoll@net.hr I --------------------