Skip to main content

PlannedPackageEventArgs Class

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

Properties​

PropertyDescription
CacheGets whether the package will be cached.
ExecuteGets the planned execution action.
PackageIdGets the identity of the package planned for.
RollbackGets the planned rollback action.
UncacheGets whether the package will be removed from the package cache.

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

Cache Property​

Gets whether the package will be cached.

Declaration​

public bool Cache { get; set; } 

Execute Property​

Gets the planned execution action.

Declaration​

public ActionState Execute { get; set; } 

PackageId Property​

Gets the identity of the package planned for.

Declaration​

public string PackageId { get; set; } 

Rollback Property​

Gets the planned rollback action.

Declaration​

public ActionState Rollback { get; set; } 

Uncache Property​

Gets whether the package will be removed from the package cache.

Declaration​

public bool Uncache { get; set; }