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.ConfigureProductEx
OverviewExamples
boolean MSI.ConfigureProductEx ( string ProductCode,
number InstallLevel,
number InstallState,
string CommandLine = "" )
De s cr ip t ion
Calls the MsiConfigureProductEx function to install or uninstall a product. A product command line can also be specified.
P arame t er s
ProductCode
(string) The "product code" of the product you want to configure. This string must be an identifier string enclosed in curly braces, for example: "{78B82B0B-9AD9-40C0-B994-F72C21B52723}".