InstallShield 11 Universal
Once you have finished configuring your project, it can be built. You can build it into a product by selecting a Product or MSI Build Configuration before clicking Build. It can then be tested directly in the Universal interface.
You can also build your project into an assembly that can be referenced by other assemblies, products, and/or Dynamic Suites. A built assembly can only be installed by a project that has been built with a Product Build Configuration.

During the build process, all of the build output goes into the directory specified in the Releases view Output Directory property of the selected build configuration.

To create a build:

You can cancel a build by clicking Cancel Build in the toolbar or on the Build menu selecting Cancel Build.
During the build process, the build output messages display in the build output window at the bottom of the interface. The compiler runs first, then the builder. The build is complete when you see the following message:

After a project has been successfully built with either a Product or MSI Build Configuration:
After a project has been successfully built:
See Also