Show / Hide Table of Contents

Class WindowsInstallerHandler

Metadata fo the windows installer handler

Inheritance
System.Object
HandlerMetadata
WindowsInstallerHandler
Inherited Members
HandlerMetadata.HandlerType
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class WindowsInstallerHandler : HandlerMetadata

Properties

| Improve this Doc View Source

CommandLine

Install command line

Declaration
[JsonProperty]
public string CommandLine { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FullFilePatchCode

Full file patch code

Declaration
[JsonProperty]
public string FullFilePatchCode { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PatchCode

Patch code

Declaration
[JsonProperty]
public string PatchCode { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UninstallCommandLine

Uninstall command line

Declaration
[JsonProperty]
public string UninstallCommandLine { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX