BundleRelatedPackage Class
Details about a related package to a Bundle’s package that was detected.
Properties
| Property | Description |
|---|---|
| Operation | Operation of the package relative to the related package. |
| PackageId | Unique identity of the package in the chain. |
| PerMachine | Indicates whether the related package is installed per-machine. |
| ProductCode | Product code of the related package. |
| Version | Version 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; }