This is part of the Fake.Installer.Wix module.
Parameters for WiX RegistryValue
Record Field | Description |
Action
Signature: RegistryValueAction
|
The action that will be taken for this registry value
|
Id
Signature: string
|
The Id of this value
|
Key
Signature: 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
|
KeyPath
Signature: YesOrNo
|
Set this attribute to 'yes' to make this registry key the KeyPath of the parent component
|
Name
Signature: string
|
The localizable registry value name. If this attribute is not provided the default value for the registry key will be set instead
|
Root
Signature: Option<RegistryRootType>
|
The predefined root key for the registry value.
|
Type
Signature: RegistryValueType
|
The type of the desired registry key
|
Value
Signature: string
|
The localizable registry value.
|
Instance member | Description |
x.createAttributeList()
Signature: unit -> seq<string * string>
|
|