Class MsiHandler
Metadata for the MSI install handler
Inherited Members
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Handlers
Assembly: package-graph-microsoft-update.dll
Syntax
public class MsiHandler : HandlerMetadata
Properties
| Improve this Doc View SourceCommandLine
Command line for launching MSI installation
Declaration
[JsonProperty]
public string CommandLine { get; }
Property Value
Type | Description |
---|---|
System.String |
MsiFile
Main MSI file to be installed
Declaration
[JsonProperty]
public string MsiFile { get; }
Property Value
Type | Description |
---|---|
System.String |
ProductCode
Product code being installed
Declaration
[JsonProperty]
public string ProductCode { get; }
Property Value
Type | Description |
---|---|
System.String |