ISWiMsiPatchSequences Collection

InstallShield 2024 » Automation Interface

Project: This information applies to the following project types:

Basic MSI
InstallScript MSI

Contains all of the patch sequences belonging to the current patch configuration.

ISWiMsiPatchSequences Collection Members

Name

Type

Description

Count

Read-Only Property

Use this property to return the total number of elements in the ISWiMsiPatchSequences collection.

Item

Read-Only Property

Provide the index number or family name of the patch sequence in order to retrieve the ISWiMsiPatchSequences Object.

The family name of the patch sequence is case-sensitive—“ FamilyName” and “familyname” are two different configurations.

Item is the default property for ISWiMsiPatchSequences, which means that pPatchConfig.

ISWiMsiPatchSequences.Item("FamilyName ") is equivalent to pPatchConfig.

ISWiMsiPatchSequences ("FamilyName").

Applies To

ISWiProject