Package & Deployment Wizard

Finished!

In the next screen, all you need to do is enter a name for the setup script to be saved as. This is so that you can re-compile the setup program when your application changes, without having to re-enter all the settings.

Next, click Finish, and your setup program will be compiled, and then a report will be displayed when the wizard has finished.

Now that your setup program has been created, all you need to do is test it! To do this, go to the folder you specified, and double click on Setup.exe... and your very own setup program will be run.

You can then copy these files onto a floppy disk or other media to distribute your program. Note that you need ALL the files that are generated in the folder. These are usually Setup.exe, Setup.lst, and a number of *.Cab files, depending on the CAB options you specified.

And that's it! Your very own setup program.... made easy by the Package & Deployment Wizard.

After a while, however, you may find that you need capabilities it does not have. If this is the case, you can...
1) Take a look at, and customize the VB source code of the setup program it creates. You can find this in %VBInstallPath%WizardsPDWizardSetup1. [It is recommended that you back up this folder first!] Once you have finished your customization, you need to re-run the Package & Deployment Wizard. (Thanks to Vincent Kemp for that)
2) Try another free program, the new Visual Studio Installer which uses the Windows Installer technology
3) Try a commercial product from InstallShield, or Wise Solutions.

You might also like...

Comments

About the author

James Crowley

James Crowley United Kingdom

James first started this website when learning Visual Basic back in 1999 whilst studying his GCSEs. The site grew steadily over the years while being run as a hobby - to a regular monthly audien...

Interested in writing for us? Find out more.

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“We better hurry up and start coding, there are going to be a lot of bugs to fix.”