DeleteCondition Method (Advanced UI and Suite/Advanced UI)

InstallShield 2018 » 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 DeleteCondition method removes a detection or eligibility condition from a package in an Advanced UI or Suite/Advanced UI project.

Syntax

DeleteCondition (pCondition As ISWiSuiteCondition)

Parameters

DeleteCondition Method Parameters

Parameter

Description

pCondition

Specify the ISWiSuiteCondition object for the condition that you want to remove. The ISWiSuiteCondition object that you specify should be the condition object that is returned from the package’s EligibleCondition property or its DetectionCondition property.

Applies To

ISWiSuitePackage

See Also