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
RegistryValue
Parameters for WiX RegistryValue
Record Fields
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 members
Instance member | Description |
x.createAttributeList()
Signature: unit -> seq<string * string>
|