Setup Factory for Windows Installer

SelectionTree Properties

The SelectionTree control allows a user to change the selection state of features available in the installation. Features can be configured on the Features dialog (Project > Features). For an in-depth description of this control, see the MSDN article in the More Information section of this topic.

Text

Text:

The font and font style to use for the control text. Text styles can be managed in your project on the Styles dialog (Project > Styles). Example style:

{\UI_Font_Normal}

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).

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.

Options

Right aligned

If checked, the text in the control will be aligned to the right. If unchecked, it will be aligned to the left.

RTL reading order

If checked, the text in the control will be shown in right-to-left reading order. If unchecked, it will be shown in left-to-right reading order.

Left scroll

If checked, the scroll bar will be shown on the left side of the control. If unchecked, it will be shown on the right side.

More Information

MSDN Online: SelectionTree Control

MSDN Online: Controls

MSDN Online: Control Table

WiX Help File: Control Element