aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/settings/files_un.nsh
diff options
context:
space:
mode:
authorcanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-02 22:40:41 +0000
committercanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-02 22:40:41 +0000
commit4ebb1c51ca8ec788c8593cd76dca9e0cc2f83f64 (patch)
treebfbbeab792d3f7bef260c0ef748b29cbec705100 /Installer/settings/files_un.nsh
parenta4be35ffa2990ff10793c039193b812d597ac463 (diff)
downloadusdx-4ebb1c51ca8ec788c8593cd76dca9e0cc2f83f64.tar.gz
usdx-4ebb1c51ca8ec788c8593cd76dca9e0cc2f83f64.tar.xz
usdx-4ebb1c51ca8ec788c8593cd76dca9e0cc2f83f64.zip
- 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
Diffstat (limited to '')
-rw-r--r--Installer/settings/files_un.nsh11
1 files changed, 10 insertions, 1 deletions
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