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

WiXRegistryValueType

The desired type of a registry key.

Union Cases

Union CaseDescription
Binary
Signature:

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

Expandable
Signature:

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

Integer
Signature:

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

MultiString
Signature:

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

String
Signature:

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