Skip to main content

PlanForwardCompatibleBundleEventArgs Class

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

Properties​

PropertyDescription
BundleIdGets the identity of the forward compatible bundle detected.
BundleTagGets the tag of the forward compatible bundle.
IgnoreBundleGets or sets whether the engine will use the forward compatible bundle.
PerMachineGets whether the forward compatible bundle is per machine.
RecommendedIgnoreBundleGets the recommendation of whether the engine should use the forward compatible bundle.
RelationTypeGets the relationship type of the forward compatible bundle.
VersionGets the version of the forward compatible bundle.

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

BundleId Property​

Gets the identity of the forward compatible bundle detected.

Declaration​

public string BundleId { get; set; } 

BundleTag Property​

Gets the tag of the forward compatible bundle.

Declaration​

public string BundleTag { get; set; } 

IgnoreBundle Property​

Gets or sets whether the engine will use the forward compatible bundle.

Declaration​

public bool IgnoreBundle { get; set; } 

PerMachine Property​

Gets whether the forward compatible bundle is per machine.

Declaration​

public bool PerMachine { get; set; } 

RecommendedIgnoreBundle Property​

Gets the recommendation of whether the engine should use the forward compatible bundle.

Declaration​

public bool RecommendedIgnoreBundle { get; set; } 

RelationType Property​

Gets the relationship type of the forward compatible bundle.

Declaration​

public RelationType RelationType { get; set; } 

Version Property​

Gets the version of the forward compatible bundle.

Declaration​

public string Version { get; set; }