Next Topic

Previous Topic

Book Contents

installMSI()

Installs an MSI file for Windows. Options can be selected to either run a quiet installation or to avoid automatically restarting the computer after installation if it is requested. You must specify the location of the MSI being installed.

Operating systems supported: Windows

Example

installMSI("c:\temp\7z938.msi", true, false, "All Operating Systems", "Halt on Fail")