InstallShield 11 Universal
A project can contain several build configurations, each set up with a different configuration. This flexibility enables you to build several types of installations, all with one project. For example, you can create a Product Build Configuration that targets all UNIX platforms, and one MSI Build Configuration that targets all Windows platforms in the same project. In addition, an Assembly Build Configuration can be added to your project to enable you to build the project as an assembly. This would enable it to be referenced and used by multiple products on the same machine once it has been installed by a project that was built with a Product Build Configuration.

To build a project using a specific build configuration:

The properties for Run can be set by clicking Tools | Options and selecting the Run Properties tab. Set the properties as you require. For example, to run the project without an installation launcher, select Run using Java command with arguments and modify the default command line build command in the text box.