[win32] installer: remove unused code
authorMartijn Kaijser <mcm.kaijser@gmail.com>
Mon, 2 Sep 2013 16:41:26 +0000 (18:41 +0200)
committerMartijn Kaijser <mcm.kaijser@gmail.com>
Mon, 2 Sep 2013 17:49:19 +0000 (19:49 +0200)
project/Win32BuildSetup/XBMC for Windows.nsi

index 70c1869..ebd76d5 100644 (file)
 
   !define MUI_HEADERIMAGE
   !define MUI_ICON "..\..\xbmc\win32\xbmc.ico"
-  ;!define MUI_HEADERIMAGE_BITMAP "xbmc-banner.bmp"
-  ;!define MUI_HEADERIMAGE_RIGHT
   !define MUI_WELCOMEFINISHPAGE_BITMAP "xbmc-left.bmp"
   !define MUI_COMPONENTSPAGE_SMALLDESC
-  ;!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\webapps\ROOT\RELEASE-NOTES.txt"
   !define MUI_FINISHPAGE_LINK "Please visit http://xbmc.org for more information."
   !define MUI_FINISHPAGE_LINK_LOCATION "http://xbmc.org"
   !define MUI_FINISHPAGE_RUN "$INSTDIR\${APP_NAME}.exe"
@@ -134,8 +131,6 @@ Section "XBMC" SecXBMC
   RMDir /r $INSTDIR\addons
   SetOutPath "$INSTDIR\addons"
   File /r /x skin.touched ${xbmc_root}\Xbmc\addons\*.*
-  ;SetOutPath "$INSTDIR\web"
-  ;File /r "${xbmc_root}\Xbmc\web\*.*"
 
   ;Store installation folder
   WriteRegStr HKCU "Software\${APP_NAME}" "" $INSTDIR
@@ -194,16 +189,6 @@ SectionEnd
 !include /nonfatal "skins.nsi"
 SectionGroupEnd
 
-;SectionGroup "Scripts" SecScripts
-;scripts.nsi is generated by genNsisIncludes.bat
-!include /nonfatal "scripts.nsi"
-;SectionGroupEnd
-
-;SectionGroup "Plugins" SecPlugins
-;plugins.nsi is generated by genNsisIncludes.bat
-!include /nonfatal "plugins.nsi"
-;SectionGroupEnd
-
 SectionGroup "PVR Addons" SecPvrAddons
 ;xbmc-pvr-addons.nsi is generated by genNsisIncludes.bat
 !include /nonfatal "xbmc-pvr-addons.nsi"