wait > sleep (#3806)

This commit is contained in:
tooomm 2019-09-05 15:44:14 +02:00 committed by ctrlaltca
parent 257f2eb34c
commit 03e109ef12

View file

@ -251,7 +251,7 @@ ${If} $PortableMode = 0
IfFileExists "$INSTDIR\vcredist_x86.exe" VcRedist86Exists PastVcRedist86Check IfFileExists "$INSTDIR\vcredist_x86.exe" VcRedist86Exists PastVcRedist86Check
VcRedist86Exists: VcRedist86Exists:
ExecWait '"$INSTDIR\vcredist_x86.exe" /passive /norestart' ExecWait '"$INSTDIR\vcredist_x86.exe" /passive /norestart'
DetailPrint "Sleep to ensure unlock of vc_redist file after installation..." DetailPrint "Wait to ensure unlock of vc_redist file after installation..."
Sleep 3000 Sleep 3000
Delete "$INSTDIR\vcredist_x86.exe" Delete "$INSTDIR\vcredist_x86.exe"
PastVcRedist86Check: PastVcRedist86Check: