UserContexts Enumeration

DTF API

Copy image CopyHover image
Deployment Tools Foundation UserContexts Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerUserContexts
Declaration Syntax
C# Visual Basic Visual C++ F#
[FlagsAttribute]
public enum UserContexts
<FlagsAttribute>
Public Enumeration UserContexts
[FlagsAttribute]
public enum class UserContexts
[<FlagsAttribute>]
type 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.11.1.2318)