aboutsummaryrefslogtreecommitdiffstats
path: root/installer/settings/files_main_uninstall.nsh
diff options
context:
space:
mode:
authorcanni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-04-18 15:29:30 +0000
committercanni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-04-18 15:29:30 +0000
commitd6cf58a5e4288d3796cbd0a6a7071a4c036616bb (patch)
treef5f2aec68098f9d097f7514a072477b3129ad7b0 /installer/settings/files_main_uninstall.nsh
parentb32d57bc9515366e9c59b3ec67cc574bc0ab2f30 (diff)
downloadusdx-d6cf58a5e4288d3796cbd0a6a7071a4c036616bb.tar.gz
usdx-d6cf58a5e4288d3796cbd0a6a7071a4c036616bb.tar.xz
usdx-d6cf58a5e4288d3796cbd0a6a7071a4c036616bb.zip
- fixed assembla ticket #49
- fixed uninstall routine (forgot to delete cached covers) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1681 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'installer/settings/files_main_uninstall.nsh')
-rw-r--r--installer/settings/files_main_uninstall.nsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/settings/files_main_uninstall.nsh b/installer/settings/files_main_uninstall.nsh
index 277eb409..af61cb0b 100644
--- a/installer/settings/files_main_uninstall.nsh
+++ b/installer/settings/files_main_uninstall.nsh
@@ -35,6 +35,7 @@
Delete "$INSTDIR\README.txt"
Delete "$INSTDIR\Error.log"
Delete "$INSTDIR\covers.cache"
+ Delete "$INSTDIR\cover.db"
Delete "$INSTDIR\avcodec-51.dll"
Delete "$INSTDIR\avformat-50.dll"