FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Wix.Feature Type

Parameters for creating WiX Feature, use ToString for creating the string xml nodes

Record fields

Record Field Description

Components

Full Usage: Components

Field type: seq<ComponentRef option>

Components included in this feature

Field type: seq<ComponentRef option>

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.

Field type: string

Display

Full Usage: Display

Field type: 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. For advanced users only, it is possible to directly set the integer value of the display value that will appear in the Feature row.

Field type: FeatureDisplay

Id

Full Usage: Id

Field type: string

Unique identifier of the feature.

Field type: string

Level

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

Field type: int

NestedFeatures

Full Usage: NestedFeatures

Field type: seq<Feature>

Nest sub features

Field type: seq<Feature>

Title

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.

Field type: string