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.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user