Skip to content

BundleRelatedPackage Class

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

Properties

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 Property

Operation of the package relative to the related package.

Declaration

public BundleRelatedOperation Operation { get; set; }

PackageId Property

Unique identity of the package in the chain.

Declaration

public string PackageId { get; set; }

PerMachine Property

Indicates whether the related package is installed per-machine.

Declaration

public bool PerMachine { get; set; }

ProductCode Property

Product code of the related package.

Declaration

public string ProductCode { get; set; }

Version Property

Version of the related package.

Declaration

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