MSI.EnumClients

table MSI.EnumClients ( 

string ComponentGUID )

Description

Calls the MsiEnumClients function to get an enumerated table of clients for a given installed component.

Parameters

ComponentGUID

(string) The identifier (GUID) of the component whose clients you want to enumerate. This string must be an identifier string enclosed in curly braces, for example: "{1638E94C-DA3C-44BD-88FB-5CC76B59BE46}".

Returns

(table) Returns a numerically indexed table of product codes for the given component.  If this action fails, or no features are found, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions