AddPreviousSetup Method
InstallShield 2024 » Automation Interface
Project:
• | 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
Parameter |
Description |
PreviousSetupName |
Holds the name of previous setup item. |
Applies To
• | ISWiLatestSetup |