MSI Factory 2.3

MSI.SetInstallLevel

MSI.SetInstallLevel

This is the first topic This is the last topic  

MSI.SetInstallLevel

This is the first topic This is the last topic  

OverviewExamples

boolean MSI.SetInstallLevel (

number hInstall,

number InstallLevel )

Example 1

bSuccess = MSI.SetInstallLevel(_hInstall, 3);

 

if (bSuccess) then

   Dialog.Message("Level Result", "The install level was set successfully.");

else

   Dialog.Message("Level Result", "The install level failed to be set.");

end

Sets the install level to the value 3.

See also: Related Actions


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