Skip to main content

RollbackMsiTransactionCompleteEventArgs Class

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

Properties

PropertyDescription
RestartGets the package restart state after being applied.
TransactionIdGets the MSI transaction Id.

WixToolset.Mba.Core.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

Restart Property

Gets the package restart state after being applied.

Declaration

public ApplyRestart Restart { get; set; } 

TransactionId Property

Gets the MSI transaction Id.

Declaration

public string TransactionId { get; set; }