OBSOLETE
Please use the new Feature type which features automatic string concatenation of inner features
WiXFeature
Parameters for creating WiX Feature, use ToString for creating the string xml nodes
Record Fields
Record Field | Description |
Description
Signature: string
|
Longer string of text describing the feature. This localizable string is displayed by the Text Control of the Selection Dialog. |
Display
Signature: FeatureDisplay
|
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.
|
Id
Signature: string
|
Unique identifier of the feature. |
InnerContent
Signature: string
|
Nest sub features or components in here |
Level
Signature: 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". |
Title
Signature: string
|
Short string of text identifying the feature. This string is listed as an item by the SelectionTree control of the Selection Dialog. |