Skip to content

DetectForwardCompatibleBundleEventArgs Class

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

PropertyDescription
BundleIdGets the identity of the forward compatible bundle detected.
BundleTagGets the tag of the forward compatible bundle.
MissingFromCacheWhether the forward compatible bundle is missing from the package cache.
PerMachineGets whether the detected forward compatible bundle is per machine.
RelationTypeGets the relationship type of the forward compatible bundle.
VersionGets the version of the forward compatible bundle detected.
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; }

Whether the forward compatible bundle is missing from the package cache.

public bool MissingFromCache { get; set; }

Gets whether the detected forward compatible bundle is per machine.

public bool PerMachine { get; set; }

Gets the relationship type of the forward compatible bundle.

public RelationType RelationType { get; set; }

Gets the version of the forward compatible bundle detected.

public string Version { get; set; }