From 748eed520d17bc477a2401797d8c7e0e9ed61134 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 23 Feb 2004 04:42:52 +0000 Subject: [PATCH] There have been some reports of people upgrading their installation but ending up with a metrics.ini from a previous version. Make sure we overwrite old files. --- stepmania/stepmania.nsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index a7dcc65c18..d65f90335b 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -122,6 +122,7 @@ Section "" ; write out uninstaller SetOutPath "$INSTDIR" +AllowSkipFiles off SetOverwrite on WriteUninstaller "$INSTDIR\uninstall.exe" @@ -137,8 +138,6 @@ WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Classes\smzipfile\shell\open\command" " WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Classes\.smzip" "" "smzipfile" ; Begin copying files -SetOverwrite ifnewer - CreateDirectory "$INSTDIR\Announcers" SetOutPath "$INSTDIR\Announcers" File "Announcers\instructions.txt"