MSI.GetProductProperty

string MSI.GetProductProperty (

number Handle,

string Property )

Description

Calls the MsiGetProductProperty function to retrieve a product property. These are the properties in the product database.

Parameters

Handle

(number) The "handle" to the product obtained from calling the MSI.OpenProduct action.

Property

(string) The property whose value you want. This value is case-sensitive.

Returns

(string) A string containing the value of the specified property. If this action fails, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.

See also: Related Actions