[VCM] do not cleanup settings during installation

This commit is contained in:
yuyoyuppe
2021-04-15 13:37:58 +03:00
committed by Andrey Nekrasov
parent e9ce9ab87a
commit f3915043dd

View File

@@ -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();