AddParameter 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.

The AddParameter method adds a parameter for an extension condition to a conditional statement.

Syntax

AddParameter (Name As String) As ISWiSuiteConditionParameter

Parameters

AddParameter Method Parameters

Parameter

Description

Name

Specify the name of the parameter that you are adding for an extension condition.

Applies To

ISWiSuiteCondition

See Also