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