ExecuteMsiMessageEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.ExecuteMsiMessage»
Properties
Section titled “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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Data Property
Section titled “Data Property”Gets the extended data for the message.
Declaration
Section titled “Declaration”public IList<System.String> Data { get; set; }Message Property
Section titled “Message Property”Gets the message.
Declaration
Section titled “Declaration”public string Message { get; set; }MessageType Property
Section titled “MessageType Property”Gets the type of this message.
Declaration
Section titled “Declaration”public InstallMessage MessageType { get; set; }PackageId Property
Section titled “PackageId Property”Gets the identity of the package that yielded this message.
Declaration
Section titled “Declaration”public string PackageId { get; set; }UIHint Property
Section titled “UIHint Property”Gets the recommended display flags for this message.
Declaration
Section titled “Declaration”public int UIHint { get; set; }