Skip to content

PlanCompatibleMsiPackageBeginEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanCompatibleMsiPackageBegin»

PropertyDescription
CompatiblePackageIdGets the identity of the compatible package detected.
CompatiblePackageVersionGets the version of the compatible package detected.
PackageIdGets the identity of the package that was not detected.
RecommendedRemoveGets the recommended state to use for the compatible package for planning.
RequestRemoveGets or sets whether to uninstall the compatible package.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the identity of the compatible package detected.

public string CompatiblePackageId { get; set; }

Gets the version of the compatible package detected.

public string CompatiblePackageVersion { get; set; }

Gets the identity of the package that was not detected.

public string PackageId { get; set; }

Gets the recommended state to use for the compatible package for planning.

public bool RecommendedRemove { get; set; }

Gets or sets whether to uninstall the compatible package.

public bool RequestRemove { get; set; }