CheckBox Table

Windows Installer

CheckBox Table

The CheckBox table lists the values for the check boxes.

The CheckBox table has the following columns.

Column Type Key Nullable
Property Identifier Y N
Value Formatted N Y

 

Columns

Property

A named property to be tied to this item.

Value

The value string associated with this item.

 

Remarks

If the check box is selected, then the corresponding property is set to the specified value. If there is no value specified or this table does not exist, then the property is set to its original value when the check box is selected. If the original value is null, the property is set to "1".

The contents of the Value column are formatted by the MsiFormatRecord function when the control is created. Therefore, it can contain any expression that the MsiFormatRecord function can interpret. The Value column is formatted only when the control is created, and it is not updated if a property involved in an expression is modified during the life of the control.

Validation

ICE03
ICE06
ICE46

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.