Dialogs and Billboards (MSI)

Reference information
Objects on this page Billboard, Billboard (control), Bitmap, CheckBox, ComboBox, Control Condition, Control Event, Dialog, DirectoryCombo, DirectoryList, Edit, Event Mapping, GroupBox, Icon, Line, ListBox, List Value, ListView, MaskedEdit, PathEdit, ProgressBar, PushButton, RadioButton, RadioButtonGroup, ScrollableText, SelectionTree, Text, VolumeCostList, VolumeSelectCombo
Related topics Working with project pages

Introduction

The Dialogs and Billboards page defines the dialogs and billboards that the MSI installer uses during installation and removal of your product. On the left is a tree with the billboards, dialogs, and their controls, and on the right a tabbed window with two tabs: Layout and Event handlers. The former shows the billboard or dialog layout for preview and editing; the latter contains the event handlers for each dialog control. At the bottom of the page, the attributes of the currently selected object are displayed.

Note: Merely adding a dialog or billboard to this page does not add it to the installer. To use a dialog in the installer, you must reference it in one or more Run Dialog actions on the Action Sequences page. To use a billboard in the installer, you must create at least one dialog that contains a Billboard control (and also reference that dialog in a Run Dialog action at some point).

Tips