|

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.RunMsiexec

OverviewExamples

number MSI.RunMsiexec ( string Arguments,


boolean WaitForReturn = true )


De s cr ip t ion


Runs the Windows Installer program "msiexec.exe" with the specified arguments.


P arame t er s


Arguments


(string) The arguments you want to pass to "msiexec.exe". For example, "-i

\""C:\Temp\Example.msi"\" PROPERTY=VALUE"


|