Windows Installer Editor Reference
232
Advanced Installations
See also:
About Command Lines
on page 229
Applying UI Options to an Installation
¾
Not available in a transform.
Command lines cannot be applied to a transform.
You can use a command line to set the UI options, which determine how much the end
user interacts with the installation. See User Interface Levels in the Windows Installer
SDK Help. You can set UI options for all versions of Windows Installer or for Windows
Installer 3.0 only.
To apply UI options to an installation
1. On the Command Line Details dialog box, click the UI Options tab.
See
Creating a Command Line To Apply to an Installation
on page 230.
2. To enable the UI Options check boxes, mark Set User Interface level.
3. By default, qn - No UI is marked in the All Windows Installer versions section.
To set options for all versions of Windows Installer, mark the appropriate options in
this section.
qn - No UI
Displays no user interface during the installation.
qb - Basic UI
Displays built-in modeless dialog boxes that show progress messages during
the installation.
Note
Modal dialog boxes require user input whereas modeless dialog boxes don’t.
qr - Reduced UI
Displays authored modeless dialog and built-in modal error-message boxes
during the installation.
qf - Full UI
Displays both modal and modeless dialog boxes that have been authored into
the internal user interface, and built-in modal error-message boxes during the
installation.
qn+ - No UI
Displays no user interface, except for a modal dialog box at the end of the
installation.
qb+ - Basic UI
Displays built-in modeless dialog boxes that show progress messages during
the installation and a modal dialog box at the end of the installation.
qb- - Basic UI
Displays built-in modeless dialog boxes that show progress messages and no
modal dialog boxes during the installation.