Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
WiXVariable
Parameters for WiX Variable, use ToString for creating the string xml nodes
Record Fields
Record Field | Description |
Id
Signature: string
|
The name of the variable. |
Overridable
Signature: 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 |
Value
Signature: 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. |