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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

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