aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/UltraStarDeluxe.nsi
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-10 12:12:12 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-10 12:12:12 +0000
commitc51d6335e0210c79e20b3b6c1499dc8c2d6463ce (patch)
tree18892d52b5e5f4e636bc9ea721987af2749b1abd /Installer/UltraStarDeluxe.nsi
parenta6c5a776138f9dcf4c46da6bc6671c8c046aef47 (diff)
downloadusdx-c51d6335e0210c79e20b3b6c1499dc8c2d6463ce.tar.gz
usdx-c51d6335e0210c79e20b3b6c1499dc8c2d6463ce.tar.xz
usdx-c51d6335e0210c79e20b3b6c1499dc8c2d6463ce.zip
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@494 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Installer/UltraStarDeluxe.nsi')
-rw-r--r--Installer/UltraStarDeluxe.nsi18
1 files changed, 11 insertions, 7 deletions
diff --git a/Installer/UltraStarDeluxe.nsi b/Installer/UltraStarDeluxe.nsi
index 8993ccd5..c396843a 100644
--- a/Installer/UltraStarDeluxe.nsi
+++ b/Installer/UltraStarDeluxe.nsi
@@ -3,6 +3,7 @@
; --------------------------------------------------------------
!include "MUI.nsh" ; Include the macros for the Modern User Interface
+!include "ZipDLL.nsh"
SetCompressor bzip2
@@ -20,8 +21,8 @@ SetCompressor bzip2
!define icon_inst ".\ustar.ico" ; Icon for Installation
!define icon_uninst ".\ustar.ico" ; Icon for Uninstallation
-!define bmp_header ".\header.png" ; Bitmap of the Installation Header (Size: 150x57 px)
-!define bmp_side ".\left-164x314.png" ; Bitmap on the left side of Welcome & Finish Page (Size: 164x314 px)
+!define bmp_header ".\header.bmp" ; Bitmap of the Installation Header (Size: 150x57 px)
+!define bmp_side ".\left-164x314.bmp" ; Bitmap on the left side of Welcome & Finish Page (Size: 164x314 px)
!define mui_ini ".\ioSpecial.ini" ; Installation Options for Welcome & Finish Page
!define license_bgcolor "FFFFFF" ; RGB Background Color for Licence agreement
!define bmp_check ".\modern.bmp" ; Bitmap of Checks at Components Selection Page
@@ -463,11 +464,14 @@ Section /o $(sec2) Section2
CreateDirectory "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]"
SetOutPath "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\"
- File "..\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18 [BG].jpg"
- File "..\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18 [CO].jpg"
- File "..\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18.ogg"
- File "..\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18.txt"
- File "..\Songs\Dead Smiling Pirates - I 18 [DEMO]\License.txt"
+ InetLoad::load "http://127.0.0.1/demosong.zip" "$EXEDIR\Songs\demosong.zip"
+ !insertmacro ZIPDLL_EXTRACT "$EXEDIR\Songs\demosong.zip" "$EXEDIR\Songs\"
+
+; File "..\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18 [BG].jpg"
+; File "..\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18 [CO].jpg"
+; File "..\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18.ogg"
+; File "..\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18.txt"
+; File "..\Songs\Dead Smiling Pirates - I 18 [DEMO]\License.txt"
SectionEnd