AddEligibleCondition 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 AddEligibleConditionPackage method adds an eligibility condition to a package in an Advanced UI or Suite/Advanced UI project.

The eligibility condition is a condition that the Advanced UI or Suite/Advanced UI installation should use to determine whether the target system meets the requirements that are necessary for the package to be run. For example, if the package should be run only on 64-bit systems, you could set up an x64 platform requirement in a condition; the Advanced UI or Suite/Advanced UI installation would launch the package only on 64-bit systems. You may also want to set up an eligibility condition to prevent end users from being able to install the current package version over a future newer version.

Syntax

AddEligibleCondition () As ISWiSuiteCondition

Parameters

The AddEligibleConditionPackage method does not take any parameters.

Applies To

ISWiSuitePackage

See Also