Skip to content

ExecuteMsiMessageEventArgs Class

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

Properties

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

Data Property {#data}

Gets the extended data for the message.

Declaration

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

Message Property {#message}

Gets the message.

Declaration

public string Message { get; set; }

MessageType Property {#messagetype}

Gets the type of this message.

Declaration

public InstallMessage MessageType { get; set; }

PackageId Property {#packageid}

Gets the identity of the package that yielded this message.

Declaration

public string PackageId { get; set; }

UIHint Property {#uihint}

Gets the recommended display flags for this message.

Declaration

public int UIHint { get; set; }