From 183572f2a33840b420e2d626a71bd2229ee6a713 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 4 Nov 2015 14:47:42 +0100 Subject: [PATCH] installer: don't remove DLLs --- installer/mkvtoolnix.nsi | 7 ------- 1 file changed, 7 deletions(-) diff --git a/installer/mkvtoolnix.nsi b/installer/mkvtoolnix.nsi index b53c3e122..ff40b01b9 100644 --- a/installer/mkvtoolnix.nsi +++ b/installer/mkvtoolnix.nsi @@ -149,11 +149,6 @@ Section "Program files" SEC01 # Delete files that might be present from older installation # if this is just an upgrade. - Delete "$INSTDIR\base64tool.exe" - Delete "$INSTDIR\*.dll" - Delete "$INSTDIR\data\magic" - Delete "$INSTDIR\doc\base64tool.html" - Delete "$INSTDIR\matroskalogo_big.ico" Delete "$INSTDIR\mmg.exe" Delete "$INSTDIR\doc\command_line_references_and_guide.html" Delete "$INSTDIR\doc\en\mmg.html" @@ -190,9 +185,7 @@ Section "Program files" SEC01 Delete "$INSTDIR\locale\zh_TW\LC_MESSAGES\wxstd.mo" RMDir /r "$INSTDIR\doc\guide" RMDir /r "$INSTDIR\doc\images" - RMDir /r "$INSTDIR\locale\german" RMDir /r "$INSTDIR\locale\rs" - RMDir /r "$INSTDIR\locale\zh" # The docs have been moved to locale specific subfolders. Delete "$INSTDIR\doc\mkvextract.html"