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/files_un.nsh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Installer/settings/files_un.nsh') diff --git a/Installer/settings/files_un.nsh b/Installer/settings/files_un.nsh index ef1d6627..2bdc0819 100644 --- a/Installer/settings/files_un.nsh +++ b/Installer/settings/files_un.nsh @@ -248,13 +248,19 @@ ${EndIf} Delete "$INSTDIR\Themes\Classic.ini" Delete "$INSTDIR\Themes\Deluxe.ini" -; Delete provided Song +; Delete provided Songs Delete "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18 [BG].jpg" Delete "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18 [CO].jpg" Delete "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18.ogg" Delete "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\Dead Smiling Pirates - I 18.txt" Delete "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]\License.txt" + 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]\License.txt" + ; Delete only empty directories: StrCpy $0 "$INSTDIR\Covers" @@ -278,6 +284,9 @@ Call un.DeleteIfEmpty StrCpy $0 "$INSTDIR\Songs\Dead Smiling Pirates - I 18 [DEMO]" Call un.DeleteIfEmpty +StrCpy $0 "$INSTDIR\Songs\Steven Dunston - Northern Star [DEMO]" +Call un.DeleteIfEmpty + StrCpy $0 "$INSTDIR\Songs" Call un.DeleteIfEmpty -- cgit v1.2.3