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.RegistryValue)

WiXRegistryValue

Parameters for WiX RegistryValue

Record Fields

Record FieldDescription
Action
Signature: WiXRegistryValueAction

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<WiXRegistryRootType>

The predefined root key for the registry value.

Type
Signature: WiXRegistryValueType

The type of the desired registry key

Value
Signature: string

The localizable registry value.

Instance members

Instance memberDescription
x.createAttributeList()
Signature: unit -> seq<string * string>
Attributes:
[<Obsolete("Use Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.RegistryValue.createAttributeList)")>]
OBSOLETE

Use Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.RegistryValue.createAttributeList)