PatchStates Enumeration

Microsoft Deployment Tools

Deployment Tools Foundation PatchStates Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerPatchStates
Specifies the different patch states for GetPatches(String, String, String, UserContexts, PatchStates).
Declaration Syntax
C# Visual Basic Visual C++
[FlagsAttribute]
public enum PatchStates
<FlagsAttribute> _
Public Enumeration PatchStates
[FlagsAttribute]
public enum class PatchStates
Members
Member Description
None
Invalid value.

Applied
Patches applied to a product.

Superseded
Patches that are superseded by other patches.

Obsoleted
Patches that are obsolesced by other patches.

Registered
Patches that are registered to a product but not applied.

All
All valid patch states.

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