|

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


image

image

MSI.InstallMissingComponent

OverviewExamples

boolean MSI.InstallMissingComponent ( string ProductCode,


string ComponentGUID,


number InstallState )


De s cr ip t ion


Calls the MsiInstallMissingComponent function to install a component that is unexpectedly missing.


P arame t er s


ProductCode


(string) The "product code" of the product that owns the component to be installed. This string must be an identifier string enclosed in curly braces, for example: "{78B82B0B-9AD9-40C0-B994- F72C21B52723}".


|