Skip to content

DetectRelatedMsiPackageEventArgs Class

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

PropertyDescription
OperationGets the operation that will be taken on the detected package.
PackageIdGets the identity of the product’s package detected.
PerMachineGets whether the detected package is per machine.
ProductCodeGets the identity of the related package detected.
UpgradeCodeGets the upgrade code of the related package detected.
VersionGets the version of the related package detected.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the operation that will be taken on the detected package.

public RelatedOperation Operation { get; set; }

Gets the identity of the product’s package detected.

public string PackageId { get; set; }

Gets whether the detected package is per machine.

public bool PerMachine { get; set; }

Gets the identity of the related package detected.

public string ProductCode { get; set; }

Gets the upgrade code of the related package detected.

public string UpgradeCode { get; set; }

Gets the version of the related package detected.

public string Version { get; set; }