InstallShield 11 Universal
A project holds the contents of your installation/uninstallation. You can create, open, and edit as many projects as necessary at the same time in the interface.
If a Universal Installer or Convert InstallShield project is selected to be created, you have the option of using the Project Assistant or configuring the project directly in the Installation Designer tab. For all other project types, you must configure your project in the Installation Designer because the Project Assistant is not available.

To set the Java compiler:
If you have not already done so, set the Java compiler that Universal will use to compile the Java code in your projects. This is done by selecting Options on the Tools menu. The compiler is set in the Compiler Options tab. Browse to the bin directory of the JVM that is installed on your machine, then select the javac executableits extension is either .exe or .bin depending on whether you are working on a Windows or Unix machine.

To create a new project:

You cannot use special characters in the name of your project, for example, "\", "/", ":", "*", "?", """, "<", ">", "|", etc. Doing so results in an error message, and you will be prompted to retype the project name.
The default location for the project will be the location you set in Tools | Options | General | Default Project Location, followed by a directory named the same as what was displayed as the default for the Project Name. To change the location and/or directory name, click Browse and browse to the location, or type the path in the Location text box.
In the Premier and Professional editions, the directory that contains the code you write in the Swing, Console (Premier Only), and/or Silent Events tabs in the Dialog Editor automatically goes into a subdirectory of the directory where you save your project. For example, if you set your project directory to user/home/MyInstallations/Project1, then Project1.uip (the project file) will go into that directory, and your custom code (.java files) will go into user/home/MyInstallations/Project1/CustomCode/src. The location to where your custom code is saved can be changed in the General Information view Project Properties.
The directory that contains the code you write in the Swing, Console (Premier Only), and/or Silent Events tabs in the Dialog Editor automatically goes into a subdirectory of the directory where you save your project. For example, if you set your project directory to user/home/MyInstallations/Project1, then Project1.uip (the project file) will go into that directory, and your custom code (.java files) will go into user/home/MyInstallations/Project1/CustomCode/src. The location to where your custom code is saved can be changed in the General Information view Project Properties.
See Also
Creating an Advanced Project
Creating an Assembly Project
Creating a Convert InstallShield Project
Tutorials