AddLatestSetup Method

InstallShield 2019 » Automation Interface

Project • This information applies to the following project types:

Basic MSI
InstallScript MSI

Call the AddLatestSetup method to add latest setup item to the current patch configuration. Using this method is similar to adding a latest setup item with the Patch Design View of the IDE. You can set the properties of the new latest setup with the ISWiLatestSetup object.

Syntax

AddLatestSetup(LatestSetupName As String) As ISWiLatestSetup

Parameter

AddLatestSetup Method Parameter

Parameter

Description

LatestSetupName

Holds the name of latest setup item.

Applies To

ISWiPatchConfig