PlanMsiPackageEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanMsiPackage»
Properties
| Property | Description |
|---|---|
| Action | Gets the action planned for the package. |
| ActionMsiProperty | Gets or sets the requested MSI property to add. |
| DisableExternalUiHandler | Gets or sets whether Burn is requested to set up an external UI handler. |
| FileVersioning | Gets or sets the requested file versioning. |
| PackageId | Gets identity of the package planned for. |
| RecommendedFileVersioning | Gets the recommended file versioning for the package. |
| ShouldExecute | Gets whether the package is planned to execute or roll back. |
| UiLevel | Gets 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; }