From 68e14beace458c7e1b5735e1b6305e653c27e676 Mon Sep 17 00:00:00 2001 From: night199uk Date: Sun, 5 May 2013 04:32:42 +0800 Subject: [scrapers] Support XSLT transforms (XML->XML) in the scrapers --- project/Win32BuildSetup/XBMC for Windows.nsi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project/Win32BuildSetup/XBMC for Windows.nsi') 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" -- cgit v1.2.3