From a62b466452023d1d82881a124c29797844f553a6 Mon Sep 17 00:00:00 2001 From: canni2007 Date: Fri, 23 Nov 2007 22:43:39 +0000 Subject: Updated installer source: There will be a lite and a full installer. Changed install method. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@654 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Installer/settings/optional/in_song1.nsh | 10 ++++++++++ Installer/settings/optional/in_song2.nsh | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 Installer/settings/optional/in_song1.nsh create mode 100644 Installer/settings/optional/in_song2.nsh (limited to 'Installer/settings/optional') diff --git a/Installer/settings/optional/in_song1.nsh b/Installer/settings/optional/in_song1.nsh new file mode 100644 index 00000000..50c1e20a --- /dev/null +++ b/Installer/settings/optional/in_song1.nsh @@ -0,0 +1,10 @@ + + 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" + + SetOutPath "$INSTDIR" \ No newline at end of file diff --git a/Installer/settings/optional/in_song2.nsh b/Installer/settings/optional/in_song2.nsh new file mode 100644 index 00000000..a9929b17 --- /dev/null +++ b/Installer/settings/optional/in_song2.nsh @@ -0,0 +1,11 @@ + + 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 [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" + + + SetOutPath "$INSTDIR" \ No newline at end of file -- cgit v1.2.3