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

WiXRegistryRootType

Represents the registry root under which this key should be written

Union Cases

Union CaseDescription
HKCR
Signature:

Writes this registry key inside either the HKEYCLASSESROOT registry root

HKCU
Signature:

Writes this registry key inside either the HKEYCURRENTUSER registry root

HKLM
Signature:

Writes this registry key inside either the HKEYLOCALMACHINE registry root

HKMU
Signature:

Writes this registry key inside either HKEYLOCALMACHINE or HKEYCURRENTUSER. Wix decides at install time based on wether or not this is an "all users" install

HKU
Signature:

Writes this registry key inside either the HKEY_USers registry root