Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

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)