This is part of the Fake.Installer.Wix module.

RegistryRootType

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