BundleRelatedPackage Class
Details about a related package to a Bundle’s package that was detected.
Properties
Section titled “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
Section titled “Operation Property”Operation of the package relative to the related package.
Declaration
Section titled “Declaration”public BundleRelatedOperation Operation { get; set; }PackageId Property
Section titled “PackageId Property”Unique identity of the package in the chain.
Declaration
Section titled “Declaration”public string PackageId { get; set; }PerMachine Property
Section titled “PerMachine Property”Indicates whether the related package is installed per-machine.
Declaration
Section titled “Declaration”public bool PerMachine { get; set; }ProductCode Property
Section titled “ProductCode Property”Product code of the related package.
Declaration
Section titled “Declaration”public string ProductCode { get; set; }Version Property
Section titled “Version Property”Version of the related package.
Declaration
Section titled “Declaration”public WixToolset.Versioning.WixVersion Version { get; set; }