|
Re: Deploy VB Application
Right click the solution in solution explorer, choose add -> New Project... choose a setup project. Build the set-up project it will output a setup.exe and an msi file.
Google for tutorials on setup projects for more information, there's quite a lot you can do with them.
|