Skip to content

PlanForwardCompatibleBundleEventArgs Class

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

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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the identity of the forward compatible bundle detected.

public string BundleId { get; set; }

Gets the tag of the forward compatible bundle.

public string BundleTag { get; set; }

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

public bool IgnoreBundle { get; set; }

Gets whether the forward compatible bundle is per machine.

public bool PerMachine { get; set; }

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

public bool RecommendedIgnoreBundle { get; set; }

Gets the relationship type of the forward compatible bundle.

public RelationType RelationType { get; set; }

Gets the version of the forward compatible bundle.

public string Version { get; set; }