Windows Installer Editor Reference
450
Working With Dialogs
The Dialogs tab shows all dialog boxes that are part of an .MSI. Any of these dialog
boxes can appear in different situations:
Install Dialogs
The Install Dialogs appear during a normal installation, if no command-line options are
used to run an advertisement, administrative, or silent installation.
Maintenance Dialogs
The Maintenance Dialogs appear when the installation is run in maintenance mode, that
is, when it is run after the application is installed. Maintenance mode lets the end user
change, repair, or uninstall the application.
Admin Dialogs
The Admin Dialogs appear during an administration installation. An administrative
installation copies a source image of the application to a network, for later installation by
end users.
To run an administrative installation, use the command-line option /a.
See
About Installation Modes
on page 492.
See also:
About Installation Sequences
on page 495
Types of Actions in MSI Script Sequences
on page 496
About the Wizard Dialogs
on page 450
Using the Dialogs Page
on page 452
Using the Dialogs Tab
on page 456
About the Wizard Dialogs
Some dialog boxes in the Welcome Dialog Wizard are probably familiar to you, because
they appear in almost all installations. Others only appear in certain situations:
z
If you add them with the New Dialog Wizard.
See
Creating a New Dialog
on page 460.
z
If you add certain features to your installation, corresponding dialog boxes are
added.
Example: IIS dialog boxes are added if you add Web resources to the Web Files
page.
z
If you create an installation based on a certain template that has special dialog
boxes. (Example: The Server Application template contains the SQL Connection
dialog.) You select the installation template in the New Installation File dialog box.
Dialog boxes that can appear in installations
Welcome dialog
License dialog
See
Importing Text into License and Readme Dialogs
on
page 455.