ISProductConfigurationInstance Table

InstallShield 2018

Project • This information applies to the following project types:

Basic MSI

The ISProductConfigurationInstance table provides support for installing multiple instances of a product in the same context on the same machine. This table defines each of the property values for each instance that an installation supports. For more information, see Setting Properties for an Instance.

Caution • Creating an installation that lets end users install multiple instances of a product on the same machine and in the same context requires sophisticated authoring and serious commitment on the part of the installation developer. This functionality is recommended for only advanced installation developers.

ISProductConfigurationInstance Table Information

Column

Type

Key

Nullable

Comments

ISProductConfiguration_

Text

Yes

No

Identifies the product configuration to which this instance applies.

InstanceId

Integer

Yes

No

Identifies the instance number of this instance. This value is stored in the property InstanceId.

Property

Identifier

Yes

No

Identifies the property to create for this instance.

Value

Text

Yes

No

Specifies the value for this property for this instance.

See Also