Skip to content

DetectRelatedBundleEventArgs Class

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

PropertyDescription
BundleTagGets the tag of the related package bundle.
MissingFromCacheWhether the related bundle is missing from the package cache.
PerMachineGets whether the detected bundle is per machine.
ProductCodeGets the identity of the related bundle detected.
RelationTypeGets the relationship type of the related bundle.
VersionGets the version of the related bundle detected.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the tag of the related package bundle.

public string BundleTag { get; set; }

Whether the related bundle is missing from the package cache.

public bool MissingFromCache { get; set; }

Gets whether the detected bundle is per machine.

public bool PerMachine { get; set; }

Gets the identity of the related bundle detected.

public string ProductCode { get; set; }

Gets the relationship type of the related bundle.

public RelationType RelationType { get; set; }

Gets the version of the related bundle detected.

public string Version { get; set; }