Windows Installer Editor Reference
462
Working With Dialogs
Combobox
A combination edit field and drop-down list control that lets
the end user select a predefined value or enter a value
Directory Combobox
Displays a combination directory list and path edit field to
let the end user specify a directory
Directory Listbox
Displays the folders below the main part of the current path
This is intended to be used with the path edit control.
Edit Field
A single line input field
Group Box
A boundary box drawn around related controls
Icon
A static image control for displaying icons
Line
A separator line drawn between groups of controls
Listbox.
Displays a single column of values without icons
The end user can select one value from the list.
Listview
Displays a single column of values with an icon next to each
The end user can select one value from the list.
Masked Edit Field
A text edit field with a mask that creates a template for end
user data entry, specifying default values for some positions
and specifying the proper type of character (numeric or
alpha) for others
You can enter certain characters in the Control Text field of
the Masked Edit control to constrain which characters can be
used at each character position of the control.
See MaskedEdit Control in the Windows Installer SDK Help.
Path Edit
A single line input field that accepts only a valid path
This is intended to be used in conjunction with the directory
list box or directory combobox controls.
Progress Bar
A control that displays the progress of an installation or
other operation
Radio Button
A group of mutually exclusive options with a separate radio
button for each option
Scrollable Text
A multi-line text entry field
Selection Tree
Displays the feature selection tree
Text
Static text field for displaying messages
The end user cannot change text in this type of field. You
can enter a property name surrounded by brackets in this
type of control to display a property’s current value.
Volume Cost Listbox
A static text control that shows information about the disk
space requirements of different volumes (referred to as
“cost” in Windows Installer terminology) for the currently
selected features
Volume Combobox
Lets the end user select a volume for installation