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
|
; write out uninstaller
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
|
AllowSkipFiles off
|
||||||
SetOverwrite on
|
SetOverwrite on
|
||||||
WriteUninstaller "$INSTDIR\uninstall.exe"
|
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"
|
WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Classes\.smzip" "" "smzipfile"
|
||||||
|
|
||||||
; Begin copying files
|
; Begin copying files
|
||||||
SetOverwrite ifnewer
|
|
||||||
|
|
||||||
CreateDirectory "$INSTDIR\Announcers"
|
CreateDirectory "$INSTDIR\Announcers"
|
||||||
SetOutPath "$INSTDIR\Announcers"
|
SetOutPath "$INSTDIR\Announcers"
|
||||||
File "Announcers\instructions.txt"
|
File "Announcers\instructions.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user