aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/settings/files_in.nsh
diff options
context:
space:
mode:
authorcanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-23 22:43:39 +0000
committercanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-23 22:43:39 +0000
commita62b466452023d1d82881a124c29797844f553a6 (patch)
treeeada135ed37aad63833460a6f4d8e588affbe9f0 /Installer/settings/files_in.nsh
parent0396be126bb9ac625914394da16bf47a3793900c (diff)
downloadusdx-a62b466452023d1d82881a124c29797844f553a6.tar.gz
usdx-a62b466452023d1d82881a124c29797844f553a6.tar.xz
usdx-a62b466452023d1d82881a124c29797844f553a6.zip
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
Diffstat (limited to 'Installer/settings/files_in.nsh')
-rw-r--r--Installer/settings/files_in.nsh10
1 files changed, 5 insertions, 5 deletions
diff --git a/Installer/settings/files_in.nsh b/Installer/settings/files_in.nsh
index e391d240..d94291df 100644
--- a/Installer/settings/files_in.nsh
+++ b/Installer/settings/files_in.nsh
@@ -1,7 +1,7 @@
; This list contains the files that will be installed
; Create required directories:
-
+
CreateDirectory "$INSTDIR\Covers"
CreateDirectory "$INSTDIR\Languages"
CreateDirectory "$INSTDIR\Plugins"
@@ -17,10 +17,10 @@
SetOutPath "$INSTDIR"
File "..\InstallerDependencies\dll\bass.dll"
File "..\InstallerDependencies\dll\SDL.dll"
- File "..\InstallerDependencies\dll\avutil-49.dll"
+ File "..\InstallerDependencies\dll\sqlite3.dll"
File "..\InstallerDependencies\dll\avcodec-51.dll"
File "..\InstallerDependencies\dll\avformat-50.dll"
- File "..\InstallerDependencies\dll\sqlite3.dll"
+ File "..\InstallerDependencies\dll\avutil-49.dll"
File "..\InstallerDependencies\documents\Changelog.german.txt"
File "..\InstallerDependencies\documents\Changelog.txt"
@@ -62,8 +62,8 @@ ${EndIf}
File "..\Plugins\Blind.dll"
File "..\Plugins\Duell.dll"
File "..\Plugins\Hold_The_Line.dll"
- File "..\Plugins\Until5000.dll"
File "..\Plugins\TeamDuell.dll"
+ File "..\Plugins\Until5000.dll"
SetOutPath "$INSTDIR\Skins\Classic\"
File "..\Skins\Classic\[button]13.jpg"
@@ -258,7 +258,7 @@ ${EndIf}
File "..\Sounds\select music change music 50.mp3"
File "..\Sounds\select music change music.mp3"
File "..\Sounds\wome-credits-tune.mp3"
-
+
SetOutPath "$INSTDIR\Themes\"
File "..\Themes\Classic.ini"
File "..\Themes\Deluxe.ini"