From f3915043ddb87f3aae904dc9672c826a194da1c6 Mon Sep 17 00:00:00 2001 From: yuyoyuppe Date: Thu, 15 Apr 2021 13:37:58 +0300 Subject: [PATCH] [VCM] do not cleanup settings during installation --- installer/PowerToysBootstrapper/bootstrapper/bootstrapper.cpp | 2 -- 1 file changed, 2 deletions(-) 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();