From 4ebb1c51ca8ec788c8593cd76dca9e0cc2f83f64 Mon Sep 17 00:00:00 2001 From: canni2007 Date: Fri, 2 Nov 2007 22:40:41 +0000 Subject: - Updated installer source: added section size, another demo song added check within uninstall routine (whether game is running) changed component selection layout (no need to scroll anymore) optional themes/skins will now be downloaded (not provided) - New gdf.dll Source: added source code for gdf dll with beta boxart for vista game explorer git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@559 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Installer/settings/variables.nsh | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'Installer/settings/variables.nsh') diff --git a/Installer/settings/variables.nsh b/Installer/settings/variables.nsh index cd5a5aee..e4d03924 100644 --- a/Installer/settings/variables.nsh +++ b/Installer/settings/variables.nsh @@ -9,8 +9,14 @@ !define exe "USdx" ; Current name of start exe (must also be defined in functions.nsh) -!define demosong "http://ultrastardeluxe.xtremeweb-hosting.net/installer/song.zip" ; URL from where the demo song "I18" will be downloaded -!define demosong2 "http://ultrastardeluxe.xtremeweb-hosting.net/installer/song2.zip" ; URL from where the demo song "Northern Star" will be downloaded +!define demosong "http://ultrastardeluxe.xtremeweb-hosting.net/installer/songs/song.zip" ; URL from where the demo song "I18" will be downloaded +!define demosong2 "http://ultrastardeluxe.xtremeweb-hosting.net/installer/songs/song2.zip" ; URL from where the demo song "Northern Star" will be downloaded + +; Theme URLs: + +!define dl_orange "http://ultrastardeluxe.xtremeweb-hosting.net/installer/themes/orange.zip" +!define dl_vistar "http://ultrastardeluxe.xtremeweb-hosting.net/installer/themes/vistar.zip" +!define dl_streetlight "http://ultrastardeluxe.xtremeweb-hosting.net/installer/themes/streetlight.zip" ; Other Language Strings (except Section Language Strings) ; can be found at .\langstrings.nsh @@ -38,14 +44,14 @@ ; Group Section Descriptions: -!define eng_g1Sec1_desc "This will install the optional theme 'Orange' by Skar." -!define ger_g1Sec1_desc "Dies fügt das optionale Motiv 'Orange' von Skar hinzu." +!define eng_g1Sec1_desc "This will download the optional theme 'Orange' by Skar." +!define ger_g1Sec1_desc "Dies lädt das optionale Motiv 'Orange' von Skar herunter." -!define eng_g1Sec2_desc "This will install the optional theme 'Streetlight' by Skar." -!define ger_g1Sec2_desc "Dies fügt das optionale Motiv 'Streetlight' von Skar hinzu." +!define eng_g1Sec2_desc "This will download the optional theme 'Streetlight' by Skar." +!define ger_g1Sec2_desc "Dies lädt das optionale Motiv 'Streetlight' von Skar herunter." -!define eng_g1Sec3_desc "This will install the optional theme 'Vistar' by Skar." -!define ger_g1Sec3_desc "Dies fügt das optionale Motiv 'Vistar' von Skar hinzu." +!define eng_g1Sec3_desc "This will download the optional theme 'Vistar' by Skar." +!define ger_g1Sec3_desc "Dies lädt das optionale Motiv 'Vistar' von Skar herunter." ; Skin: -- cgit v1.2.3