ExecuteMsiMessageEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.ExecuteMsiMessage»
Properties
Property | Description |
---|---|
Data | Gets the extended data for the message. |
Message | Gets the message. |
MessageType | Gets the type of this message. |
PackageId | Gets the identity of the package that yielded this message. |
UIHint | Gets the recommended display flags for this message. |
WixToolset.Mba.Core.dll
version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
Data Property
Gets the extended data for the message.
Declaration
public IList<System.String> Data { get; set; }
Message Property
Gets the message.
Declaration
public string Message { get; set; }
MessageType Property
Gets the type of this message.
Declaration
public InstallMessage MessageType { get; set; }
PackageId Property
Gets the identity of the package that yielded this message.
Declaration
public string PackageId { get; set; }
UIHint Property
Gets the recommended display flags for this message.
Declaration
public int UIHint { get; set; }