SetInternalUI Method (uiOptions)

Microsoft Deployment Tools

Deployment Tools Foundation SetInternalUI Method (uiOptions)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerInstallerSetInternalUI(InstallUIOptions)
Enables the installer's internal user interface. Then this user interface is used for all subsequent calls to user-interface-generating installer functions in this process. The owner of the user interface does not change.
Declaration Syntax
C# Visual Basic Visual C++
public static InstallUIOptions SetInternalUI(
	InstallUIOptions uiOptions
)
Public Shared Function SetInternalUI ( _
	uiOptions As InstallUIOptions _
) As InstallUIOptions
public:
static InstallUIOptions SetInternalUI(
	InstallUIOptions uiOptions
)
Parameters
uiOptions (InstallUIOptions)
Specifies the level of complexity of the user interface
Return Value
The previous user interface level
Remarks

Win32 MSI API: MsiSetInternalUI

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)