Skip to main content

Dialog element

Defines a dialog box in the Dialog Table.

Windows Installer references

Control Table, ComboBox Table, Dialog Table, ListBox Table, ListView Table, RadioButton Table

Parents

UI

Children

  • Control : Control elements belonging to this dialog.

Attributes

CustomPalette (YesNoTypeUnion) : Used to specify if pictures in the dialog box are rendered with a custom palette.

ErrorDialog (YesNoTypeUnion) : Specifies this dialog as an error dialog.

Height (Integer, required) : The height of the dialog box in dialog units.

Hidden (YesNoTypeUnion) : Used to hide the dialog.

Id (String, required) : Unique identifier for the dialog.

KeepModeless (YesNoTypeUnion) : Keep modeless dialogs alive when this dialog is created through DoAction.

LeftScroll (YesNoTypeUnion) : Used to align the scroll bar on the left.

Modeless (YesNoTypeUnion) : Used to set the dialog as modeless.

NoMinimize (YesNoTypeUnion) : Used to specify if the dialog can be minimized.

RightAligned (YesNoTypeUnion) : Align text on the right.

RightToLeft (YesNoTypeUnion) : Used to specify if the text in the dialog should be displayed in right to left reading order.

SystemModal (YesNoTypeUnion) : Used to set the dialog as system modal.

Title (String) : The title of the dialog box.

TrackDiskSpace (YesNoTypeUnion) : Have the dialog periodically call the installer to check if available disk space has changed.

Width (Integer, required) : The width of the dialog box in dialog units.

X (Integer) : Horizontal placement of the dialog box as a percentage of screen width. The default value is 50.

Y (Integer) : Vertical placement of the dialog box as a percentage of screen height. The default value is 50.

Edit the schema for this page