ISWiPreviousSetup Object
InstallShield 2020 » Automation Interface
Project:This information applies to the following project types:
| • | Basic MSI | 
| • | InstallScript MSI | 
Indicates the Previous Setup (or TargetImage) item that needs to be patched to latest setup.
Members
| Name | Type | Description | 
| IgnoreMissingFiles | Read-Only Property | Set this Boolean property to True to exclude the files from the patch package that are included in two separate versions cannot be found in a more recent version, unless they have changed in the later version. The advantage of ignoring the files is that only the modified files need to be added to the package. A complete setup image is not required if you choose to ignore missing source files. | 
| MsiPath | Read-Only Property | Gets or Sets the previous version setup path that needs to be patched. | 
| Name | Read-Only Property | Gets the previous setup name. | 
| Order | Read-Only Property | Gets or Sets the sequence of this patch within the specified PatchFamily. The value in Sequence is expressed in the format of Version data. The value contains between 1 and 4 fields and each field has a range of 0 to 65535. Members of PatchFamily are sorted and applied to the target product in the order of increasing Sequence values. For example, the following six values are increasing: 1, 1.1, 1.2, 2.01, 2.01.1, 2.01.1.1. | 
| ValidateFlags | Read-Only Property | Set this Boolean property to True to indicate that the small update patch supersedes the updates provided by all patches with lesser Sequence values in the same PatchFamily. | 
Applies To
| • | ISWiProject |