I need an installation program to install my system
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
I need a program, like an installation wizard, to use with my program so that users can easily install the program. Can someone tell me where can I get that?! Thank you!:rolleyes:
VB6 comes with the Package and Deployment Wizard that creates the Setup package for you. VB.NET comes with Setup Projects that can package the thing up for you. RageInTheMachine9532
-
I need a program, like an installation wizard, to use with my program so that users can easily install the program. Can someone tell me where can I get that?! Thank you!:rolleyes:
Use package and deployment wizard(you already have it with Visual studio) or MS visual studio inastaller (free to download form microsoft site)