sleep time

This commit is contained in:
antelle 2021-01-10 09:36:34 +01:00
parent b82cb0e849
commit ab64e9343b
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
${Else}
${If} $isUpdaterMode == 1
${AndIf} $retryNumEnsureAppIsNotRunning < 5
DetailPrint "${PRODUCT_EXE} is running, waiting..."
Sleep 1000
DetailPrint "${PRODUCT_EXE} is running, waiting... next check in 2s"
Sleep 2000
${Else}
MessageBox MB_ICONQUESTION|MB_OKCANCEL|MB_DEFBUTTON1 "To proceed, please close ${PRODUCT_NAME} and click OK" /SD IDCANCEL IDOK ok
Quit