FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Wix.RegistryValue Type

Parameters for WiX RegistryValue

Record fields

Record Field Description

Action

Full Usage: Action

Field type: RegistryValueAction

The action that will be taken for this registry value

Field type: RegistryValueAction

Id

Full Usage: Id

Field type: string

The Id of this value

Field type: string

Key

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

Field type: string

KeyPath

Full Usage: KeyPath

Field type: YesOrNo

Set this attribute to 'yes' to make this registry key the KeyPath of the parent component

Field type: YesOrNo

Name

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

Field type: string

Root

Full Usage: Root

Field type: Option<RegistryRootType>

The predefined root key for the registry value.

Field type: Option<RegistryRootType>

Type

Full Usage: Type

Field type: RegistryValueType

The type of the desired registry key

Field type: RegistryValueType

Value

Full Usage: Value

Field type: string

The localizable registry value.

Field type: string

Instance members

Instance member Description

this.createAttributeList ()

Full Usage: this.createAttributeList ()

Returns: seq<string * string>
Returns: seq<string * string>