AddPatchConfig Method

InstallShield 2022 » Automation Interface

Project:This information applies to the following project types:

Basic MSI
InstallScript MSI

Call the AddPatchConfig method to add a patch configuration to your project. Using this method is similar to adding a patch configuration with the Patch Design view of the IDE. You can set the properties of the new patch configuration with the object.

Syntax

AddPatchConfig (PatchConfigKey As String) As ISWiPatchConfig

Parameters

AddPatchCofig Method Parameters

Parameter

Description

PatchConfigKey

Holds the name of your new patch configuration.

Applies To

ISWiProject