ISWiChainPackageData Object
InstallShield 2025 » Automation Interface
Project:
| • | Basic MSI |
| • | InstallScript MSI |
ISWiChainPackageData represents a collection of data pertaining to a chained .msi package in the Releases view of InstallShield. You can retrieve the data pertaining to a chained .msi package by specifying an item in the ISWiChainPackageDatas Collection.
Members
|
Property |
Type |
Description |
||||||
|
FilePath |
Read-Only Property |
Gets the filename for the file or folder from the chain package data file. |
||||||
|
ISBuildSourcePath |
Read-Only Property |
Gets the path and filename for the file or folder from the chain package data file. |
||||||
|
Options |
Read-Write Property |
Gets or sets the option to delete the streamed files after installation. Available options are :
By default, the Options property is set to the ecpoLeaveBehindOnSuccess (0) option. |
||||||
|
Package |
Read-Only Property |
Gets the package unique key. |
Applies To
| • | ISWiChainPackage Object |