Skip to content

ExecuteMsiMessageEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.ExecuteMsiMessage»

PropertyDescription
DataGets the extended data for the message.
MessageGets the message.
MessageTypeGets the type of this message.
PackageIdGets the identity of the package that yielded this message.
UIHintGets the recommended display flags for this message.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the extended data for the message.

public IList<System.String> Data { get; set; }

Gets the message.

public string Message { get; set; }

Gets the type of this message.

public InstallMessage MessageType { get; set; }

Gets the identity of the package that yielded this message.

public string PackageId { get; set; }

Gets the recommended display flags for this message.

public int UIHint { get; set; }