[win32] new installer artwork
[vuplus_xbmc] / project / Win32BuildSetup / XBMC for Windows.nsi
index d20c206..3c993e9 100644 (file)
@@ -46,8 +46,9 @@
 ;Interface Settings
 
   !define MUI_HEADERIMAGE
-  !define MUI_ICON "..\..\xbmc\win32\xbmc.ico"
-  !define MUI_WELCOMEFINISHPAGE_BITMAP "xbmc-left.bmp"
+  !define MUI_ICON "..\..\tools\windows\packaging\media\xbmc.ico"
+  !define MUI_HEADERIMAGE_BITMAP "..\..\tools\windows\packaging\media\installer\header.bmp"
+  !define MUI_WELCOMEFINISHPAGE_BITMAP "..\..\tools\windows\packaging\media\installer\welcome-left.bmp"
   !define MUI_COMPONENTSPAGE_SMALLDESC
   !define MUI_FINISHPAGE_LINK "Please visit http://xbmc.org for more information."
   !define MUI_FINISHPAGE_LINK_LOCATION "http://xbmc.org"
@@ -259,6 +260,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"