gitextract_hlbvlrwh/ ├── .github/ │ └── workflows/ │ ├── ci.yaml │ └── winget.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Licence.txt ├── NOTICE ├── PrivacyPolicy.txt ├── README.md ├── doc/ │ ├── BCU_manual.html │ └── BCU_manual.odt ├── installer/ │ ├── .gitignore │ ├── BcuSetup.iss │ ├── CodeDependencies.iss │ ├── PortablePage.iss │ ├── assets/ │ │ └── bigImage.pdn │ └── lang/ │ ├── ChineseSimplified.isl │ ├── Hindi.isl │ └── Vietnamese.isl ├── publish.bat └── source/ ├── BCU-console/ │ ├── BCU-console.csproj │ └── Program.cs ├── BCU-launcher/ │ ├── BCU-launcher.rc │ ├── BCU-launcher.vcxproj │ ├── main.cpp │ └── resource.h ├── BulkCrapUninstaller/ │ ├── BulkCrapUninstaller.csproj │ ├── CleanLogs.bat │ ├── Controls/ │ │ ├── AdvancedClipboardCopy.Designer.cs │ │ ├── AdvancedClipboardCopy.ar.resx │ │ ├── AdvancedClipboardCopy.cs │ │ ├── AdvancedClipboardCopy.cs.resx │ │ ├── AdvancedClipboardCopy.de.resx │ │ ├── AdvancedClipboardCopy.es.resx │ │ ├── AdvancedClipboardCopy.fr.resx │ │ ├── AdvancedClipboardCopy.hu.resx │ │ ├── AdvancedClipboardCopy.it.resx │ │ ├── AdvancedClipboardCopy.ja.resx │ │ ├── AdvancedClipboardCopy.nl.resx │ │ ├── AdvancedClipboardCopy.pl.resx │ │ ├── AdvancedClipboardCopy.pt-BR.resx │ │ ├── AdvancedClipboardCopy.pt.resx │ │ ├── AdvancedClipboardCopy.resx │ │ ├── AdvancedClipboardCopy.ru.resx │ │ ├── AdvancedClipboardCopy.sl.resx │ │ ├── AdvancedClipboardCopy.sv.resx │ │ ├── AdvancedClipboardCopy.tr.resx │ │ ├── AdvancedClipboardCopy.vi.resx │ │ ├── AdvancedClipboardCopy.zh-Hans.resx │ │ ├── AdvancedClipboardCopy.zh-Hant.resx │ │ ├── ClipboardCopyItem.cs │ │ ├── FileTargeter.Designer.cs │ │ ├── FileTargeter.ar.resx │ │ ├── FileTargeter.cs │ │ ├── FileTargeter.cs.resx │ │ ├── FileTargeter.de.resx │ │ ├── FileTargeter.es.resx │ │ ├── FileTargeter.fr.resx │ │ ├── FileTargeter.hu.resx │ │ ├── FileTargeter.it.resx │ │ ├── FileTargeter.ja.resx │ │ ├── FileTargeter.nl.resx │ │ ├── FileTargeter.pl.resx │ │ ├── FileTargeter.pt-BR.resx │ │ ├── FileTargeter.pt.resx │ │ ├── FileTargeter.resx │ │ ├── FileTargeter.ru.resx │ │ ├── FileTargeter.sl.resx │ │ ├── FileTargeter.sv.resx │ │ ├── FileTargeter.tr.resx │ │ ├── FileTargeter.vi.resx │ │ ├── FileTargeter.zh-Hans.resx │ │ ├── FileTargeter.zh-Hant.resx │ │ ├── ListLegend.Designer.cs │ │ ├── ListLegend.ar.resx │ │ ├── ListLegend.cs │ │ ├── ListLegend.cs.resx │ │ ├── ListLegend.de.resx │ │ ├── ListLegend.es.resx │ │ ├── ListLegend.fr.resx │ │ ├── ListLegend.hu.resx │ │ ├── ListLegend.it.resx │ │ ├── ListLegend.ja.resx │ │ ├── ListLegend.nl.resx │ │ ├── ListLegend.pl.resx │ │ ├── ListLegend.pt-BR.resx │ │ ├── ListLegend.pt.resx │ │ ├── ListLegend.resx │ │ ├── ListLegend.ru.resx │ │ ├── ListLegend.sl.resx │ │ ├── ListLegend.sv.resx │ │ ├── ListLegend.tr.resx │ │ ├── ListLegend.vi.resx │ │ ├── ListLegend.zh-Hans.resx │ │ ├── ListLegend.zh-Hant.resx │ │ ├── RelatedUninstallerAdder.Designer.cs │ │ ├── RelatedUninstallerAdder.ar.resx │ │ ├── RelatedUninstallerAdder.cs │ │ ├── RelatedUninstallerAdder.cs.resx │ │ ├── RelatedUninstallerAdder.de.resx │ │ ├── RelatedUninstallerAdder.es.resx │ │ ├── RelatedUninstallerAdder.fr.resx │ │ ├── RelatedUninstallerAdder.hu.resx │ │ ├── RelatedUninstallerAdder.it.resx │ │ ├── RelatedUninstallerAdder.ja.resx │ │ ├── RelatedUninstallerAdder.nl.resx │ │ ├── RelatedUninstallerAdder.pl.resx │ │ ├── RelatedUninstallerAdder.pt-BR.resx │ │ ├── RelatedUninstallerAdder.pt.resx │ │ ├── RelatedUninstallerAdder.resx │ │ ├── RelatedUninstallerAdder.ru.resx │ │ ├── RelatedUninstallerAdder.sl.resx │ │ ├── RelatedUninstallerAdder.tr.resx │ │ ├── RelatedUninstallerAdder.vi.resx │ │ ├── RelatedUninstallerAdder.zh-Hans.resx │ │ ├── RelatedUninstallerAdder.zh-Hant.resx │ │ ├── Settings/ │ │ │ ├── AdvancedFilters.Designer.cs │ │ │ ├── AdvancedFilters.ar.resx │ │ │ ├── AdvancedFilters.cs │ │ │ ├── AdvancedFilters.cs.resx │ │ │ ├── AdvancedFilters.de.resx │ │ │ ├── AdvancedFilters.es.resx │ │ │ ├── AdvancedFilters.fr.resx │ │ │ ├── AdvancedFilters.hu.resx │ │ │ ├── AdvancedFilters.it.resx │ │ │ ├── AdvancedFilters.ja.resx │ │ │ ├── AdvancedFilters.nl.resx │ │ │ ├── AdvancedFilters.pl.resx │ │ │ ├── AdvancedFilters.pt-BR.resx │ │ │ ├── AdvancedFilters.pt.resx │ │ │ ├── AdvancedFilters.resx │ │ │ ├── AdvancedFilters.ru.resx │ │ │ ├── AdvancedFilters.sl.resx │ │ │ ├── AdvancedFilters.sv.resx │ │ │ ├── AdvancedFilters.tr.resx │ │ │ ├── AdvancedFilters.vi.resx │ │ │ ├── AdvancedFilters.zh-Hans.resx │ │ │ ├── AdvancedFilters.zh-Hant.resx │ │ │ ├── CacheSettings.Designer.cs │ │ │ ├── CacheSettings.ar.resx │ │ │ ├── CacheSettings.cs │ │ │ ├── CacheSettings.cs.resx │ │ │ ├── CacheSettings.de.resx │ │ │ ├── CacheSettings.es.resx │ │ │ ├── CacheSettings.fr.resx │ │ │ ├── CacheSettings.hu.resx │ │ │ ├── CacheSettings.it.resx │ │ │ ├── CacheSettings.ja.resx │ │ │ ├── CacheSettings.nl.resx │ │ │ ├── CacheSettings.pl.resx │ │ │ ├── CacheSettings.pt-BR.resx │ │ │ ├── CacheSettings.pt.resx │ │ │ ├── CacheSettings.resx │ │ │ ├── CacheSettings.ru.resx │ │ │ ├── CacheSettings.sl.resx │ │ │ ├── CacheSettings.sv.resx │ │ │ ├── CacheSettings.tr.resx │ │ │ ├── CacheSettings.vi.resx │ │ │ ├── CacheSettings.zh-Hans.resx │ │ │ ├── CacheSettings.zh-Hant.resx │ │ │ ├── PropertiesSidebar.Designer.cs │ │ │ ├── PropertiesSidebar.ar.resx │ │ │ ├── PropertiesSidebar.cs │ │ │ ├── PropertiesSidebar.cs.resx │ │ │ ├── PropertiesSidebar.de.resx │ │ │ ├── PropertiesSidebar.es.resx │ │ │ ├── PropertiesSidebar.fr.resx │ │ │ ├── PropertiesSidebar.hu.resx │ │ │ ├── PropertiesSidebar.it.resx │ │ │ ├── PropertiesSidebar.ja.resx │ │ │ ├── PropertiesSidebar.nl.resx │ │ │ ├── PropertiesSidebar.pl.resx │ │ │ ├── PropertiesSidebar.pt-BR.resx │ │ │ ├── PropertiesSidebar.pt.resx │ │ │ ├── PropertiesSidebar.resx │ │ │ ├── PropertiesSidebar.ru.resx │ │ │ ├── PropertiesSidebar.sl.resx │ │ │ ├── PropertiesSidebar.sv.resx │ │ │ ├── PropertiesSidebar.tr.resx │ │ │ ├── PropertiesSidebar.vi.resx │ │ │ ├── PropertiesSidebar.zh-Hans.resx │ │ │ ├── PropertiesSidebar.zh-Hant.resx │ │ │ ├── UninstallationSettings.Designer.cs │ │ │ ├── UninstallationSettings.ar.resx │ │ │ ├── UninstallationSettings.cs │ │ │ ├── UninstallationSettings.cs.resx │ │ │ ├── UninstallationSettings.de.resx │ │ │ ├── UninstallationSettings.es.resx │ │ │ ├── UninstallationSettings.fr.resx │ │ │ ├── UninstallationSettings.hu.resx │ │ │ ├── UninstallationSettings.it.resx │ │ │ ├── UninstallationSettings.ja.resx │ │ │ ├── UninstallationSettings.nl.resx │ │ │ ├── UninstallationSettings.pl.resx │ │ │ ├── UninstallationSettings.pt-BR.resx │ │ │ ├── UninstallationSettings.pt.resx │ │ │ ├── UninstallationSettings.resx │ │ │ ├── UninstallationSettings.ru.resx │ │ │ ├── UninstallationSettings.sl.resx │ │ │ ├── UninstallationSettings.sv.resx │ │ │ ├── UninstallationSettings.tr.resx │ │ │ ├── UninstallationSettings.vi.resx │ │ │ ├── UninstallationSettings.zh-Hans.resx │ │ │ └── UninstallationSettings.zh-Hant.resx │ │ ├── TabControlWithoutHeader.cs │ │ ├── UninstallConfirmation.Designer.cs │ │ ├── UninstallConfirmation.ar.resx │ │ ├── UninstallConfirmation.cs │ │ ├── UninstallConfirmation.cs.resx │ │ ├── UninstallConfirmation.de.resx │ │ ├── UninstallConfirmation.es.resx │ │ ├── UninstallConfirmation.fr.resx │ │ ├── UninstallConfirmation.hu.resx │ │ ├── UninstallConfirmation.it.resx │ │ ├── UninstallConfirmation.ja.resx │ │ ├── UninstallConfirmation.nl.resx │ │ ├── UninstallConfirmation.pl.resx │ │ ├── UninstallConfirmation.pt-BR.resx │ │ ├── UninstallConfirmation.pt.resx │ │ ├── UninstallConfirmation.resx │ │ ├── UninstallConfirmation.ru.resx │ │ ├── UninstallConfirmation.sl.resx │ │ ├── UninstallConfirmation.sv.resx │ │ ├── UninstallConfirmation.tr.resx │ │ ├── UninstallConfirmation.vi.resx │ │ ├── UninstallConfirmation.zh-Hans.resx │ │ └── UninstallConfirmation.zh-Hant.resx │ ├── CultureConfigurator.cs │ ├── EntryPoint.cs │ ├── Forms/ │ │ ├── Helpers/ │ │ │ ├── AdvancedClipboardCopyWindow.Designer.cs │ │ │ ├── AdvancedClipboardCopyWindow.ar.resx │ │ │ ├── AdvancedClipboardCopyWindow.cs │ │ │ ├── AdvancedClipboardCopyWindow.cs.resx │ │ │ ├── AdvancedClipboardCopyWindow.de.resx │ │ │ ├── AdvancedClipboardCopyWindow.es.resx │ │ │ ├── AdvancedClipboardCopyWindow.fr.resx │ │ │ ├── AdvancedClipboardCopyWindow.hu.resx │ │ │ ├── AdvancedClipboardCopyWindow.it.resx │ │ │ ├── AdvancedClipboardCopyWindow.ja.resx │ │ │ ├── AdvancedClipboardCopyWindow.nl.resx │ │ │ ├── AdvancedClipboardCopyWindow.pl.resx │ │ │ ├── AdvancedClipboardCopyWindow.pt-BR.resx │ │ │ ├── AdvancedClipboardCopyWindow.pt.resx │ │ │ ├── AdvancedClipboardCopyWindow.resx │ │ │ ├── AdvancedClipboardCopyWindow.ru.resx │ │ │ ├── AdvancedClipboardCopyWindow.sl.resx │ │ │ ├── AdvancedClipboardCopyWindow.sv.resx │ │ │ ├── AdvancedClipboardCopyWindow.tr.resx │ │ │ ├── AdvancedClipboardCopyWindow.vi.resx │ │ │ ├── AdvancedClipboardCopyWindow.zh-Hans.resx │ │ │ ├── AdvancedClipboardCopyWindow.zh-Hant.resx │ │ │ ├── DebugWindow.Designer.cs │ │ │ ├── DebugWindow.cs │ │ │ ├── DebugWindow.resx │ │ │ ├── FeedbackBox.Designer.cs │ │ │ ├── FeedbackBox.ar.resx │ │ │ ├── FeedbackBox.cs │ │ │ ├── FeedbackBox.cs.resx │ │ │ ├── FeedbackBox.de.resx │ │ │ ├── FeedbackBox.es.resx │ │ │ ├── FeedbackBox.fr.resx │ │ │ ├── FeedbackBox.hu.resx │ │ │ ├── FeedbackBox.it.resx │ │ │ ├── FeedbackBox.ja.resx │ │ │ ├── FeedbackBox.nl.resx │ │ │ ├── FeedbackBox.pl.resx │ │ │ ├── FeedbackBox.pt-BR.resx │ │ │ ├── FeedbackBox.pt.resx │ │ │ ├── FeedbackBox.resx │ │ │ ├── FeedbackBox.ru.resx │ │ │ ├── FeedbackBox.sl.resx │ │ │ ├── FeedbackBox.sv.resx │ │ │ ├── FeedbackBox.tr.resx │ │ │ ├── FeedbackBox.vi.resx │ │ │ ├── FeedbackBox.zh-Hans.resx │ │ │ ├── FeedbackBox.zh-Hant.resx │ │ │ ├── FeedbackWindow.Designer.cs │ │ │ ├── FeedbackWindow.ar.resx │ │ │ ├── FeedbackWindow.cs │ │ │ ├── FeedbackWindow.cs.resx │ │ │ ├── FeedbackWindow.de.resx │ │ │ ├── FeedbackWindow.es.resx │ │ │ ├── FeedbackWindow.fr.resx │ │ │ ├── FeedbackWindow.hu.resx │ │ │ ├── FeedbackWindow.it.resx │ │ │ ├── FeedbackWindow.ja.resx │ │ │ ├── FeedbackWindow.nl.resx │ │ │ ├── FeedbackWindow.pl.resx │ │ │ ├── FeedbackWindow.pt-BR.resx │ │ │ ├── FeedbackWindow.pt.resx │ │ │ ├── FeedbackWindow.resx │ │ │ ├── FeedbackWindow.ru.resx │ │ │ ├── FeedbackWindow.sl.resx │ │ │ ├── FeedbackWindow.sv.resx │ │ │ ├── FeedbackWindow.tr.resx │ │ │ ├── FeedbackWindow.vi.resx │ │ │ ├── FeedbackWindow.zh-Hans.resx │ │ │ ├── FeedbackWindow.zh-Hant.resx │ │ │ ├── ListLegendWindow.Designer.cs │ │ │ ├── ListLegendWindow.cs │ │ │ ├── ListLegendWindow.resx │ │ │ ├── NewsPopup.Designer.cs │ │ │ ├── NewsPopup.ar.resx │ │ │ ├── NewsPopup.cs │ │ │ ├── NewsPopup.cs.resx │ │ │ ├── NewsPopup.de.resx │ │ │ ├── NewsPopup.es.resx │ │ │ ├── NewsPopup.fr.resx │ │ │ ├── NewsPopup.hu.resx │ │ │ ├── NewsPopup.it.resx │ │ │ ├── NewsPopup.ja.resx │ │ │ ├── NewsPopup.nl.resx │ │ │ ├── NewsPopup.pl.resx │ │ │ ├── NewsPopup.pt-br.resx │ │ │ ├── NewsPopup.pt.resx │ │ │ ├── NewsPopup.resx │ │ │ ├── NewsPopup.ru.resx │ │ │ ├── NewsPopup.sl.resx │ │ │ ├── NewsPopup.sv.resx │ │ │ ├── NewsPopup.tr.resx │ │ │ ├── NewsPopup.vi.resx │ │ │ ├── NewsPopup.zh-Hans.resx │ │ │ ├── NewsPopup.zh-Hant.resx │ │ │ ├── PropertiesWindow.Designer.cs │ │ │ ├── PropertiesWindow.ar.resx │ │ │ ├── PropertiesWindow.cs │ │ │ ├── PropertiesWindow.cs.resx │ │ │ ├── PropertiesWindow.de.resx │ │ │ ├── PropertiesWindow.es.resx │ │ │ ├── PropertiesWindow.fr.resx │ │ │ ├── PropertiesWindow.hu.resx │ │ │ ├── PropertiesWindow.it.resx │ │ │ ├── PropertiesWindow.ja.resx │ │ │ ├── PropertiesWindow.nl.resx │ │ │ ├── PropertiesWindow.pl.resx │ │ │ ├── PropertiesWindow.pt-BR.resx │ │ │ ├── PropertiesWindow.pt.resx │ │ │ ├── PropertiesWindow.resx │ │ │ ├── PropertiesWindow.ru.resx │ │ │ ├── PropertiesWindow.sl.resx │ │ │ ├── PropertiesWindow.sv.resx │ │ │ ├── PropertiesWindow.tr.resx │ │ │ ├── PropertiesWindow.vi.resx │ │ │ ├── PropertiesWindow.zh-Hans.resx │ │ │ ├── PropertiesWindow.zh-Hant.resx │ │ │ ├── RatingPopup.Designer.cs │ │ │ ├── RatingPopup.ar.resx │ │ │ ├── RatingPopup.cs │ │ │ ├── RatingPopup.cs.resx │ │ │ ├── RatingPopup.de.resx │ │ │ ├── RatingPopup.es.resx │ │ │ ├── RatingPopup.fr.resx │ │ │ ├── RatingPopup.hu.resx │ │ │ ├── RatingPopup.it.resx │ │ │ ├── RatingPopup.ja.resx │ │ │ ├── RatingPopup.nl.resx │ │ │ ├── RatingPopup.pl.resx │ │ │ ├── RatingPopup.pt-BR.resx │ │ │ ├── RatingPopup.pt.resx │ │ │ ├── RatingPopup.resx │ │ │ ├── RatingPopup.ru.resx │ │ │ ├── RatingPopup.sl.resx │ │ │ ├── RatingPopup.sv.resx │ │ │ ├── RatingPopup.tr.resx │ │ │ ├── RatingPopup.vi.resx │ │ │ ├── RatingPopup.zh-Hans.resx │ │ │ ├── RatingPopup.zh-Hant.resx │ │ │ ├── TargetWindow.Designer.cs │ │ │ ├── TargetWindow.ar.resx │ │ │ ├── TargetWindow.cs │ │ │ ├── TargetWindow.cs.resx │ │ │ ├── TargetWindow.de.resx │ │ │ ├── TargetWindow.es.resx │ │ │ ├── TargetWindow.fr.resx │ │ │ ├── TargetWindow.hu.resx │ │ │ ├── TargetWindow.it.resx │ │ │ ├── TargetWindow.ja.resx │ │ │ ├── TargetWindow.nl.resx │ │ │ ├── TargetWindow.pl.resx │ │ │ ├── TargetWindow.pt-BR.resx │ │ │ ├── TargetWindow.pt.resx │ │ │ ├── TargetWindow.resx │ │ │ ├── TargetWindow.ru.resx │ │ │ ├── TargetWindow.sl.resx │ │ │ ├── TargetWindow.sv.resx │ │ │ ├── TargetWindow.tr.resx │ │ │ ├── TargetWindow.vi.resx │ │ │ ├── TargetWindow.zh-Hans.resx │ │ │ └── TargetWindow.zh-Hant.resx │ │ ├── UninstallerListDoubleClickAction.cs │ │ ├── Windows/ │ │ │ ├── AboutBox.Designer.cs │ │ │ ├── AboutBox.ar.resx │ │ │ ├── AboutBox.cs │ │ │ ├── AboutBox.cs.resx │ │ │ ├── AboutBox.de.resx │ │ │ ├── AboutBox.es.resx │ │ │ ├── AboutBox.fr.resx │ │ │ ├── AboutBox.hu.resx │ │ │ ├── AboutBox.it.resx │ │ │ ├── AboutBox.ja.resx │ │ │ ├── AboutBox.nl.resx │ │ │ ├── AboutBox.pl.resx │ │ │ ├── AboutBox.pt-BR.resx │ │ │ ├── AboutBox.pt.resx │ │ │ ├── AboutBox.resx │ │ │ ├── AboutBox.ru.resx │ │ │ ├── AboutBox.sl.resx │ │ │ ├── AboutBox.sv.resx │ │ │ ├── AboutBox.tr.resx │ │ │ ├── AboutBox.vi.resx │ │ │ ├── AboutBox.zh-Hans.resx │ │ │ ├── AboutBox.zh-Hant.resx │ │ │ ├── JunkRemoveWindow.Designer.cs │ │ │ ├── JunkRemoveWindow.ar.resx │ │ │ ├── JunkRemoveWindow.cs │ │ │ ├── JunkRemoveWindow.cs.resx │ │ │ ├── JunkRemoveWindow.de.resx │ │ │ ├── JunkRemoveWindow.es.resx │ │ │ ├── JunkRemoveWindow.fr.resx │ │ │ ├── JunkRemoveWindow.hu.resx │ │ │ ├── JunkRemoveWindow.it.resx │ │ │ ├── JunkRemoveWindow.ja.resx │ │ │ ├── JunkRemoveWindow.nl.resx │ │ │ ├── JunkRemoveWindow.pl.resx │ │ │ ├── JunkRemoveWindow.pt-BR.resx │ │ │ ├── JunkRemoveWindow.pt.resx │ │ │ ├── JunkRemoveWindow.resx │ │ │ ├── JunkRemoveWindow.ru.resx │ │ │ ├── JunkRemoveWindow.sl.resx │ │ │ ├── JunkRemoveWindow.sv.resx │ │ │ ├── JunkRemoveWindow.tr.resx │ │ │ ├── JunkRemoveWindow.vi.resx │ │ │ ├── JunkRemoveWindow.zh-Hans.resx │ │ │ ├── JunkRemoveWindow.zh-Hant.resx │ │ │ ├── MainWindow.Designer.cs │ │ │ ├── MainWindow.ar.resx │ │ │ ├── MainWindow.cs │ │ │ ├── MainWindow.cs.resx │ │ │ ├── MainWindow.de.resx │ │ │ ├── MainWindow.es.resx │ │ │ ├── MainWindow.fr.resx │ │ │ ├── MainWindow.hu.resx │ │ │ ├── MainWindow.it.resx │ │ │ ├── MainWindow.ja.resx │ │ │ ├── MainWindow.nl.resx │ │ │ ├── MainWindow.pl.resx │ │ │ ├── MainWindow.pt-BR.resx │ │ │ ├── MainWindow.pt.resx │ │ │ ├── MainWindow.resx │ │ │ ├── MainWindow.ru.resx │ │ │ ├── MainWindow.sl.resx │ │ │ ├── MainWindow.sv.resx │ │ │ ├── MainWindow.tr.resx │ │ │ ├── MainWindow.vi.resx │ │ │ ├── MainWindow.zh-Hans.resx │ │ │ ├── MainWindow.zh-Hant.resx │ │ │ ├── SettingsWindow.Designer.cs │ │ │ ├── SettingsWindow.ar.resx │ │ │ ├── SettingsWindow.cs │ │ │ ├── SettingsWindow.cs.resx │ │ │ ├── SettingsWindow.de.resx │ │ │ ├── SettingsWindow.es.resx │ │ │ ├── SettingsWindow.fr.resx │ │ │ ├── SettingsWindow.hu.resx │ │ │ ├── SettingsWindow.it.resx │ │ │ ├── SettingsWindow.ja.resx │ │ │ ├── SettingsWindow.nl.resx │ │ │ ├── SettingsWindow.pl.resx │ │ │ ├── SettingsWindow.pt-BR.resx │ │ │ ├── SettingsWindow.pt.resx │ │ │ ├── SettingsWindow.resx │ │ │ ├── SettingsWindow.ru.resx │ │ │ ├── SettingsWindow.sl.resx │ │ │ ├── SettingsWindow.sv.resx │ │ │ ├── SettingsWindow.tr.resx │ │ │ ├── SettingsWindow.vi.resx │ │ │ ├── SettingsWindow.zh-Hans.resx │ │ │ ├── SettingsWindow.zh-Hant.resx │ │ │ ├── UninstallProgressWindow.Designer.cs │ │ │ ├── UninstallProgressWindow.ar.resx │ │ │ ├── UninstallProgressWindow.cs │ │ │ ├── UninstallProgressWindow.cs.resx │ │ │ ├── UninstallProgressWindow.de.resx │ │ │ ├── UninstallProgressWindow.es.resx │ │ │ ├── UninstallProgressWindow.fr.resx │ │ │ ├── UninstallProgressWindow.hu.resx │ │ │ ├── UninstallProgressWindow.it.resx │ │ │ ├── UninstallProgressWindow.ja.resx │ │ │ ├── UninstallProgressWindow.nl.resx │ │ │ ├── UninstallProgressWindow.pl.resx │ │ │ ├── UninstallProgressWindow.pt-BR.resx │ │ │ ├── UninstallProgressWindow.pt.resx │ │ │ ├── UninstallProgressWindow.resx │ │ │ ├── UninstallProgressWindow.ru.resx │ │ │ ├── UninstallProgressWindow.sl.resx │ │ │ ├── UninstallProgressWindow.sv.resx │ │ │ ├── UninstallProgressWindow.tr.resx │ │ │ ├── UninstallProgressWindow.vi.resx │ │ │ ├── UninstallProgressWindow.zh-Hans.resx │ │ │ └── UninstallProgressWindow.zh-Hant.resx │ │ └── Wizards/ │ │ ├── BeginUninstallTaskWizard.Designer.cs │ │ ├── BeginUninstallTaskWizard.ar.resx │ │ ├── BeginUninstallTaskWizard.cs │ │ ├── BeginUninstallTaskWizard.cs.resx │ │ ├── BeginUninstallTaskWizard.de.resx │ │ ├── BeginUninstallTaskWizard.es.resx │ │ ├── BeginUninstallTaskWizard.fr.resx │ │ ├── BeginUninstallTaskWizard.hu.resx │ │ ├── BeginUninstallTaskWizard.it.resx │ │ ├── BeginUninstallTaskWizard.ja.resx │ │ ├── BeginUninstallTaskWizard.nl.resx │ │ ├── BeginUninstallTaskWizard.pl.resx │ │ ├── BeginUninstallTaskWizard.pt-BR.resx │ │ ├── BeginUninstallTaskWizard.pt.resx │ │ ├── BeginUninstallTaskWizard.resx │ │ ├── BeginUninstallTaskWizard.ru.resx │ │ ├── BeginUninstallTaskWizard.sl.resx │ │ ├── BeginUninstallTaskWizard.sv.resx │ │ ├── BeginUninstallTaskWizard.tr.resx │ │ ├── BeginUninstallTaskWizard.vi.resx │ │ ├── BeginUninstallTaskWizard.zh-Hans.resx │ │ ├── BeginUninstallTaskWizard.zh-Hant.resx │ │ ├── FirstStartBox.Designer.cs │ │ ├── FirstStartBox.ar.resx │ │ ├── FirstStartBox.cs │ │ ├── FirstStartBox.cs.resx │ │ ├── FirstStartBox.de.resx │ │ ├── FirstStartBox.es.resx │ │ ├── FirstStartBox.fr.resx │ │ ├── FirstStartBox.hu.resx │ │ ├── FirstStartBox.it.resx │ │ ├── FirstStartBox.ja.resx │ │ ├── FirstStartBox.nl.resx │ │ ├── FirstStartBox.pl.resx │ │ ├── FirstStartBox.pt-BR.resx │ │ ├── FirstStartBox.pt.resx │ │ ├── FirstStartBox.resx │ │ ├── FirstStartBox.ru.resx │ │ ├── FirstStartBox.sl.resx │ │ ├── FirstStartBox.sv.resx │ │ ├── FirstStartBox.tr.resx │ │ ├── FirstStartBox.vi.resx │ │ ├── FirstStartBox.zh-Hans.resx │ │ └── FirstStartBox.zh-Hant.resx │ ├── Functions/ │ │ ├── AppPropertiesGatherer.cs │ │ ├── AppUninstaller.cs │ │ ├── ApplicationList/ │ │ │ ├── ApplicationListColors.cs │ │ │ ├── ApplicationListConstants.cs │ │ │ ├── CertificateCache.cs │ │ │ ├── ListViewDelegates.cs │ │ │ ├── UninstallerListConfigurator.cs │ │ │ ├── UninstallerListPostProcesser.cs │ │ │ └── UninstallerListViewUpdater.cs │ │ ├── MessageBoxes.cs │ │ ├── Ratings/ │ │ │ ├── RatingEntry.cs │ │ │ ├── RatingManagerWrapper.cs │ │ │ ├── RatingRenderer.cs │ │ │ ├── UninstallerRating.cs │ │ │ ├── UninstallerRatingManager.Utils.cs │ │ │ └── UninstallerRatingManager.cs │ │ ├── Tools/ │ │ │ ├── ImportExport.cs │ │ │ ├── LocalizedX509Certificate.cs │ │ │ ├── OnlineSearchTools.cs │ │ │ ├── SettingTools.cs │ │ │ ├── SystemRestore.cs │ │ │ └── UpdateGrabber.cs │ │ └── Tracking/ │ │ ├── DatabaseStatSender.cs │ │ ├── EventHook.cs │ │ ├── SingleEventHook.cs │ │ ├── UsageManager.cs │ │ └── UsageTracker.cs │ ├── NBugConfigurator.cs │ ├── Program.cs │ ├── Properties/ │ │ ├── Localisable.Designer.cs │ │ ├── Localisable.ar.resx │ │ ├── Localisable.cs.resx │ │ ├── Localisable.de.resx │ │ ├── Localisable.es.resx │ │ ├── Localisable.fr.resx │ │ ├── Localisable.hu.resx │ │ ├── Localisable.it.resx │ │ ├── Localisable.ja.resx │ │ ├── Localisable.nl.resx │ │ ├── Localisable.pl.resx │ │ ├── Localisable.pt-BR.resx │ │ ├── Localisable.pt.resx │ │ ├── Localisable.resx │ │ ├── Localisable.ru.resx │ │ ├── Localisable.sl.resx │ │ ├── Localisable.sv.resx │ │ ├── Localisable.tr.resx │ │ ├── Localisable.vi.resx │ │ ├── Localisable.zh-Hans.resx │ │ ├── Localisable.zh-Hant.resx │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ ├── Settings.cs │ │ └── Settings.settings │ └── Resources/ │ └── MicrosoftProgram_Install_and_Uninstall.meta.diagcab ├── BulkCrapUninstaller.sln ├── BulkCrapUninstallerTests/ │ ├── BulkCrapUninstallerTests.csproj │ ├── DynamicStringArrayConverterTests.cs │ ├── Functions/ │ │ └── UninstallerRatingManagerTests.cs │ └── Properties/ │ └── AssemblyInfo.cs ├── Directory.Build.props ├── GlobalAssemblyInfo.cs ├── HelperTools/ │ ├── HelperTools.cs │ ├── HelperTools.projitems │ ├── HelperTools.shproj │ ├── LogWriter.cs │ ├── ResultWin32.cs │ └── ResultWin32Extensions.cs ├── KlocTools/ │ ├── Collections/ │ │ └── ObservedList.cs │ ├── Controls/ │ │ ├── CommandLink.cs │ │ ├── ContentAlignmentBox.Designer.cs │ │ ├── ContentAlignmentBox.cs │ │ ├── ContentAlignmentBox.resx │ │ ├── DirectorySelectBox.Designer.cs │ │ ├── DirectorySelectBox.cs │ │ ├── DirectorySelectBox.cs.resx │ │ ├── DirectorySelectBox.de.resx │ │ ├── DirectorySelectBox.es.resx │ │ ├── DirectorySelectBox.fr.resx │ │ ├── DirectorySelectBox.hu.resx │ │ ├── DirectorySelectBox.it.resx │ │ ├── DirectorySelectBox.ja.resx │ │ ├── DirectorySelectBox.nl.resx │ │ ├── DirectorySelectBox.pl.resx │ │ ├── DirectorySelectBox.pt-BR.resx │ │ ├── DirectorySelectBox.pt.resx │ │ ├── DirectorySelectBox.resx │ │ ├── DirectorySelectBox.ru.resx │ │ ├── DirectorySelectBox.sl.resx │ │ ├── DirectorySelectBox.sv.resx │ │ ├── DirectorySelectBox.tr.resx │ │ ├── DirectorySelectBox.vi.resx │ │ ├── DirectorySelectBox.zh-Hans.resx │ │ ├── DirectorySelectBox.zh-Hant.resx │ │ ├── EditableCheckedListView.Designer.cs │ │ ├── EditableCheckedListView.cs │ │ ├── EditableCheckedListView.resx │ │ ├── EditableListView.Designer.cs │ │ ├── EditableListView.cs │ │ ├── EditableListView.resx │ │ ├── FacebookButton.cs │ │ ├── FacebookStatusButton.cs │ │ ├── FixedFlowLayoutPanel.cs │ │ ├── LineSeparator.Designer.cs │ │ ├── LineSeparator.cs │ │ ├── LineSeparator.resx │ │ ├── PassThroughLabel.cs │ │ ├── PathSelectBox.Designer.cs │ │ ├── PathSelectBox.cs │ │ ├── PathSelectBox.cs.resx │ │ ├── PathSelectBox.de.resx │ │ ├── PathSelectBox.es.resx │ │ ├── PathSelectBox.fr.resx │ │ ├── PathSelectBox.hu.resx │ │ ├── PathSelectBox.it.resx │ │ ├── PathSelectBox.ja.resx │ │ ├── PathSelectBox.nl.resx │ │ ├── PathSelectBox.pl.resx │ │ ├── PathSelectBox.pt-BR.resx │ │ ├── PathSelectBox.pt.resx │ │ ├── PathSelectBox.resx │ │ ├── PathSelectBox.ru.resx │ │ ├── PathSelectBox.sl.resx │ │ ├── PathSelectBox.sv.resx │ │ ├── PathSelectBox.tr.resx │ │ ├── PathSelectBox.vi.resx │ │ ├── PathSelectBox.zh-Hans.resx │ │ ├── PathSelectBox.zh-Hant.resx │ │ ├── SearchBox.Designer.cs │ │ ├── SearchBox.ar.resx │ │ ├── SearchBox.cs │ │ ├── SearchBox.cs.resx │ │ ├── SearchBox.de.resx │ │ ├── SearchBox.es.resx │ │ ├── SearchBox.fr.resx │ │ ├── SearchBox.hu.resx │ │ ├── SearchBox.it.resx │ │ ├── SearchBox.ja.resx │ │ ├── SearchBox.nl.resx │ │ ├── SearchBox.pl.resx │ │ ├── SearchBox.pt-BR.resx │ │ ├── SearchBox.pt.resx │ │ ├── SearchBox.resx │ │ ├── SearchBox.ru.resx │ │ ├── SearchBox.sl.resx │ │ ├── SearchBox.sv.resx │ │ ├── SearchBox.tr.resx │ │ ├── SearchBox.vi.resx │ │ ├── SearchBox.zh-Hans.resx │ │ ├── SearchBox.zh-Hant.resx │ │ ├── ToolStripNumberControl.cs │ │ ├── TwitterButton.cs │ │ ├── TwitterStatusButton.cs │ │ ├── WindowTargeter.Designer.cs │ │ ├── WindowTargeter.ar.resx │ │ ├── WindowTargeter.cs │ │ ├── WindowTargeter.cs.resx │ │ ├── WindowTargeter.de.resx │ │ ├── WindowTargeter.es.resx │ │ ├── WindowTargeter.fr.resx │ │ ├── WindowTargeter.hu.resx │ │ ├── WindowTargeter.it.resx │ │ ├── WindowTargeter.ja.resx │ │ ├── WindowTargeter.nl.resx │ │ ├── WindowTargeter.pl.resx │ │ ├── WindowTargeter.pt-BR.resx │ │ ├── WindowTargeter.pt.resx │ │ ├── WindowTargeter.resx │ │ ├── WindowTargeter.ru.resx │ │ ├── WindowTargeter.sl.resx │ │ ├── WindowTargeter.sv.resx │ │ ├── WindowTargeter.tr.resx │ │ ├── WindowTargeter.vi.resx │ │ ├── WindowTargeter.zh-Hans.resx │ │ └── WindowTargeter.zh-Hant.resx │ ├── DisplayMode.cs │ ├── Events/ │ │ ├── CountingUpdateEventArgs.cs │ │ └── PropertyChangedEventArgs.cs │ ├── Extensions/ │ │ ├── BooleanTools.cs │ │ ├── CheckBoxExtension.cs │ │ ├── CollectionExtensions.cs │ │ ├── DictionaryExtensions.cs │ │ ├── EnumerableExtensions.cs │ │ ├── EventExtensions.cs │ │ ├── FormsExtensions.cs │ │ ├── IconExtensions.cs │ │ ├── IoExtensions.cs │ │ ├── MiscExtensions.cs │ │ ├── ParentProcessUtilities.cs │ │ ├── ProcessExtensions.cs │ │ ├── ReadOnlyDictionaryWrapper.cs │ │ ├── RegistryKeyExtensions.cs │ │ ├── RichTextBoxExtensions.cs │ │ ├── StreamExtensions.cs │ │ ├── StringExtensions.cs │ │ ├── TimeExtensions.cs │ │ ├── WebExtensions.cs │ │ └── XmlExtensions.cs │ ├── Forms/ │ │ ├── CmbBasicSettings.cs │ │ ├── CmbCheckboxSettings.cs │ │ ├── CmbHyperlinkSettings.cs │ │ ├── CustomMessageBox.cs │ │ ├── CustomMessageBox.designer.cs │ │ ├── CustomMessageBox.resx │ │ ├── LoadingDialog.Designer.cs │ │ ├── LoadingDialog.cs │ │ ├── LoadingDialog.resx │ │ ├── LoadingDialogInterface.cs │ │ ├── OverlaySplashScreen.Designer.cs │ │ ├── OverlaySplashScreen.cs │ │ ├── OverlaySplashScreen.resx │ │ ├── ProcessWaiter.Designer.cs │ │ ├── ProcessWaiter.ar.resx │ │ ├── ProcessWaiter.cs │ │ ├── ProcessWaiter.cs.resx │ │ ├── ProcessWaiter.de.resx │ │ ├── ProcessWaiter.es.resx │ │ ├── ProcessWaiter.fr.resx │ │ ├── ProcessWaiter.hu.resx │ │ ├── ProcessWaiter.it.resx │ │ ├── ProcessWaiter.ja.resx │ │ ├── ProcessWaiter.nl.resx │ │ ├── ProcessWaiter.pl.resx │ │ ├── ProcessWaiter.pt-BR.resx │ │ ├── ProcessWaiter.pt.resx │ │ ├── ProcessWaiter.resx │ │ ├── ProcessWaiter.ru.resx │ │ ├── ProcessWaiter.sl.resx │ │ ├── ProcessWaiter.sv.resx │ │ ├── ProcessWaiter.tr.resx │ │ ├── ProcessWaiter.vi.resx │ │ ├── ProcessWaiter.zh-Hans.resx │ │ ├── ProcessWaiter.zh-Hant.resx │ │ ├── ProcessWaiterControl.Designer.cs │ │ ├── ProcessWaiterControl.ar.resx │ │ ├── ProcessWaiterControl.cs │ │ ├── ProcessWaiterControl.cs.resx │ │ ├── ProcessWaiterControl.de.resx │ │ ├── ProcessWaiterControl.es.resx │ │ ├── ProcessWaiterControl.fr.resx │ │ ├── ProcessWaiterControl.hu.resx │ │ ├── ProcessWaiterControl.it.resx │ │ ├── ProcessWaiterControl.ja.resx │ │ ├── ProcessWaiterControl.nl.resx │ │ ├── ProcessWaiterControl.pl.resx │ │ ├── ProcessWaiterControl.pt-BR.resx │ │ ├── ProcessWaiterControl.pt.resx │ │ ├── ProcessWaiterControl.resx │ │ ├── ProcessWaiterControl.ru.resx │ │ ├── ProcessWaiterControl.sl.resx │ │ ├── ProcessWaiterControl.sv.resx │ │ ├── ProcessWaiterControl.tr.resx │ │ ├── ProcessWaiterControl.vi.resx │ │ ├── ProcessWaiterControl.zh-Hans.resx │ │ ├── ProcessWaiterControl.zh-Hant.resx │ │ ├── SplashScreen.cs │ │ ├── StringEditBox.Designer.cs │ │ ├── StringEditBox.cs │ │ ├── StringEditBox.resx │ │ ├── Tools/ │ │ │ ├── Buttons.Designer.cs │ │ │ ├── Buttons.ar.resx │ │ │ ├── Buttons.cs.resx │ │ │ ├── Buttons.de.resx │ │ │ ├── Buttons.es.resx │ │ │ ├── Buttons.fr.resx │ │ │ ├── Buttons.hu.resx │ │ │ ├── Buttons.it.resx │ │ │ ├── Buttons.ja.resx │ │ │ ├── Buttons.nl.resx │ │ │ ├── Buttons.pl.resx │ │ │ ├── Buttons.pt-BR.resx │ │ │ ├── Buttons.pt.resx │ │ │ ├── Buttons.resx │ │ │ ├── Buttons.ru.resx │ │ │ ├── Buttons.sl.resx │ │ │ ├── Buttons.sv.resx │ │ │ ├── Buttons.tr.resx │ │ │ ├── Buttons.vi.resx │ │ │ ├── Buttons.zh-Hans.resx │ │ │ ├── Buttons.zh-Hant.resx │ │ │ ├── ComboBoxWrapper.cs │ │ │ ├── GlobalMouseMove.cs │ │ │ ├── MouseMovedEvent.cs │ │ │ ├── PremadeDialogs.cs │ │ │ ├── ReferencedComponent.cs │ │ │ ├── SingleColorTable.cs │ │ │ ├── StandardSystemColorTable.cs │ │ │ └── WindowStyleController.cs │ │ ├── WindowTargeterDialog.Designer.cs │ │ ├── WindowTargeterDialog.ar.resx │ │ ├── WindowTargeterDialog.cs │ │ ├── WindowTargeterDialog.cs.resx │ │ ├── WindowTargeterDialog.de.resx │ │ ├── WindowTargeterDialog.es.resx │ │ ├── WindowTargeterDialog.fr.resx │ │ ├── WindowTargeterDialog.hu.resx │ │ ├── WindowTargeterDialog.it.resx │ │ ├── WindowTargeterDialog.ja.resx │ │ ├── WindowTargeterDialog.nl.resx │ │ ├── WindowTargeterDialog.pl.resx │ │ ├── WindowTargeterDialog.pt-BR.resx │ │ ├── WindowTargeterDialog.pt.resx │ │ ├── WindowTargeterDialog.resx │ │ ├── WindowTargeterDialog.ru.resx │ │ ├── WindowTargeterDialog.sl.resx │ │ ├── WindowTargeterDialog.sv.resx │ │ ├── WindowTargeterDialog.tr.resx │ │ ├── WindowTargeterDialog.vi.resx │ │ ├── WindowTargeterDialog.zh-Hans.resx │ │ └── WindowTargeterDialog.zh-Hant.resx │ ├── IO/ │ │ ├── AdvancedFileInfo.cs │ │ ├── Arguments.cs │ │ ├── DismTools.cs │ │ ├── FileSize.cs │ │ ├── MsiTools.cs │ │ ├── NetFrameworkTools.cs │ │ ├── SysRestore.cs │ │ ├── WindowsFeatureInfo.cs │ │ └── WmiQueries.cs │ ├── KlocTools.csproj │ ├── Licence.licenseheader │ ├── Limited.cs │ ├── Localising/ │ │ ├── LocalisationExtensions.cs │ │ ├── LocalisedEnumWrapper.cs │ │ └── LocalisedNameAttribute.cs │ ├── Native/ │ │ ├── CSIDL.cs │ │ ├── ControlPanelCanonicalNames.cs │ │ └── MsiWrapper.cs │ ├── Properties/ │ │ ├── Localisation.Designer.cs │ │ ├── Localisation.ar.resx │ │ ├── Localisation.cs.resx │ │ ├── Localisation.de.resx │ │ ├── Localisation.es.resx │ │ ├── Localisation.fr.resx │ │ ├── Localisation.hu.resx │ │ ├── Localisation.it.resx │ │ ├── Localisation.ja.resx │ │ ├── Localisation.nl.resx │ │ ├── Localisation.pl.resx │ │ ├── Localisation.pt-BR.resx │ │ ├── Localisation.pt.resx │ │ ├── Localisation.resx │ │ ├── Localisation.ru.resx │ │ ├── Localisation.sl.resx │ │ ├── Localisation.sv.resx │ │ ├── Localisation.tr.resx │ │ ├── Localisation.vi.resx │ │ ├── Localisation.zh-Hans.resx │ │ ├── Localisation.zh-Hant.resx │ │ ├── Resources.Designer.cs │ │ └── Resources.resx │ ├── Resources/ │ │ ├── CommonStrings.Designer.cs │ │ ├── CommonStrings.ar.resx │ │ ├── CommonStrings.cs.resx │ │ ├── CommonStrings.de.resx │ │ ├── CommonStrings.es.resx │ │ ├── CommonStrings.fr.resx │ │ ├── CommonStrings.hu.resx │ │ ├── CommonStrings.it.resx │ │ ├── CommonStrings.ja.resx │ │ ├── CommonStrings.nl.resx │ │ ├── CommonStrings.pl.resx │ │ ├── CommonStrings.pt-BR.resx │ │ ├── CommonStrings.pt.resx │ │ ├── CommonStrings.resx │ │ ├── CommonStrings.ru.resx │ │ ├── CommonStrings.sl.resx │ │ ├── CommonStrings.sv.resx │ │ ├── CommonStrings.tr.resx │ │ ├── CommonStrings.vi.resx │ │ ├── CommonStrings.zh-Hans.resx │ │ └── CommonStrings.zh-Hant.resx │ ├── Sorters/ │ │ └── ColumnSorter.cs │ ├── Subsystems/ │ │ ├── FontGrabber.cs │ │ ├── GlobalHotkeys.cs │ │ ├── HotkeyEntry.cs │ │ ├── RandomFilePicker.cs │ │ ├── WindowHoverEventArgs.cs │ │ └── WindowHoverSearcher.cs │ ├── Tools/ │ │ ├── CompiledPropertyInfo.cs │ │ ├── CompressionTools.cs │ │ ├── DrawingTools.cs │ │ ├── FilesystemTools.cs │ │ ├── GuidTools.cs │ │ ├── MachineType.cs │ │ ├── PathTools.cs │ │ ├── ProcessStartCommand.cs │ │ ├── ProcessTools.cs │ │ ├── ReflectionTools.cs │ │ ├── RegistryTools.cs │ │ ├── SerializationTools.cs │ │ ├── Sift4.cs │ │ ├── SleepControls.cs │ │ ├── StringTools.cs │ │ ├── SymbolicLinkType.cs │ │ └── WindowsTools.cs │ └── YesNoAsk.cs ├── Licence.licenseheader ├── NBug_custom/ │ ├── Core/ │ │ ├── Reporting/ │ │ │ ├── BugReport.cs │ │ │ ├── Feedback.cs │ │ │ ├── Info/ │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ ├── ConfigurationInfo.cs │ │ │ │ ├── GeneralInfo.cs │ │ │ │ ├── Report.cs │ │ │ │ └── SystemInfo.cs │ │ │ └── MiniDump/ │ │ │ ├── DumpTypeFlag.cs │ │ │ └── DumpWriter.cs │ │ ├── Submission/ │ │ │ ├── Custom/ │ │ │ │ └── Custom.cs │ │ │ ├── Database/ │ │ │ │ ├── Ado.cs │ │ │ │ ├── MsSql.cs │ │ │ │ └── MySql.cs │ │ │ ├── Dispatcher.cs │ │ │ ├── IProtocol.cs │ │ │ ├── IProtocolFactory.cs │ │ │ ├── ProtocolBase.cs │ │ │ ├── Protocols.cs │ │ │ ├── Tracker/ │ │ │ │ ├── BugNet.cs │ │ │ │ ├── Bugzilla.cs │ │ │ │ ├── GitHub.cs │ │ │ │ ├── GoogleCode.cs │ │ │ │ ├── Mantis/ │ │ │ │ │ ├── AccountData.cs │ │ │ │ │ ├── AttachmentData.cs │ │ │ │ │ ├── CustomFieldValueForIssueData.cs │ │ │ │ │ ├── IssueData.cs │ │ │ │ │ ├── IssueNoteData.cs │ │ │ │ │ ├── ObjectRef.cs │ │ │ │ │ ├── ProjectVersionData.cs │ │ │ │ │ ├── RelationshipData.cs │ │ │ │ │ ├── UserData.cs │ │ │ │ │ └── nusoap.php.patch │ │ │ │ ├── Redmine.cs │ │ │ │ └── Trac.cs │ │ │ └── Web/ │ │ │ ├── Ftp.cs │ │ │ ├── Http.cs │ │ │ └── Mail.cs │ │ ├── UI/ │ │ │ ├── Console/ │ │ │ │ └── ConsoleUI.cs │ │ │ ├── Custom/ │ │ │ │ └── CustomUI.cs │ │ │ ├── Developer/ │ │ │ │ ├── InternalExceptionViewer.Designer.cs │ │ │ │ ├── InternalExceptionViewer.cs │ │ │ │ ├── InternalExceptionViewer.resx │ │ │ │ ├── InternalLogViewer.Designer.cs │ │ │ │ ├── InternalLogViewer.cs │ │ │ │ └── InternalLogViewer.resx │ │ │ ├── UIDialogResult.cs │ │ │ ├── UISelector.cs │ │ │ ├── WPF/ │ │ │ │ └── WPFUI.cs │ │ │ └── WinForms/ │ │ │ ├── Feedback.Designer.cs │ │ │ ├── Feedback.cs │ │ │ ├── Feedback.resx │ │ │ ├── Full.Designer.cs │ │ │ ├── Full.cs │ │ │ ├── Full.es.resx │ │ │ ├── Full.fr.resx │ │ │ ├── Full.hu.resx │ │ │ ├── Full.ja.resx │ │ │ ├── Full.nl.resx │ │ │ ├── Full.pt-BR.resx │ │ │ ├── Full.resx │ │ │ ├── Full.sv.resx │ │ │ ├── Full.tr.resx │ │ │ ├── Full.vi.resx │ │ │ ├── Full.zh-Hans.resx │ │ │ ├── Full.zh-Hant.resx │ │ │ ├── Minimal.cs │ │ │ ├── Normal.Designer.cs │ │ │ ├── Normal.cs │ │ │ ├── Normal.resx │ │ │ ├── Panels/ │ │ │ │ ├── ExceptionDetailView.Designer.cs │ │ │ │ ├── ExceptionDetailView.cs │ │ │ │ ├── ExceptionDetailView.resx │ │ │ │ ├── ExceptionDetails.Designer.cs │ │ │ │ ├── ExceptionDetails.cs │ │ │ │ └── ExceptionDetails.resx │ │ │ └── WinFormsUI.cs │ │ └── Util/ │ │ ├── ConnectionStringParser.cs │ │ ├── ExceptionThread.cs │ │ ├── Exceptions/ │ │ │ ├── NBugConfigurationException.cs │ │ │ ├── NBugException.cs │ │ │ └── NBugRuntimeException.cs │ │ ├── Logging/ │ │ │ └── Logger.cs │ │ ├── ProtectedConfiguration.cs │ │ ├── PublicResources.cs │ │ ├── Serialization/ │ │ │ ├── SerializableDictionary.cs │ │ │ └── SerializableException.cs │ │ ├── Storage/ │ │ │ ├── StoragePath.cs │ │ │ ├── StoredItemFile.cs │ │ │ ├── Storer.cs │ │ │ └── ZipStorer.cs │ │ └── Web/ │ │ └── StreamUpload.cs │ ├── Enums/ │ │ ├── LoggerCategory.cs │ │ ├── MiniDumpType.cs │ │ ├── StoragePath.cs │ │ ├── UIMode.cs │ │ └── UIProvider.cs │ ├── Events/ │ │ ├── CustomSubmissionEventArgs.cs │ │ └── CustomUIEventArgs.cs │ ├── Exceptions.cs │ ├── Handler.cs │ ├── Helpers/ │ │ └── EmailDestinationBuilder.cs │ ├── NBug.Configurator/ │ │ ├── NBug.Configurator.exe.config │ │ └── NBug.Examples.WinForms.exe.config │ ├── NBug.csproj │ ├── NBug_LICENSE.md │ ├── NBug_README.md │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Localization.Designer.cs │ │ ├── Localization.ar.resx │ │ ├── Localization.cs.resx │ │ ├── Localization.de.resx │ │ ├── Localization.es.resx │ │ ├── Localization.fi-FI.resx │ │ ├── Localization.fr.resx │ │ ├── Localization.hr.resx │ │ ├── Localization.hu.resx │ │ ├── Localization.it.resx │ │ ├── Localization.ja.resx │ │ ├── Localization.ko-KR.resx │ │ ├── Localization.nl.resx │ │ ├── Localization.pl.resx │ │ ├── Localization.pt-BR.resx │ │ ├── Localization.pt.resx │ │ ├── Localization.resx │ │ ├── Localization.ru.resx │ │ ├── Localization.sl.resx │ │ ├── Localization.sv.resx │ │ ├── Localization.tr.resx │ │ ├── Localization.vi.resx │ │ ├── Localization.zh-Hans.resx │ │ ├── Localization.zh-Hant.resx │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ ├── Settings.settings │ │ └── SettingsOverride.cs │ └── Settings.cs ├── NetSettingBinder/ │ ├── ISettingChangedHandlerEntry.cs │ ├── LockedList.cs │ ├── NetSettingBinder.csproj │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── ReflectionTools.cs │ ├── SettingBinder.Forms.cs │ ├── SettingBinder.cs │ ├── SettingChangedEventArgs.cs │ ├── SettingChangedEventHandler.cs │ └── SettingChangedHandlerEntry.cs ├── ObjectListView/ │ ├── CellEditing/ │ │ ├── CellEditKeyEngine.cs │ │ ├── CellEditors.cs │ │ └── EditorRegistry.cs │ ├── CustomDictionary.xml │ ├── DataListView.cs │ ├── DataTreeListView.cs │ ├── DragDrop/ │ │ ├── DragSource.cs │ │ ├── DropSink.cs │ │ └── OLVDataObject.cs │ ├── FastDataListView.cs │ ├── FastObjectListView.cs │ ├── Filtering/ │ │ ├── Cluster.cs │ │ ├── ClusteringStrategy.cs │ │ ├── ClustersFromGroupsStrategy.cs │ │ ├── DateTimeClusteringStrategy.cs │ │ ├── FilterMenuBuilder.cs │ │ ├── Filters.cs │ │ ├── FlagClusteringStrategy.cs │ │ ├── ICluster.cs │ │ ├── IClusteringStrategy.cs │ │ └── TextMatchFilter.cs │ ├── FullClassDiagram.cd │ ├── GlobalSuppressions.cs │ ├── Implementation/ │ │ ├── Attributes.cs │ │ ├── Comparers.cs │ │ ├── DataSourceAdapter.cs │ │ ├── Delegates.cs │ │ ├── DragSource.cs │ │ ├── DropSink.cs │ │ ├── Enums.cs │ │ ├── Events.cs │ │ ├── GroupingParameters.cs │ │ ├── Groups.cs │ │ ├── Munger.cs │ │ ├── NativeMethods.cs │ │ ├── NullableDictionary.cs │ │ ├── OLVListItem.cs │ │ ├── OLVListSubItem.cs │ │ ├── OlvListViewHitTestInfo.cs │ │ ├── TreeDataSourceAdapter.cs │ │ ├── VirtualGroups.cs │ │ └── VirtualListDataSource.cs │ ├── OLVColumn.cs │ ├── ObjectListView.DesignTime.cs │ ├── ObjectListView.FxCop │ ├── ObjectListView.cs │ ├── ObjectListView.csproj │ ├── ObjectListView.shfb │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ └── Resources.resx │ ├── Rendering/ │ │ ├── Adornments.cs │ │ ├── Decorations.cs │ │ ├── Overlays.cs │ │ ├── Renderers.cs │ │ ├── Styles.cs │ │ └── TreeRenderer.cs │ ├── SubControls/ │ │ ├── GlassPanelForm.cs │ │ ├── HeaderControl.cs │ │ ├── ToolStripCheckedListBox.cs │ │ └── ToolTipControl.cs │ ├── TreeListView.cs │ ├── Utilities/ │ │ ├── ColumnSelectionForm.Designer.cs │ │ ├── ColumnSelectionForm.cs │ │ ├── ColumnSelectionForm.resx │ │ ├── Generator.cs │ │ ├── OLVExporter.cs │ │ └── TypedObjectListView.cs │ └── VirtualObjectListView.cs ├── OculusHelper/ │ ├── OculusApp.cs │ ├── OculusHelper.csproj │ ├── OculusManager.cs │ └── Program.cs ├── PortableSettingsProvider/ │ ├── PortableSettingsProvider.cs │ ├── PortableSettingsProvider.csproj │ ├── Properties/ │ │ └── AssemblyInfo.cs │ └── U3SettingsProvider.cs ├── ScriptHelper/ │ ├── Program.cs │ ├── Properties/ │ │ └── launchSettings.json │ ├── ScriptHelper.csproj │ └── Tweaks.cs ├── SimpleTreeMap/ │ ├── Element.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── SimpleTreeMap.csproj │ ├── Slice.cs │ ├── SliceMaker.cs │ ├── SliceRectangle.cs │ ├── SliceResult.cs │ ├── TreeMap.Designer.cs │ ├── TreeMap.cs │ └── TreeMap.resx ├── SimpleTreeMapTests/ │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ └── SimpleTreeMapTestApp.csproj ├── SteamHelper/ │ ├── Misc.cs │ ├── Program.cs │ ├── Properties/ │ │ └── launchSettings.json │ ├── SteamApplicationInfo.cs │ ├── SteamHelper.csproj │ ├── SteamInstallation.cs │ └── SteamUninstaller.cs ├── StoreAppHelper/ │ ├── App.cs │ ├── AppManager.cs │ ├── Program.cs │ └── StoreAppHelper.csproj ├── UninstallTools/ │ ├── ApplicationEntrySerializer.cs │ ├── ApplicationUninstallerEntry.cs │ ├── Controls/ │ │ ├── FilterEditor.Designer.cs │ │ ├── FilterEditor.ar.resx │ │ ├── FilterEditor.cs │ │ ├── FilterEditor.cs.resx │ │ ├── FilterEditor.de.resx │ │ ├── FilterEditor.es.resx │ │ ├── FilterEditor.fr.resx │ │ ├── FilterEditor.hu.resx │ │ ├── FilterEditor.it.resx │ │ ├── FilterEditor.ja.resx │ │ ├── FilterEditor.nl.resx │ │ ├── FilterEditor.pl.resx │ │ ├── FilterEditor.pt-BR.resx │ │ ├── FilterEditor.pt.resx │ │ ├── FilterEditor.resx │ │ ├── FilterEditor.ru.resx │ │ ├── FilterEditor.sl.resx │ │ ├── FilterEditor.sv.resx │ │ ├── FilterEditor.tr.resx │ │ ├── FilterEditor.vi.resx │ │ ├── FilterEditor.zh-Hans.resx │ │ ├── FilterEditor.zh-Hant.resx │ │ ├── UninstallListEditor.Designer.cs │ │ ├── UninstallListEditor.ar.resx │ │ ├── UninstallListEditor.cs │ │ ├── UninstallListEditor.cs.resx │ │ ├── UninstallListEditor.de.resx │ │ ├── UninstallListEditor.es.resx │ │ ├── UninstallListEditor.fr.resx │ │ ├── UninstallListEditor.hu.resx │ │ ├── UninstallListEditor.it.resx │ │ ├── UninstallListEditor.ja.resx │ │ ├── UninstallListEditor.nl.resx │ │ ├── UninstallListEditor.pl.resx │ │ ├── UninstallListEditor.pt-BR.resx │ │ ├── UninstallListEditor.pt.resx │ │ ├── UninstallListEditor.resx │ │ ├── UninstallListEditor.ru.resx │ │ ├── UninstallListEditor.sl.resx │ │ ├── UninstallListEditor.sv.resx │ │ ├── UninstallListEditor.tr.resx │ │ ├── UninstallListEditor.vi.resx │ │ ├── UninstallListEditor.zh-Hans.resx │ │ ├── UninstallListEditor.zh-Hant.resx │ │ └── UninstallerIconGetter.cs │ ├── Dialogs/ │ │ ├── StartupManagerWindow.Designer.cs │ │ ├── StartupManagerWindow.ar.resx │ │ ├── StartupManagerWindow.cs │ │ ├── StartupManagerWindow.cs.resx │ │ ├── StartupManagerWindow.de.resx │ │ ├── StartupManagerWindow.es.resx │ │ ├── StartupManagerWindow.fr.resx │ │ ├── StartupManagerWindow.hu.resx │ │ ├── StartupManagerWindow.it.resx │ │ ├── StartupManagerWindow.ja.resx │ │ ├── StartupManagerWindow.nl.resx │ │ ├── StartupManagerWindow.pl.resx │ │ ├── StartupManagerWindow.pt-BR.resx │ │ ├── StartupManagerWindow.pt.resx │ │ ├── StartupManagerWindow.resx │ │ ├── StartupManagerWindow.ru.resx │ │ ├── StartupManagerWindow.sl.resx │ │ ├── StartupManagerWindow.sv.resx │ │ ├── StartupManagerWindow.tr.resx │ │ ├── StartupManagerWindow.vi.resx │ │ ├── StartupManagerWindow.zh-Hans.resx │ │ └── StartupManagerWindow.zh-Hant.resx │ ├── Factory/ │ │ ├── ApplicationEntryTools.cs │ │ ├── ApplicationUninstallerFactory.cs │ │ ├── ApplicationUninstallerFactoryCache.cs │ │ ├── ChocolateyFactory.cs │ │ ├── ConcurrentApplicationFactory.cs │ │ ├── DirectoryFactory.cs │ │ ├── FactoryThreadedHelpers.cs │ │ ├── FactoryTools.cs │ │ ├── IUninstallerFactory.cs │ │ ├── InfoAdders/ │ │ │ ├── AppExecutablesSearcher.cs │ │ │ ├── BasicIconGetter.cs │ │ │ ├── CertificateGetter.cs │ │ │ ├── ExecutableAttributeExtractor.cs │ │ │ ├── FastSizeGenerator.cs │ │ │ ├── FileIconGetter.cs │ │ │ ├── GenerateSteamHelperStrings.cs │ │ │ ├── IMissingInfoAdder.cs │ │ │ ├── InfoAdderManager.cs │ │ │ ├── InfoAdderPriority.cs │ │ │ ├── InnoSetupQuietUninstallStringGenerator.cs │ │ │ ├── InstallDateAdder.cs │ │ │ ├── InstallLocationGenerator.cs │ │ │ ├── Is64BitGetter.cs │ │ │ ├── KnownNameIconGetter.cs │ │ │ ├── MsiInfoAdder.cs │ │ │ ├── MsiUninstallStringGenerator.cs │ │ │ ├── NsisQuietUninstallStringGenerator.cs │ │ │ ├── PredefinedAppQuietUninstallStringGenerator.cs │ │ │ ├── QuietUninstallStringCopier.cs │ │ │ ├── SimpleDeleteUninstallStringGenerator.cs │ │ │ ├── UninstallerSearcher.cs │ │ │ ├── UninstallerTypeAdder.cs │ │ │ ├── VersionCleaner.cs │ │ │ └── WebBrowserMarker.cs │ │ ├── Json/ │ │ │ ├── DynamicStringArrayConverter.cs │ │ │ └── PowerShellDateTimeOffsetConverter.cs │ │ ├── OculusFactory.cs │ │ ├── PredefinedFactory.cs │ │ ├── RegistryFactory.cs │ │ ├── ScoopFactory.cs │ │ ├── ScriptFactory.cs │ │ ├── SteamFactory.cs │ │ ├── StoreAppFactory.cs │ │ ├── WindowsFeatureFactory.cs │ │ └── WindowsUpdateFactory.cs │ ├── Junk/ │ │ ├── Confidence/ │ │ │ ├── ConfidenceCollection.cs │ │ │ ├── ConfidenceGenerators.cs │ │ │ ├── ConfidenceLevel.cs │ │ │ ├── ConfidenceRecord.cs │ │ │ └── ConfidenceRecords.cs │ │ ├── Containers/ │ │ │ ├── FileSystemJunk.cs │ │ │ ├── IJunkResult.cs │ │ │ ├── JunkResultBase.cs │ │ │ ├── RegistryKeyJunk.cs │ │ │ ├── RegistryValueJunk.cs │ │ │ ├── RunProcessJunk.cs │ │ │ └── StartupJunkNode.cs │ │ ├── Finders/ │ │ │ ├── Drive/ │ │ │ │ ├── CommonDriveJunkScanner.cs │ │ │ │ ├── InstallLocationScanner.cs │ │ │ │ ├── PrefetchScanner.cs │ │ │ │ ├── SpecificUninstallerKindScanner.cs │ │ │ │ ├── UninstallerLocationScanner.cs │ │ │ │ └── WerScanner.cs │ │ │ ├── JunkCreatorBase.cs │ │ │ ├── Misc/ │ │ │ │ ├── ShortcutJunk.cs │ │ │ │ └── StartupJunk.cs │ │ │ └── Registry/ │ │ │ ├── AppCompatFlagScanner.cs │ │ │ ├── AudioPolicyConfigScanner.cs │ │ │ ├── ComScanner.cs │ │ │ ├── DebugTracingScanner.cs │ │ │ ├── EventLogScanner.cs │ │ │ ├── FirewallRuleScanner.cs │ │ │ ├── HeapLeakDetectionScanner.cs │ │ │ ├── InstallerFoldersScanner.cs │ │ │ ├── RegisteredApplicationsFinder.cs │ │ │ ├── SoftwareRegKeyScanner.cs │ │ │ ├── TracingScanner.cs │ │ │ ├── UninstallerKeySearcher.cs │ │ │ └── UserAssistScanner.cs │ │ ├── IJunkCreator.cs │ │ ├── JunkManager.cs │ │ └── ProgramFilesOrphans.cs │ ├── KnownFolders.cs │ ├── ListGenerationProgress.cs │ ├── Lists/ │ │ ├── ComparisonMethod.cs │ │ ├── ComparisonTargetAttribute.cs │ │ ├── ComparisonTargetInfo.cs │ │ ├── Filter.cs │ │ ├── FilterCondition.cs │ │ ├── ITestEntry.cs │ │ └── UninstallList.cs │ ├── Properties/ │ │ ├── Localisation.Designer.cs │ │ ├── Localisation.ar.resx │ │ ├── Localisation.cs.resx │ │ ├── Localisation.de.resx │ │ ├── Localisation.es.resx │ │ ├── Localisation.fr.resx │ │ ├── Localisation.hu.resx │ │ ├── Localisation.it.resx │ │ ├── Localisation.ja.resx │ │ ├── Localisation.nl.resx │ │ ├── Localisation.pl.resx │ │ ├── Localisation.pt-BR.resx │ │ ├── Localisation.pt.resx │ │ ├── Localisation.resx │ │ ├── Localisation.ru.resx │ │ ├── Localisation.sl.resx │ │ ├── Localisation.sv.resx │ │ ├── Localisation.tr.resx │ │ ├── Localisation.vi.resx │ │ ├── Localisation.zh-Hans.resx │ │ ├── Localisation.zh-Hant.resx │ │ ├── Resources.Designer.cs │ │ └── Resources.resx │ ├── SimplifiedClassDiagram.cd │ ├── Startup/ │ │ ├── Browser/ │ │ │ ├── BrowserEntryFactory.cs │ │ │ └── BrowserHelperEntry.cs │ │ ├── Normal/ │ │ │ ├── IStartupDisable.cs │ │ │ ├── NewStartupDisable.cs │ │ │ ├── OldStartupDisable.cs │ │ │ ├── StartupEntry.cs │ │ │ ├── StartupEntryFactory.cs │ │ │ ├── StartupEntryManager.cs │ │ │ └── StartupPointData.cs │ │ ├── Service/ │ │ │ ├── ServiceEntry.cs │ │ │ └── ServiceEntryFactory.cs │ │ ├── StartupEntryBase.cs │ │ ├── StartupManager.cs │ │ └── Task/ │ │ ├── TaskEntry.cs │ │ └── TaskEntryFactory.cs │ ├── ThreadedWorkSpreader.cs │ ├── UninstallTools.csproj │ ├── UninstallToolsGlobalConfig.cs │ ├── Uninstaller/ │ │ ├── BulkUninstallConfiguration.cs │ │ ├── BulkUninstallEntry.cs │ │ ├── BulkUninstallTask.cs │ │ ├── MsiUninstallModes.cs │ │ ├── UninstallManager.cs │ │ └── UninstallStatus.cs │ └── UninstallerType.cs ├── UninstallerAutomatizer/ │ ├── Automation/ │ │ ├── AutomatedUninstallManager.cs │ │ ├── UninstallHandler.cs │ │ ├── UninstallHandlerUpdateArgs.cs │ │ └── UninstallHandlerUpdateKind.cs │ ├── Extensions/ │ │ ├── TestStackWhiteExtensions.cs │ │ └── WindowExtensions.cs │ ├── Forms/ │ │ ├── MainWindow.Designer.cs │ │ ├── MainWindow.ar.resx │ │ ├── MainWindow.cs │ │ ├── MainWindow.cs.resx │ │ ├── MainWindow.de.resx │ │ ├── MainWindow.es.resx │ │ ├── MainWindow.fr.resx │ │ ├── MainWindow.hu.resx │ │ ├── MainWindow.it.resx │ │ ├── MainWindow.ja.resx │ │ ├── MainWindow.nl.resx │ │ ├── MainWindow.pl.resx │ │ ├── MainWindow.pt-BR.resx │ │ ├── MainWindow.pt.resx │ │ ├── MainWindow.resx │ │ ├── MainWindow.ru.resx │ │ ├── MainWindow.sl.resx │ │ ├── MainWindow.sv.resx │ │ ├── MainWindow.tr.resx │ │ ├── MainWindow.vi.resx │ │ ├── MainWindow.zh-Hans.resx │ │ └── MainWindow.zh-Hant.resx │ ├── Program.cs │ ├── Properties/ │ │ ├── Localization.Designer.cs │ │ ├── Localization.ar.resx │ │ ├── Localization.cs.resx │ │ ├── Localization.de.resx │ │ ├── Localization.es.resx │ │ ├── Localization.fr.resx │ │ ├── Localization.it.resx │ │ ├── Localization.ja.resx │ │ ├── Localization.nl.resx │ │ ├── Localization.pl.resx │ │ ├── Localization.pt-BR.resx │ │ ├── Localization.pt.resx │ │ ├── Localization.resx │ │ ├── Localization.ru.resx │ │ ├── Localization.sl.resx │ │ ├── Localization.sv.resx │ │ ├── Localization.tr.resx │ │ ├── Localization.vi.resx │ │ ├── Localization.zh-Hans.resx │ │ └── Localization.zh-Hant.resx │ └── UninstallerAutomatizer.csproj ├── UniversalUninstaller/ │ ├── Program.cs │ ├── Properties/ │ │ ├── Localisation.Designer.cs │ │ ├── Localisation.ar.resx │ │ ├── Localisation.cs.resx │ │ ├── Localisation.de.resx │ │ ├── Localisation.es.resx │ │ ├── Localisation.fr.resx │ │ ├── Localisation.hu.resx │ │ ├── Localisation.it.resx │ │ ├── Localisation.ja.resx │ │ ├── Localisation.nl.resx │ │ ├── Localisation.pl.resx │ │ ├── Localisation.pt-BR.resx │ │ ├── Localisation.pt.resx │ │ ├── Localisation.resx │ │ ├── Localisation.ru.resx │ │ ├── Localisation.sl.resx │ │ ├── Localisation.sv.resx │ │ ├── Localisation.tr.resx │ │ ├── Localisation.vi.resx │ │ ├── Localisation.zh-Hans.resx │ │ ├── Localisation.zh-Hant.resx │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── TargetList.Designer.cs │ ├── TargetList.ar.resx │ ├── TargetList.cs │ ├── TargetList.cs.resx │ ├── TargetList.de.resx │ ├── TargetList.es.resx │ ├── TargetList.fr.resx │ ├── TargetList.hu.resx │ ├── TargetList.it.resx │ ├── TargetList.ja.resx │ ├── TargetList.nl.resx │ ├── TargetList.pl.resx │ ├── TargetList.pt-BR.resx │ ├── TargetList.pt.resx │ ├── TargetList.resx │ ├── TargetList.ru.resx │ ├── TargetList.sl.resx │ ├── TargetList.sv.resx │ ├── TargetList.tr.resx │ ├── TargetList.vi.resx │ ├── TargetList.zh-Hans.resx │ ├── TargetList.zh-Hant.resx │ ├── TreeEntry.cs │ ├── UninstallSelection.Designer.cs │ ├── UninstallSelection.ar.resx │ ├── UninstallSelection.cs │ ├── UninstallSelection.cs.resx │ ├── UninstallSelection.de.resx │ ├── UninstallSelection.es.resx │ ├── UninstallSelection.fr.resx │ ├── UninstallSelection.hu.resx │ ├── UninstallSelection.it.resx │ ├── UninstallSelection.ja.resx │ ├── UninstallSelection.nl.resx │ ├── UninstallSelection.pl.resx │ ├── UninstallSelection.pt-BR.resx │ ├── UninstallSelection.pt.resx │ ├── UninstallSelection.resx │ ├── UninstallSelection.ru.resx │ ├── UninstallSelection.sl.resx │ ├── UninstallSelection.sv.resx │ ├── UninstallSelection.tr.resx │ ├── UninstallSelection.vi.resx │ ├── UninstallSelection.zh-Hans.resx │ ├── UninstallSelection.zh-Hant.resx │ └── UniversalUninstaller.csproj ├── WinUpdateHelper/ │ ├── Hresult.cs │ ├── Program.cs │ ├── UpdateManager.cs │ └── WinUpdateHelper.csproj └── app.manifest