Fixed Uninstaller to remove the "Manual.html" file.

This commit is contained in:
LoRd_MuldeR 2012-10-10 00:37:36 +02:00
parent 265019b952
commit 392a22a03d

View File

@ -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"