Setup Factory 10

MSI.SetInternalUI

MSI.SetInternalUI

This is the first topic This is the last topic  

MSI.SetInternalUI

This is the first topic This is the last topic  

OverviewExamples

table MSI.SetInternalUI (

number UILevel,

number WindowHandle = nil )

Example 1

-- Create unique extract path using a previously defined function.

strInstallerPathExtracted = g_CreateExtractPath(strProductCode);

 

local tbResult = MSI.SetInternalUI(INSTALLUILEVEL_FULL);

 

if (not tbResult) then

  Dialog.Message("Error", "Failed MSI.SetInternalUI");

end

 

MSI.InstallProduct(strInstallerPathExtracted,"");

Calls MSI.SetInternalUI to display the full internal interface. If the call fails, an error message is shown to the user. The MSI file is then installed.

See also: Related Actions


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