Wix.Feature Type
Parameters for creating WiX Feature, use ToString for creating the string xml nodes
Record fields
Record Field | Description |
|
|
Full Usage:
Description
Field type: string
|
Longer string of text describing the feature. This localizable string is displayed by the Text Control of the Selection Dialog.
|
|
Determines the initial display of this feature in the feature tree. This attribute's value should be one of the following:
collapse
Initially shows the feature collapsed. This is the default value.
expand
Initially shows the feature expanded.
hidden
Prevents the feature from displaying in the user interface.
|
Full Usage:
Id
Field type: string
|
|
Full Usage:
Level
Field type: int
|
Sets the install level of this feature. A value of 0 will disable the feature. Processing the Condition Table can modify the level value (this is set via the Condition child element). The default value is "1".
|
|
|
Full Usage:
Title
Field type: string
|
Short string of text identifying the feature. This string is listed as an item by the SelectionTree control of the Selection Dialog.
|