aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/settings/variables.nsh
blob: 3b5d0840f06b86d2965ecf527d6ed7b2568d90d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
; These are the common used variables
; for the USdx Challenge, Medley & Duet Edition Installation Wizard

!define version "r9.22"						; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
!define p_name "UltraStar Deluxe CMD Edition" 				; Just the name of the program
!define publisher "USDX Team"					; Publisher
!define homepage "http://www.ultrastardeluxe.org/"		; Project Homepage
!define forum "http://forum.ultrastardeluxe.org/"		; Forum Homepage

!define exe "UltraStar"						; Current name of start exe (must also be defined in functions.nsh)

;!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

!define eng_sec1_desc "These are the basic files needed by UltraStar Deluxe" 		; English Description of Base components
!define ger_sec1_desc "Dies sind die von UltraStar Deluxe ben�tigten Grunddateien" 	; German Description of Base components	

;!define eng_sec3_desc "You can choose which optional themes should also be installed."  ; English Description of "Optional Themes"-Section
;!define ger_sec3_desc "Hier k�nnen optionale Motive zum Installieren gew�hlt werden."   ; German Description of "Optional Themes"-Section

;!define eng_g2Section1_desc "Install the demo song 'Dead Smiling Pirates - I 18'."	; English Description of the Example Song "I 18"
;!define ger_g2Section1_desc "Installiert das freie Beispiellied 'Dead Smiling Pirates - I 18'."   	; German Description of the Example Song "I 18"

;!define eng_g2Section2_desc "Install the demo song 'Steven Dunston - Northern Star'."		; English Description of the Example Song "Northern Star"
;!define ger_g2Section2_desc "Installiert das freie Beispiellied 'Steven Dunston - Northern Star'."	; German Description of the Example Song "Northern Star"

;!define eng_g2Section3_desc "Install the demo song 'Joshua Morin - On the run'." ; English Description of the Example Song "On the run"
;!define ger_g2Section3_desc "Installiert das freie Beispiellied 'Joshua Morin - On the run'."; German Description of the Example Song "On the run"

!define eng_sec1 "Base components" 							; English Name of the component section1
!define ger_sec1 "Basiskomponenten" 							; German Name of the component section1

;!define eng_sec2 "Demo Songs" 							; English Name of the component section2
;!define ger_sec2 "Beispiellieder" 							; German Name of the component section2

;!define eng_sec3 "Optional Themes"							; English Name of the component section group1
;!define ger_sec3 "Optionale Motive"							; German Name of the component section group1

; Group Section Descriptions:

;!define eng_g1Sec1_desc "This will install the optional theme 'Orange' by Skar."
;!define ger_g1Sec1_desc "Dies installiert das optionale Motiv 'Orange' von Skar."

;!define eng_g1Sec2_desc "This will install the optional theme 'Streetlight' by Skar."
;!define ger_g1Sec2_desc "Dies installiert das optionale Motiv 'Streetlight' von Skar."

;!define eng_g1Sec3_desc "This will install the optional theme 'Vistar' by Skar."
;!define ger_g1Sec3_desc "Dies installiert das optionale Motiv 'Vistar' von Skar."

; Skin:

!define gdf_path "$WINDIR\gdf.dll"		; Path to gdf.dll for Vista Game Explorer
!define bmp_header "..\InstallerDependencies\images\header.bmp"	; Bitmap of the Installation Header (Size: 150x57 px)
!define bmp_side "..\InstallerDependencies\images\left.bmp"		; Bitmap on the left side of Welcome & Finish Page (Size: 164x314 px)
!define mui_ini ".\settings\io.ini"		; Installation Options for Welcome & Finish Page
!define license_bgcolor "FFFFFF"		; RGB Background Color for Licence agreement
!define bmp_check "..\InstallerDependencies\images\modern.bmp"		; Bitmap of Checks at Components Selection Page
!define directory_bgcolor "FFFFFF"		; RGB Background Color for Directory textbox
!define smp_bgcolor "FFFFFF"			; RGB Background of Startmenu List and Textbox
;!define dets_bgcolor "FFFFFF"			; Background Color of Details Screen while files are being extracted
!define file_license "..\License.txt"	; Choose the file with the license agreement