RegistryRoot Enumeration

DTF API

Copy image CopyHover image
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++ F#
public enum RegistryRoot
Public Enumeration RegistryRoot
public enum class RegistryRoot
type 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.dll) Version: 3.0.0.0 (3.11.1.2318)