RegistryRoot Enumeration

Microsoft Deployment Tools

Deployment Tools Foundation RegistryRoot Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerRegistryRoot
Defines values for the Root column of the Registry, RemoveRegistry, and RegLocator tables.
Declaration Syntax
C# Visual Basic Visual C++
public enum RegistryRoot
Public Enumeration RegistryRoot
public enum class RegistryRoot
Members
Member Description
UserOrMachine
HKEY_CURRENT_USER for a per-user installation, or HKEY_LOCAL_MACHINE for a per-machine installation.

ClassesRoot
HKEY_CLASSES_ROOT

CurrentUser
HKEY_CURRENT_USER

LocalMachine
HKEY_LOCAL_MACHINE

Users
HKEY_USERS

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)