Show / Hide Table of Contents

Class MsiHandler

Metadata for the MSI install handler

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

Properties

| Improve this Doc View Source

CommandLine

Command line for launching MSI installation

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

MsiFile

Main MSI file to be installed

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

ProductCode

Product code being installed

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