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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `MSI` class, which represents an MSI package within the `Google.Cloud.OsConfig.V1` namespace, specifically version 1.8.0."],["The `MSI` class supports only the `INSTALLED` state and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `MSI()` and another that accepts an existing `MSI` object for initialization."],["Key properties of the `MSI` class are `Properties`, a `RepeatedField` of strings for specifying installation properties, and `Source`, which indicates the location of the MSI package file."],["The webpage contains links to different version of the `MSI` class, with the latest being 2.4.0 and the oldest being 1.3.0."]]],[]]