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
MSI.GetComponentPath
OverviewExamples
table MSI.GetComponentPath ( string ProductCode,
string ComponentGUID )
De s cr ip t ion
Calls the MsiGetComponentPath function to get the full path to an installed component. If the key path for the component is a registry key then the registry key is returned.
P arame t er s
ProductCode
(string) The "product code" of the client product. This string must be an identifier string enclosed in curly braces, for example: "{78B82B0B-9AD9-40C0-B994-F72C21B52723}".