DeleteExitCondition Method (Advanced UI and Suite/Advanced UI)

InstallShield 2020 » 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 DeleteExitCondition method removes an exit condition from the project. Using this method is similar to removing an exit condition in the General Information view in InstallShield.

Syntax

DeleteExitCondition (ExitCondition As ISWiSuiteExitCondition)

Parameters

DeleteExitCondition Method Parameters

Parameter

Description

ExitCondition

Specify the ISWiSuiteExitCondition object that you want the method to remove from your project.

Applies To

ISWiProject 

See Also