1
0
Fork 0

wait at least once for service to be down so the .exe gets released

This commit is contained in:
Wilfried Goesgens 2017-06-07 11:54:48 +02:00
parent ac79f7d7c6
commit f2be259959
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ Function ${un}WaitForServiceDown
${EndIf} ${EndIf}
IntOp $R0 $R0 + 1 IntOp $R0 $R0 + 1
Goto try_again Goto try_again
Sleep 1000
FunctionEnd FunctionEnd
!macroend !macroend