Execute MSI

The Execute MSI action will utilize the Windows Installer to execute a designated Msi file.  This action allows the update author to designate an execute msiexec.exe command line as well as a rollback command line.

To assist in creating the command line, a client path can be designated and assigned to the <path> variable.  The designated path can be substituted into the two action command lines with the <path> variable.  Shared properties will be expanded into the command lines as well.

Prepare Stage

No action taken

Execute Stage

Executes the Execute command line using msiexec.exe

Cleanup Stage

No action taken.

Rollback Stage

Executes the Rollback command line using msiexec.exe