MSI Factory 2.3

MSI.RunMsiexec

MSI.RunMsiexec

This is the first topic This is the last topic  

MSI.RunMsiexec

This is the first topic This is the last topic  

OverviewExamples

number MSI.RunMsiexec (

string Arguments,

boolean WaitForReturn = true )

Example 1

-- The path to extract the file.

strExtractPath = Shell.GetFolder(SHF_APPLICATIONDATA).."\\ExtractedInstallation\\setup.msi";

 

 

strCommandLine = "-i \""..strExtractPath.."\" REINSTALL=ALL REINSTALLMODE=vomus";

 

-- Run the setup.

nResult = MSI.RunMsiexec(strCommandLine);

Runs "setup.msi" using the MSI.RunMsiexec action.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us