ISWiChainPackageData Object

InstallShield 2025 » Automation Interface

Project: This information applies to the following project types:

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

 

ISWiChainPackageData Object 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 :

ecpoLeaveBehindOnSuccess (0)—Use this value to enable the deletion of the streamed files.
ecpoLeaveBehindOnSuccess (1)—Use this value to disable the deletion of the streamed files.

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