Skip to content

PlanMsiPackageEventArgs Class

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

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

Gets the action planned for the package.

public ActionState Action { get; set; }

Gets or sets the requested MSI property to add.

public BURN_MSI_PROPERTY ActionMsiProperty { get; set; }

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

public bool DisableExternalUiHandler { get; set; }

Gets or sets the requested file versioning.

public BOOTSTRAPPER_MSI_FILE_VERSIONING FileVersioning { get; set; }

Gets identity of the package planned for.

public string PackageId { get; set; }

Gets the recommended file versioning for the package.

public BOOTSTRAPPER_MSI_FILE_VERSIONING RecommendedFileVersioning { get; set; }

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

public bool ShouldExecute { get; set; }

Gets or sets the requested internal UI level.

public INSTALLUILEVEL UiLevel { get; set; }