UserContexts Enumeration

Microsoft Deployment Tools

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) Version: 3.0.0.0 (3.5.1623.0)