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.RegistryValueType Type

The desired type of a registry key.

Union cases

Union case Description

Binary

Full Usage: Binary

The value is interpreted and stored as a hexadecimal value (REG_BINARY)

Expandable

Full Usage: Expandable

The value is interpreted and stored as an expandable string (REG_EXPAND_SZ)

Integer

Full Usage: Integer

The value is interpreted and stored as an integer (REG_DWORD)

MultiString

Full Usage: MultiString

The value is interpreted and stored as a multiple strings (REG_MULTI_SZ)

String

Full Usage: String

The value is interpreted and stored as a string (REG_SZ)