aboutsummaryrefslogtreecommitdiff
path: root/project/Win32BuildSetup/XBMC for Windows.nsi
diff options
context:
space:
mode:
authornight199uk <night199uk@xbmc.org>2013-05-05 04:32:42 +0800
committerJonathan Marshall <jmarshall@xbmc.org>2013-12-22 13:27:23 +1300
commit68e14beace458c7e1b5735e1b6305e653c27e676 (patch)
tree936d1bc31ab8ee44f31b55243d7ecdc1546764c4 /project/Win32BuildSetup/XBMC for Windows.nsi
parente13564c7e86349dc3207054b171ddf0cca3802ac (diff)
[scrapers] Support XSLT transforms (XML->XML) in the scrapers
Diffstat (limited to 'project/Win32BuildSetup/XBMC for Windows.nsi')
-rw-r--r--project/Win32BuildSetup/XBMC for Windows.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/Win32BuildSetup/XBMC for Windows.nsi b/project/Win32BuildSetup/XBMC for Windows.nsi
index d20c206e55..94358ecb43 100644
--- a/project/Win32BuildSetup/XBMC for Windows.nsi
+++ b/project/Win32BuildSetup/XBMC for Windows.nsi
@@ -259,6 +259,8 @@ Section "Uninstall"
Delete "$INSTDIR\python27.dll"
Delete "$INSTDIR\libcdio-*.dll"
Delete "$INSTDIR\libiconv-2.dll"
+ Delete "$INSTDIR\libxml2.dll"
+ Delete "$INSTDIR\iconv.dll"
RMDir /r "$INSTDIR\language"
RMDir /r "$INSTDIR\media"
RMDir /r "$INSTDIR\plugins"