From d6c73154042208393560d75dcc8bd417efd5d051 Mon Sep 17 00:00:00 2001 From: canni2007 Date: Thu, 27 Dec 2007 01:39:50 +0000 Subject: - Updated installer source to fit changes made for version 1.0.1a - Added new demo song "Joshua Morin - On the run" - Fixed: required disc size will now be calculated correctly - Fixed: icon appears now in the software uninstall menu of windows git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@746 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Installer/settings/files_un.nsh | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'Installer/settings/files_un.nsh') diff --git a/Installer/settings/files_un.nsh b/Installer/settings/files_un.nsh index 2bdc0819..a45a3da1 100644 --- a/Installer/settings/files_un.nsh +++ b/Installer/settings/files_un.nsh @@ -12,7 +12,12 @@ Delete "$INSTDIR\License.txt" Delete "$INSTDIR\ReadMe.txt" Delete "$INSTDIR\SDL.dll" - Delete "$INSTDIR\smpeg.dll" + + Delete "$INSTDIR\sqlite3.dll" + Delete "$INSTDIR\avcodec-51.dll" + Delete "$INSTDIR\avformat-50.dll" + Delete "$INSTDIR\avutil-49.dll" + Delete "$INSTDIR\sqlite3.dll" Delete "$INSTDIR\config.ini" Delete "$INSTDIR\Error.log" @@ -48,6 +53,7 @@ ${EndIf} Delete "$INSTDIR\Plugins\Blind.dll" Delete "$INSTDIR\Plugins\Duell.dll" Delete "$INSTDIR\Plugins\Hold_The_Line.dll" + Delete "$INSTDIR\Plugins\TeamDuell.dll" Delete "$INSTDIR\Plugins\Until5000.dll" ; Delete provided Classic Skin @@ -257,10 +263,16 @@ ${EndIf} Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star [BG].jpg" Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star [CO].jpg" - Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.mp3" - Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star v1.4.txt" + Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.ogg" + Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\Steven Dunston - Northern Star.txt" Delete "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]\License.txt" + Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\License.txt" + Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.txt" + Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [BG].jpg" + Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [CO].jpg" + Delete "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.ogg" + ; Delete only empty directories: StrCpy $0 "$INSTDIR\Covers" @@ -287,6 +299,9 @@ Call un.DeleteIfEmpty StrCpy $0 "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]" Call un.DeleteIfEmpty +StrCpy $0 "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]" +Call un.DeleteIfEmpty + StrCpy $0 "$INSTDIR\Songs" Call un.DeleteIfEmpty @@ -306,7 +321,6 @@ StrCpy $0 "$INSTDIR" Call un.DeleteIfEmpty - ; Delete created Icons in startmenu SetShellVarContext all -- cgit v1.2.3