From d6c73154042208393560d75dcc8bd417efd5d051 Mon Sep 17 00:00:00 2001 From: canni2007 Date: Thu, 27 Dec 2007 01:39:50 +0000 Subject: - Updated installer source to fit changes made for version 1.0.1a - Added new demo song "Joshua Morin - On the run" - Fixed: required disc size will now be calculated correctly - Fixed: icon appears now in the software uninstall menu of windows git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@746 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Installer/settings/optional/in_song2.nsh | 4 ++-- Installer/settings/optional/in_song3.nsh | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 Installer/settings/optional/in_song3.nsh (limited to 'Installer/settings/optional') diff --git a/Installer/settings/optional/in_song2.nsh b/Installer/settings/optional/in_song2.nsh index a9929b17..29478c56 100644 --- a/Installer/settings/optional/in_song2.nsh +++ b/Installer/settings/optional/in_song2.nsh @@ -2,10 +2,10 @@ SetOutPath "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\" File "..\Songs\Steven Dunston - Northern Star [DEMO]\License.txt" - File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star v1.4.txt" + File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.txt" File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star [BG].jpg" File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star [CO].jpg" - File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.mp3" + File "..\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.ogg" SetOutPath "$INSTDIR" \ No newline at end of file diff --git a/Installer/settings/optional/in_song3.nsh b/Installer/settings/optional/in_song3.nsh new file mode 100644 index 00000000..844accdd --- /dev/null +++ b/Installer/settings/optional/in_song3.nsh @@ -0,0 +1,11 @@ + + SetOutPath "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\" + + File "..\Songs\Joshua Morin - On the run [DEMO]\License.txt" + File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.txt" + File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [BG].jpg" + File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [CO].jpg" + File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.ogg" + + + SetOutPath "$INSTDIR" \ No newline at end of file -- cgit v1.2.3