Class WindowsInstallerHandler
Metadata fo the windows installer handler
Inherited Members
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class WindowsInstallerHandler : HandlerMetadata
Properties
| Improve this Doc View SourceCommandLine
Install command line
Declaration
[JsonProperty]
public string CommandLine { get; }
Property Value
Type | Description |
---|---|
System.String |
FullFilePatchCode
Full file patch code
Declaration
[JsonProperty]
public string FullFilePatchCode { get; }
Property Value
Type | Description |
---|---|
System.String |
PatchCode
Patch code
Declaration
[JsonProperty]
public string PatchCode { get; }
Property Value
Type | Description |
---|---|
System.String |
UninstallCommandLine
Uninstall command line
Declaration
[JsonProperty]
public string UninstallCommandLine { get; }
Property Value
Type | Description |
---|---|
System.String |