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

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