[win32] new installer artwork
[vuplus_xbmc] / project / Win32BuildSetup / XBMC for Windows.nsi
index 5e1b873..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"
@@ -256,8 +257,11 @@ Section "Uninstall"
   Delete "$INSTDIR\xbmc.log"
   Delete "$INSTDIR\xbmc.old.log"
   Delete "$INSTDIR\python26.dll"
+  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"