Build Method (Advanced UI and Suite/Advanced UI)

InstallShield 2015 » Automation Interface » Advanced UI and Suite/Advanced UI

Project: This information applies to the following project types:

Advanced UI
Suite/Advanced UI

Edition: The Advanced UI project type is available in the Professional edition of InstallShield. The Suite/Advanced UI project type is available in the Premier edition of InstallShield. For information about the differences between these two project types, see Advanced UI Projects vs. Suite/Advanced UI Projects.

To build a release in an Advanced UI or Suite/Advanced UI project, call the Build method.

Syntax

Build ()

Build Status Events

The ISWiSuiteRelease object uses the following build status events:

StatusMessage (string Message, ref bool Cancel)
ProgressMax (int Max, ref bool Cancel)
ProgressIncrement (int Increment, ref bool Cancel)
TextCancel (ref bool Cancel)
GetDotNetLibrary (out object ???)
WarningMessage (string Message)
ErrorMessage (string Message)
IsCancelledByUserAnError (ref bool IsError)
StatusMessageEx (string Message, object Tag, ref bool Cancel)

These events occur during the build process; they provide status updates. You can set pbCancel to stop the build.

Applies To

ISWiRelease

See Also