AddPreviousSetup Method

InstallShield 2019 » Automation Interface

Project • This information applies to the following project types:

Basic MSI
InstallScript MSI

Call the AddPreviousSetup method to add previous setup item to the latest setup item. Using this method is similar to adding a previous setup item with the Patch Design View of the IDE. You can set the properties of the new previous setup with the ISWiPreviousSetup object.

Syntax

AddPreviousSetup(PreviousSetupName As String) As ISWiPreviousSetup

Parameter

AddPreviousSetup Method Parameter

Parameter

Description

PreviousSetupName

Holds the name of previous setup item.

Applies To

ISWiLatestSetup