How to Make a Program Group in PDW VB6

The Visual Basic (VB) 6 Program Group is a feature within the Package and Deployment Wizard, which helps you create an installation package for users to deploy the VB software you developed. The Wizard creates a Start Menu item of your software and the Program Group feature lets you edit information about that Start Menu item. The Wizard has a graphical interface and is simple and direct. Novice as well as experienced VB developers can use it to put the finishing touches on their software packages.

Things You'll Need

  • Microsoft Visual Studio 6.0
Show More

Instructions

    • 1

      Select the "Package and Deployment Wizard" from the Microsoft Visual 6.0 Start Menu.

    • 2

      Select your project under the "Select Project" menu. Click on the "Project" icon.

    • 3

      Select "Standard Setup Project."

    • 4

      Select where you want your package's support files to be installed. Press "Next" if the default works for you.

    • 5

      Press "Next" to include all of the displayed files in your package. If there is a file that's not supposed to be there, de-check it and then press "Next."

    • 6

      Choose which cab file option works for your application. The multiple cab option is for distribution through CDs and the single cab option is for digital distribution over a network.

    • 7

      Give your project a name that the user recognizes when the user's Setup Wizard is run.

    • 8

      Select "New Group" under the Start Menu Items screen. This is finally the part where you create a new program group. Type in the name of your program group. This is what will appear on the Start Menu for the user. Check "Private" if you want only the user who installed your package to be able to see this group or "Common" if anyone can see it. Press "OK" to create the new program group.

Related Searches:

References

Comments

Related Ads

Featured