ISWiShellProperty Object

InstallShield 2016 » Automation Interface

Project • This information applies to the following project types:

Basic MSI
DIM
InstallScript MSI
Merge Module

The ISWiShellProperty object represents a shortcut property that you want the Windows Shell to set. The properties that the Shell can set are defined in propkey.h, which is part of the Windows SDK.

Members

ISWiShellProperty Object Members

Name

Type

Description

Name

Read-Write Property

Retrieves or sets the primary key name for a Shell property that is specified in the MsiShortcutProperty table.

PropertyName

Read-Write Property

Retrieves or sets a Shell property. The properties are defined in propkey.h, which is part of the Windows SDK.

PropertyName typically consists of a GUID and a property ID; for example:

{9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 9

PropertyValue

Read-Write Property

Retrieves or sets a string value for the property.

See Also