Wix.RegistryValue Type
Parameters for WiX RegistryValue
Record fields
Record Field | Description |
|
|
Full Usage:
Id
Field type: string
|
|
Full Usage:
Key
Field type: string
|
The localizable key for the registry value If the parent element is a RegistryKey, this value may be omitted to use the path of the parent, or if its specified it will be appended to the path of the parent
|
|
|
Full Usage:
Name
Field type: string
|
The localizable registry value name. If this attribute is not provided the default value for the registry key will be set instead
|
|
|
|
|
Full Usage:
Value
Field type: string
|
|
Instance members
Instance member | Description |
Full Usage:
this.createAttributeList ()
Returns: seq<string * string>
|
|