Skip to main content

PlanMsiPackageEventArgs Class

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

Properties​

PropertyDescription
ActionGets the action planned for the package.
ActionMsiPropertyGets or sets the requested MSI property to add.
DisableExternalUiHandlerGets or sets whether Burn is requested to set up an external UI handler.
FileVersioningGets or sets the requested file versioning.
PackageIdGets identity of the package planned for.
RecommendedFileVersioningGets the recommended file versioning for the package.
ShouldExecuteGets whether the package is planned to execute or roll back.
UiLevelGets or sets the requested internal UI level.

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

Action Property​

Gets the action planned for the package.

Declaration​

public ActionState Action { get; set; } 

ActionMsiProperty Property​

Gets or sets the requested MSI property to add.

Declaration​

public BURN_MSI_PROPERTY ActionMsiProperty { get; set; } 

DisableExternalUiHandler Property​

Gets or sets whether Burn is requested to set up an external UI handler.

Declaration​

public bool DisableExternalUiHandler { get; set; } 

FileVersioning Property​

Gets or sets the requested file versioning.

Declaration​

public BOOTSTRAPPER_MSI_FILE_VERSIONING FileVersioning { get; set; } 

PackageId Property​

Gets identity of the package planned for.

Declaration​

public string PackageId { get; set; } 

RecommendedFileVersioning Property​

Gets the recommended file versioning for the package.

Declaration​

public BOOTSTRAPPER_MSI_FILE_VERSIONING RecommendedFileVersioning { get; set; } 

ShouldExecute Property​

Gets whether the package is planned to execute or roll back.

Declaration​

public bool ShouldExecute { get; set; } 

UiLevel Property​

Gets or sets the requested internal UI level.

Declaration​

public INSTALLUILEVEL UiLevel { get; set; }