aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/settings/files_un.nsh
diff options
context:
space:
mode:
Diffstat (limited to 'Installer/settings/files_un.nsh')
-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