Skip to main content

DetectCompleteEventArgs Class

Event arguments used when the detection phase has completed.

Properties

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

WixToolset.Mba.Core.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

EligibleForCleanup Property

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

Declaration

public bool EligibleForCleanup { get; set; }