RadioButton Element

WiX Toolset

RadioButton Element

Description
Text or Icon plus Value that is assigned to the Property of the parent Control (RadioButtonGroup).
Windows Installer references
RadioButton Table, Control Table, Dialog Table
Parents
RadioButtonGroup
Inner Text
None
Children
None
Attributes
Name Type Description Required
Bitmap String This attribute defines the bitmap displayed with the radio button. The value of the attribute creates a reference to a Binary element that represents the bitmap. This attribute is mutually exclusive with the Icon and Text attributes.  
Height LocalizableInteger   Yes
Help String    
Icon String This attribute defines the icon displayed with the radio button. The value of the attribute creates a reference to a Binary element that represents the icon. This attribute is mutually exclusive with the Bitmap and Text attributes.  
Text String Text displayed with the radio button. This attribute is mutually exclusive with the Bitmap and Icon attributes.  
ToolTip String    
Value String Value assigned to the associated control Property when this radio button is selected. Yes
Width LocalizableInteger   Yes
X LocalizableInteger   Yes
Y LocalizableInteger   Yes
See Also
Wix Schema, RadioButtonGroup