Skip to main 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

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; }