InstallShield 11 Universal
There are three types of output messages that display at the bottom of the interface during the build process. Each level is proceeded with an icon that represents its type of message.

The full class name for these messages is com.installshield.util.Log.
If an error message is logged during the build process, the build stops, and the following message displays:

If a java.lang.OutOfMemoryError is received, the size of your project is too large for the default heap size (16MB). This can be increased in the following properties:
The following syntax is for increasing the heap size:
%IF_EXISTS%("INIT_HEAP_SIZE", "@INIT_HEAP_SIZE@20m")
%IF_EXISTS%("MAX_HEAP_SIZE", "@MAX_HEAP_SIZE@40m")
A successful build ends with the following message:
See Also
Releases
Creating Builds
Media Spanning