Wix.Variable Type
Parameters for WiX Variable, use ToString for creating the string xml nodes
Record fields
Record Field | Description |
Full Usage:
Id
Field type: string
|
|
|
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
|
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.
|