DetectRelatedMsiPackageEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectRelatedMsiPackage»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Operation | Gets the operation that will be taken on the detected package. |
| PackageId | Gets the identity of the product’s package detected. |
| PerMachine | Gets whether the detected package is per machine. |
| ProductCode | Gets the identity of the related package detected. |
| UpgradeCode | Gets the upgrade code of the related package detected. |
| Version | Gets the version of the related package detected. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Operation Property
Section titled “Operation Property”Gets the operation that will be taken on the detected package.
Declaration
Section titled “Declaration”public RelatedOperation Operation { get; set; }PackageId Property
Section titled “PackageId Property”Gets the identity of the product’s package detected.
Declaration
Section titled “Declaration”public string PackageId { get; set; }PerMachine Property
Section titled “PerMachine Property”Gets whether the detected package is per machine.
Declaration
Section titled “Declaration”public bool PerMachine { get; set; }ProductCode Property
Section titled “ProductCode Property”Gets the identity of the related package detected.
Declaration
Section titled “Declaration”public string ProductCode { get; set; }UpgradeCode Property
Section titled “UpgradeCode Property”Gets the upgrade code of the related package detected.
Declaration
Section titled “Declaration”public string UpgradeCode { get; set; }Version Property
Section titled “Version Property”Gets the version of the related package detected.
Declaration
Section titled “Declaration”public string Version { get; set; }