We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 92,171 times

Contents

Related Categories

Package & Deployment Wizard - Finished!

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.

James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.

Comments

  • Re: related to package installation

    Posted by Suresh P on 28 Aug 2007

    Hello


          Open the  folder(Package folder) where .exe file is available..


          There one setup file is available ...

  • Re: [27] Package & Deployment Wizard

    Posted by Thushan Fernando on 08 Apr 2006

    I keep seeing people post on the forums about P&D issues, P&D
    Wizard was great when VB6 first arrived (around 98) but after Microsoft
    invested in MSI (Windows Installer) P&D was pointles...

  • Posted by buffbuh on 03 Feb 2006

    No problem, Sallen. I'd be happy to help out if I can. I remember looking a while for answers for a while and finally gave up. Let me know if you found a legitimate solution. Good luck!

    Bryan

  • Posted by sallen on 03 Feb 2006

    Thanks Bryan. I'm going to have to do some research and recommend to my team what we do to resolve the issue. We've been talking about going to a different PDW for quite some time and as you say thi...

  • Wish I could help

    Posted by buffbuh on 03 Feb 2006

    SALLEN,

    I don't think I ever found a solution. But read on if you want an alternative solution.

    I decided I wanted a more professional software installation package anyways, that offered more...