AddExitCondition Method (Advanced UI and Suite/Advanced UI)

InstallShield 2019 » 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.

The AddExitCondition method adds an exit condition to the project. Using this method is similar to defining an exit condition in the General Information view in InstallShield. You can set the properties of the exit condition with the ISWiSuiteExitCondition object.

Syntax

AddExitCondition (Message As String)

Parameters

AddExitCondition Method Parameters

Parameter

Description

Message

Specify the error message that you want the Advanced UI or Suite/Advanced UI installation to display at run time if the condition that you are configuring is true.

As an alternative, you can enter a string identifier whose value is the error message that you want the installation to use.

Applies To

ISWiProject 

See Also