public sealed class MSI : IMessage<OSPolicy.Types.Resource.Types.PackageResource.Types.MSI>, IEquatable<OSPolicy.Types.Resource.Types.PackageResource.Types.MSI>, IDeepCloneable<OSPolicy.Types.Resource.Types.PackageResource.Types.MSI>, IBufferMessage, IMessage
An MSI package. MSI packages only support INSTALLED state.
Additional properties to use during installation.
This should be in the format of Property=Setting.
Appended to the defaults of ACTION=INSTALL
REBOOT=ReallySuppress.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["The latest version of the MSI package resource is 2.4.0, and there are several other previous versions available, ranging from 2.3.0 down to 1.3.0."],["The MSI class is used for managing MSI packages and it only supports the `INSTALLED` state, as stated by its description."],["The MSI class inherits from Object and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Properties` property, which is of type `RepeatedField\u003cstring\u003e`, allows for specifying additional properties during installation in the format `Property=Setting`, and defaults to `ACTION=INSTALL` and `REBOOT=ReallySuppress`."],["The `Source` property, which is of type `OSPolicy.Types.Resource.Types.File`, is a required field that represents the MSI package being configured."]]],[]]