Skip to content

DetectCompleteEventArgs Class

Event arguments used when the detection phase has completed.

PropertyDescription
EligibleForCleanupIndicates whether the engine will uninstall the bundle if shutdown without running Apply.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Indicates whether the engine will uninstall the bundle if shutdown without running Apply.

public bool EligibleForCleanup { get; set; }