Skip to content

BundleRelatedPackage Class

Details about a related package to a Bundle’s package that was detected.

PropertyDescription
OperationOperation of the package relative to the related package.
PackageIdUnique identity of the package in the chain.
PerMachineIndicates whether the related package is installed per-machine.
ProductCodeProduct code of the related package.
VersionVersion of the related package.

FireGiant.BundleApplicationFramework v6.0.1

Operation of the package relative to the related package.

public BundleRelatedOperation Operation { get; set; }

Unique identity of the package in the chain.

public string PackageId { get; set; }

Indicates whether the related package is installed per-machine.

public bool PerMachine { get; set; }

Product code of the related package.

public string ProductCode { get; set; }

Version of the related package.

public WixToolset.Versioning.WixVersion Version { get; set; }