PatchStates Enumeration

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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.dll) Version: 3.0.0.0 (3.9.1006.0)