From 2da54a2e9bed6707af99f413586734de33a2fee9 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Mon, 21 Feb 2011 17:28:01 +0100 Subject: [PATCH] Improve Uninstaller a bit. --- etc/NSIS/setup.nsi | 15 +++++++++++++-- res/localization/LameXP_RU.qm.txt | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index f883894b..7947fc56 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -475,8 +475,19 @@ Section "Uninstall" SetOutPath "$INSTDIR" !insertmacro PrintProgress "$(LAMEXP_LANG_STATUS_UNINSTALL)" - Delete /REBOOTOK "$INSTDIR\*.exe" - Delete /REBOOTOK "$INSTDIR\*.txt" + Delete /REBOOTOK "$INSTDIR\LameXP.exe + Delete /REBOOTOK "$INSTDIR\LameXP-Portable.exe + Delete /REBOOTOK "$INSTDIR\LameXP.exe.sig" + Delete /REBOOTOK "$INSTDIR\Uninstall.exe + Delete /REBOOTOK "$INSTDIR\Changelog.htm" + Delete /REBOOTOK "$INSTDIR\Changelog.html + Delete /REBOOTOK "$INSTDIR\Translate.html + Delete /REBOOTOK "$INSTDIR\FAQ.html + Delete /REBOOTOK "$INSTDIR\Howto.html" + Delete /REBOOTOK "$INSTDIR\License.txt + Delete /REBOOTOK "$INSTDIR\Contributors.txt" + Delete /REBOOTOK "$INSTDIR\ReadMe.txt + RMDir "$INSTDIR" !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder diff --git a/res/localization/LameXP_RU.qm.txt b/res/localization/LameXP_RU.qm.txt index 667203ad..b92a4f99 100644 --- a/res/localization/LameXP_RU.qm.txt +++ b/res/localization/LameXP_RU.qm.txt @@ -1 +1 @@ -96,русский \ No newline at end of file +96,Русский \ No newline at end of file