FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Wix.RegistryRootType Type

Represents the registry root under which this key should be written

Union cases

Union case Description

HKCR

Full Usage: HKCR

Writes this registry key inside either the HKEY_CLASSES_ROOT registry root

HKCU

Full Usage: HKCU

Writes this registry key inside either the HKEY_CURRENT_USER registry root

HKLM

Full Usage: HKLM

Writes this registry key inside either the HKEY_LOCAL_MACHINE registry root

HKMU

Full Usage: HKMU

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

HKU

Full Usage: HKU

Writes this registry key inside either the HKEY_USers registry root