ISWiUpgradeTableEntry Object

InstallShield 2020 » Automation Interface

Project:This information applies to the following project types:

Basic MSI
InstallScript MSI

ISWiUpgradeTableEntry represents an upgrade item in the Upgrades view of InstallShield. You can retrieve an upgrade item by specifying an item in the ISWiUpgradeTableEntries collection.

Members

ISWiUpgradeTableEntry Object Members

Name

Type

Description

Delete 

Method

Deletes the StaticUpgradeEntry from the project file.

DisplayName

Read-Write Property

Gets or sets the name of the upgrade entry. This is the internal name that is displayed for an upgrade item in the Upgrades view.

UpgradeCode

Read-Write Property

Gets or sets the upgrade table entry's Upgrade Code. The upgrade code is a GUID representing a related set of products. It is used in the Upgrade Table to search for related versions of the product that are already installed.

VersionMin

Read-Write Property

Specifies the lower bound of the range of product versions detected by FindRelatedProducts.

VersionMax

Read-Write Property

Specifies the upper boundary of the range of product versions detected by FindRelatedProducts.

Language

Read-Write Property

Specifies the set of languages detected by FindRelatedProducts. Enter a list of numeric language identifiers (LANGID) separated by commas.

Attributes

Read-Write Property

Contains the bit flags specifying attributes of the Upgrade table.

Remove

Read-Write Property

The formatted string entered for this property must evaluate to a comma-delimited list of feature names.

ActionProperty

Read-Write Property

When the FindRelatedProducts action detects a related product installed on the system, it appends the product code to the property specified in this field.

Applies To

ISWiProject