From 392a22a03d72f26d0c0463ca2161500309a8e761 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 10 Oct 2012 00:37:36 +0200 Subject: [PATCH] Fixed Uninstaller to remove the "Manual.html" file. --- etc/NSIS/setup.nsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index 8021fbc5..069d9c93 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -417,7 +417,9 @@ Section "!Install Files" Delete "$INSTDIR\LameEnc.sys" Delete "$INSTDIR\LameXP.exe" Delete "$INSTDIR\LameXP.exe.sig" + Delete "$INSTDIR\LameXP-Portable.exe" Delete "$INSTDIR\License.txt" + Delete "$INSTDIR\Manual.html" Delete "$INSTDIR\Readme.htm" Delete "$INSTDIR\ReadMe.txt" Delete "$INSTDIR\PRE_RELEASE_INFO.txt" @@ -521,6 +523,7 @@ Section "Uninstall" Delete /REBOOTOK "$INSTDIR\Howto.html" Delete /REBOOTOK "$INSTDIR\LameEnc.sys" Delete /REBOOTOK "$INSTDIR\License.txt" + Delete /REBOOTOK "$INSTDIR\Manual.html" Delete /REBOOTOK "$INSTDIR\Readme.htm" Delete /REBOOTOK "$INSTDIR\ReadMe.txt" Delete /REBOOTOK "$INSTDIR\PRE_RELEASE_INFO.txt" -- 2.11.0