Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
Use Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.Variable)
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. |