Enum UpdateHandlerType
Possible types of update handlers used by Microsoft Update
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public enum UpdateHandlerType
Fields
Name | Description |
---|---|
Category | No information available. |
CBS | OS update handler; installs individual packages through CBS |
CommandLine | Command line handler; installs updates by executing local scripts or programs |
MSI | MSI update handler; installs updates through MSI |
OS | OS update handler; installs cumulative updates through CBS |
WindowsInstaller | No information available |
WindowsPatch | No information available. |
WindowsSetup | OS update handler; installs Windows feature updates |