InstallAware ships with a powerful dialog editor.
Using the dialog editor, you can customize pre-built setup
themes, and also design your own themes from scratch. The
full range of controls available on dialogs has to be seen
to be believed.
Click each tab on the palette above to see the full range
of controls available. Controls unique to InstallAware
are highlighted in red.
 |
label
Display static text |
 |
edit
box
Obtain information from user |
 |
memo
Display readme, license agreements |
 |
button
Navigate between dialogs, exit setup |
 |
check
box
Accept license agreement, display other choices |
 |
radio
button
Accept license agreement, display mutually exclusive
choices |
 |
list
box
Display list of items |
 |
combo
box
Display drop-down list of items |
 |
group
box
Define a group, use for isolating radio buttons |
 |
panel
Add a panel or bevel |
Of course, getting and setting the state
of dialog controls and script variables is completely automatic.
Absolutely no manual coding is required. Best of all, you
can even define intra-dialog interaction between controls;
for instance, disable the Next button while the License Agreement
checkbox is unchecked.
|