MSI installation

Using this predefined Action you will be able to easily deploy a Windows Installer package by specifying his path from a share and select Install as Operation. Additionally the installation can be customized with a transform file.
The application can even be Uninstalled, Repaired or Updated.

If you select Only if needed RemoteExec will not try to install the Msi package on computers with the package already installed. Contrariwise a Repair, Uninstall or Update operation will only be started on computers with the package already installed.

If you select Don't reboot, Target Computers will not be rebooted even if needed after the installation. Use this option if you want to start several Msi installations in one pass using the Multiple Actions mode or rather want to schedule a reboot overnight.

You can choose a log level. For each computer the install operations will be logged on the remote log share (Only if already defined in the RemoteExec Options). The name of this log file is formatted as follow: msi-%ComputerName%.txt

Optionally advanced users can specify additional Msi Argument(s). These arguments can be standard msiexec.exe switches or properties specifically to a package (PROPERTY=Value).