aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/settings/files_in.nsh
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-23 20:06:55 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-23 20:06:55 +0000
commit12ede9479907c63826fc3b1a2a008be6ca801425 (patch)
treeb69afb1edf30e333fc115ee69d853cef7e53936d /Installer/settings/files_in.nsh
parent60089a6d6469e7ee1a845529eec1539fadcbef93 (diff)
downloadusdx-12ede9479907c63826fc3b1a2a008be6ca801425.tar.gz
usdx-12ede9479907c63826fc3b1a2a008be6ca801425.tar.xz
usdx-12ede9479907c63826fc3b1a2a008be6ca801425.zip
Edited Installer
Changed SMpeg with FFMpeg Libs Added Documentation Shortcut git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@645 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Installer/settings/files_in.nsh')
-rw-r--r--Installer/settings/files_in.nsh9
1 files changed, 6 insertions, 3 deletions
diff --git a/Installer/settings/files_in.nsh b/Installer/settings/files_in.nsh
index de9acb75..e391d240 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,7 +17,9 @@
SetOutPath "$INSTDIR"
File "..\InstallerDependencies\dll\bass.dll"
File "..\InstallerDependencies\dll\SDL.dll"
- File "..\InstallerDependencies\dll\smpeg.dll"
+ File "..\InstallerDependencies\dll\avutil-49.dll"
+ File "..\InstallerDependencies\dll\avcodec-51.dll"
+ File "..\InstallerDependencies\dll\avformat-50.dll"
File "..\InstallerDependencies\dll\sqlite3.dll"
File "..\InstallerDependencies\documents\Changelog.german.txt"
@@ -61,6 +63,7 @@ ${EndIf}
File "..\Plugins\Duell.dll"
File "..\Plugins\Hold_The_Line.dll"
File "..\Plugins\Until5000.dll"
+ File "..\Plugins\TeamDuell.dll"
SetOutPath "$INSTDIR\Skins\Classic\"
File "..\Skins\Classic\[button]13.jpg"
@@ -255,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"