AddCondition Method

Project:This information applies to the following project types:

Basic MSI
InstallScript MSI

Call the AddCondition method to add a condition to the current feature.

Syntax

AddCondition (sKey As String) As ISWiCondition

Parameters

AddCondition Method Parameters

Parameter

Description

sKey

Pass the string version of the condition you want to attach to the current feature.

Applies To

ISWiFeature