Skip to main content

ExecutePackageBeginEventArgs Class

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

Properties

PropertyDescription
ActionGets the action about to be executed.
DisableExternalUiHandlerGets whether Burn will set up an external UI handler (if this is an MSI or MSP package).
PackageIdGets the identity of the package to act on.
ShouldExecuteGets whether the package is being executed or rolled back.
UiLevelGets the internal UI level (if this is an MSI or MSP package).

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

Action Property

Gets the action about to be executed.

Declaration

public ActionState Action { get; set; } 

DisableExternalUiHandler Property

Gets whether Burn will set up an external UI handler (if this is an MSI or MSP package).

Declaration

public bool DisableExternalUiHandler { get; set; } 

PackageId Property

Gets the identity of the package to act on.

Declaration

public string PackageId { get; set; } 

ShouldExecute Property

Gets whether the package is being executed or rolled back.

Declaration

public bool ShouldExecute { get; set; } 

UiLevel Property

Gets the internal UI level (if this is an MSI or MSP package).

Declaration

public INSTALLUILEVEL UiLevel { get; set; }