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.Variable Type

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

Record fields

Record Field Description

Id

Full Usage: Id

Field type: string

The name of the variable.

Field type: string

Overridable

Full Usage: Overridable

Field type: YesOrNo

Set this value to 'yes' in order to make the variable's value overridable either by another WixVariable entry or via the command-line option -d= for light.exe. If the same variable is declared overridable in multiple places it will cause an error (since WiX won't know which value is correct). The default value is 'no'.

Field type: YesOrNo

Value

Full Usage: Value

Field type: string

The value of the variable. The value cannot be an empty string because that would make it possible to accidentally set a column to null.

Field type: string