ISWiLatestSetups Collection
InstallShield 2020 » Automation Interface
Project:This information applies to the following project types:
| • | Basic MSI | 
| • | InstallScript MSI | 
Contains all of the latest setup (Upgraded Image) objects belonging to the current patch configuration.
| Name | Type | Description | 
| Count | Read-Only Property | Use this property to return the total number of elements in the ISWiLatestSetups collection. | 
| Item | Read-Only Property | Provide the index number or family name of the patch sequence in order to retrieve the ISWiLatestSetup object. The name of the upgraded image is case-sensitive—“ Latest1” and “latest1” are two different upgraded image configurations. Item is the default property for ISWiLatestSetups, which means that pPatchConfig. ISWiLatestSetups.Item("Latest1") is equivalent to pPatchConfig. ISWiLatestSetups ("Latest1"). | 
Applies To
| • | ISWiPatchConfig |