diff options
author | canni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-30 20:39:56 +0000 |
---|---|---|
committer | canni0 <canni0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-30 20:39:56 +0000 |
commit | 7209bd9d217cf7358f5921842af9bdf5dd2bbed1 (patch) | |
tree | 7104c86713097e6702b0f8828bf3b15bc1f2a5dd /installer | |
parent | 01060a707820907091de02348cabe193ae1ae3dd (diff) | |
download | usdx-7209bd9d217cf7358f5921842af9bdf5dd2bbed1.tar.gz usdx-7209bd9d217cf7358f5921842af9bdf5dd2bbed1.tar.xz usdx-7209bd9d217cf7358f5921842af9bdf5dd2bbed1.zip |
- fixed uninstaller section (all files should be deleted now)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2324 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | installer/settings/files_main_uninstall.nsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/settings/files_main_uninstall.nsh b/installer/settings/files_main_uninstall.nsh index e76a3609..6a081c5b 100644 --- a/installer/settings/files_main_uninstall.nsh +++ b/installer/settings/files_main_uninstall.nsh @@ -48,6 +48,7 @@ Delete "$INSTDIR\avcodec-52.dll"
Delete "$INSTDIR\avformat-52.dll"
+ Delete "$INSTDIR\avfilter-1.dll"
Delete "$INSTDIR\avdevice-52.dll"
Delete "$INSTDIR\avutil-50.dll"
Delete "$INSTDIR\bass.dll"
|