PlanCompatibleMsiPackageBeginEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanCompatibleMsiPackageBegin»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| CompatiblePackageId | Gets the identity of the compatible package detected. |
| CompatiblePackageVersion | Gets the version of the compatible package detected. |
| PackageId | Gets the identity of the package that was not detected. |
| RecommendedRemove | Gets the recommended state to use for the compatible package for planning. |
| RequestRemove | Gets or sets whether to uninstall the compatible package. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
CompatiblePackageId Property
Section titled “CompatiblePackageId Property”Gets the identity of the compatible package detected.
Declaration
Section titled “Declaration”public string CompatiblePackageId { get; set; }CompatiblePackageVersion Property
Section titled “CompatiblePackageVersion Property”Gets the version of the compatible package detected.
Declaration
Section titled “Declaration”public string CompatiblePackageVersion { get; set; }PackageId Property
Section titled “PackageId Property”Gets the identity of the package that was not detected.
Declaration
Section titled “Declaration”public string PackageId { get; set; }RecommendedRemove Property
Section titled “RecommendedRemove Property”Gets the recommended state to use for the compatible package for planning.
Declaration
Section titled “Declaration”public bool RecommendedRemove { get; set; }RequestRemove Property
Section titled “RequestRemove Property”Gets or sets whether to uninstall the compatible package.
Declaration
Section titled “Declaration”public bool RequestRemove { get; set; }