i learned how to do this in class but i seem to have forgotten
how do you make a setup wizard in VB.NET that takes all the files and stuff needed and makes a setup file?
Printable View
i learned how to do this in class but i seem to have forgotten
how do you make a setup wizard in VB.NET that takes all the files and stuff needed and makes a setup file?
You create a new project and select the Setup Wizard and then follow the prompts. I've never used the wizard because I prefer the additional control of a regular setup project, but the idea of a wizard is that it tells you what to do along the way.
Check out my recent response to Dee-U in reference to deployment as it should help out alot, plus as JMC stated, there is no need to use the wizard since the actual setup process is very easy and completely configurable.
VB Forum Thread