DetectCompleteEventArgs Class
Event arguments used when the detection phase has completed.
Properties
Property | Description |
---|---|
EligibleForCleanup | Indicates whether the engine will uninstall the bundle if shutdown without running Apply. |
WixToolset.Mba.Core.dll
version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
EligibleForCleanup Property
Indicates whether the engine will uninstall the bundle if shutdown without running Apply.
Declaration
public bool EligibleForCleanup { get; set; }