Create a New Project

InstallShield 2012 Spring Express Edition

To create a new project for this tutorial:

1. Launch InstallShield.
2. On the File menu, click New. The New Project dialog box opens.
3. Select the Visual Basic 6.0 Wizard project type.
4. In the Project Name field, type VBWTutorial.ise.
5. In the Project Language box, select English (United States).
6. Click OK. The Visual Basic Wizard opens.
7. Read the information displayed on the first panel of the wizard and click Next.

Note: In this tutorial, the Visual Basic wizard is launched by creating a new Visual Basic 6.0 project. You can, however, also launch the Visual Basic Wizard in an existing installation project. To do so, click the Import Visual Basic Project button in the Dependencies view. When you use this import method, the wizard scans for all of the files and dependencies and enables you to add them to your project.

Continue