UserContexts Enumeration

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation UserContexts Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerUserContexts
Declaration Syntax
C# Visual Basic Visual C++
[FlagsAttribute]
public enum UserContexts
<FlagsAttribute> 
Public Enumeration UserContexts
[FlagsAttribute]
public enum class UserContexts
Members
Member Description
None Not installed.
UserManaged User managed install context.
UserUnmanaged User non-managed context.
Machine Per-machine context.
All All contexts, or all valid values.
AllUserManaged All user-managed contexts.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)