PlannedPackageEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlannedPackage»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Cache | Gets whether the package will be cached. |
| Execute | Gets the planned execution action. |
| PackageId | Gets the identity of the package planned for. |
| Rollback | Gets the planned rollback action. |
| Uncache | Gets whether the package will be removed from the package cache. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Cache Property
Section titled “Cache Property”Gets whether the package will be cached.
Declaration
Section titled “Declaration”public bool Cache { get; set; }Execute Property
Section titled “Execute Property”Gets the planned execution action.
Declaration
Section titled “Declaration”public ActionState Execute { get; set; }PackageId Property
Section titled “PackageId Property”Gets the identity of the package planned for.
Declaration
Section titled “Declaration”public string PackageId { get; set; }Rollback Property
Section titled “Rollback Property”Gets the planned rollback action.
Declaration
Section titled “Declaration”public ActionState Rollback { get; set; }Uncache Property
Section titled “Uncache Property”Gets whether the package will be removed from the package cache.
Declaration
Section titled “Declaration”public bool Uncache { get; set; }