wait > sleep (#3806)
This commit is contained in:
parent
257f2eb34c
commit
03e109ef12
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ ${If} $PortableMode = 0
|
|||
IfFileExists "$INSTDIR\vcredist_x86.exe" VcRedist86Exists PastVcRedist86Check
|
||||
VcRedist86Exists:
|
||||
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
|
||||
Delete "$INSTDIR\vcredist_x86.exe"
|
||||
PastVcRedist86Check:
|
||||
|
|
Loading…
Reference in a new issue