Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 2.18 KB

uilevel.md

File metadata and controls

55 lines (30 loc) · 2.18 KB
description ms.assetid title ms.topic ms.date
The installer sets the UILevel property to the level of the user interface.
9fc58026-f140-4218-b44f-50fc6b0ef3e9
UILevel property
article
05/31/2018

UILevel property

The installer sets the UILevel property to the level of the user interface. The internal UI is enabled and set by MsiSetInternalUI. This property is set to one of the following INSTALLUILEVEL data types.

INSTALLUILEVEL Numeric value User interface level
INSTALLUILEVEL_NONE 2 Completely silent installation.
INSTALLUILEVEL_BASIC 3 Simple progress and error handling.
INSTALLUILEVEL_REDUCED 4 Authored UI, wizard dialogs suppressed.
INSTALLUILEVEL_FULL 5 Authored UI with wizards, progress, errors.

 

Requirements

Requirement Value
Version
Windows Installer 5.0 on Windows Server 2012, Windows 8, Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. Windows Installer on Windows Server 2003 or Windows XP. See the Windows Installer Run-Time Requirements for information about the minimum Windows service pack that is required by a Windows Installer version.

See also

Properties

User Interface

Determining UI Level from a Custom Action