From 2eff3dcbd6dfd54a8d787cb96523ebbb7d9b2022 Mon Sep 17 00:00:00 2001 From: Bradley Austin Davis Date: Tue, 19 Sep 2017 09:18:40 -0700 Subject: [PATCH] Add additional DLL cleanup --- cmake/templates/NSIS.template.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index ca05294984..8abb202bd4 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -838,6 +838,7 @@ Section "-Core installation" Delete "$INSTDIR\version" Delete "$INSTDIR\msvcr140.dll" Delete "$INSTDIR\msvcp140.dll" + Delete "$INSTDIR\vcruntime140.dll" Delete "$INSTDIR\xinput1_3.dll" ; Delete old desktop shortcuts before they were renamed during Sandbox rename