diff --git a/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.cpp b/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.cpp index 6e71d4a7fa..4c3e030ca5 100644 --- a/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.cpp +++ b/installer/PowerToysBootstrapper/bootstrapper/bootstrapper.cpp @@ -402,8 +402,6 @@ int Bootstrapper(HINSTANCE hInstance) ShowMessageBoxError(IDS_DOTNET_INSTALL_ERROR); } - CleanupSettingsFromOlderVersions(); - // At this point, there's no reason to show progress bar window, since MSI installers have their own CloseProgressBarDialog();