Setup Factory for Windows Installer

CheckBox Properties

This CheckBox control is a two-state check box that can be used to set an integer or string property value.

CheckBox controls can only be used to publish AddLocal ControlEvent, AddSource ControlEvent, Remove ControlEvent, DoAction ControlEvent, or SetProperty ControlEvent controls.

Text

Text:

The localizable text to show beside the checkbox.

Property

Property name:

The name of the property to associate with this control whose value you want to set. If the Indirect checkbox is checked, this is the name of another property to set. Properties can be created and managed on the Properties tab of the Project Settings dialog (Project > Settings).

Value when checked:

The value of the property associated with the control.

Indirect

If checked, the Property name is the name of another property, not directly associated with this control. If unchecked, the Property name is associated with this control.

Integer

If checked, the property associated with this control is interpreted as an integer value. If unchecked, the property value is a string.

Options

Push-like

If checked, the control is shown as a two-state push button. If unchecked, it is shown as a checkbox.

RTL reading order

If checked the checkbox control's Text is shown in right-to-left reading order. If unchecked, it is shown in left-to-right reading order.

Right aligned

If checked the checkbox is aligned to the right of the control. If unchecked, it is aligned to the left.

More Information

MSDN Online: CheckBox Control

MSDN Online: Controls

MSDN Online: Control Table

WiX Help File: Control Element