Skip to main content

DetectForwardCompatibleBundleEventArgs Class

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

Properties

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.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

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; } 

MissingFromCache Property

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

Declaration

public bool MissingFromCache { get; set; } 

PerMachine Property

Gets whether the detected forward compatible bundle is per machine.

Declaration

public bool PerMachine { 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 detected.

Declaration

public string Version { get; set; }