timeout before copying files in the updater

This commit is contained in:
antelle 2021-01-09 22:10:39 +01:00
parent 20bc254a42
commit a8967ac764
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
${StrStr} $0 $1 "${PRODUCT_EXE}"
${If} $0 == ""
DetailPrint "${PRODUCT_EXE} is not running"
${If} $isUpdaterMode == 1
Sleep 2000
${EndIf}
${ExitFor}
${Else}
${If} $isUpdaterMode == 1