beetlebug
25th May 2006 21:16 UTC
timing an install, need to pause
Apologies is this is a no-brainer.
I have a file access issue going in my NSIS script.
I need to pause the install process for a second or two, to wait for another script to finish running. It doesn't require user-interaction. The script that needs to finish running is a VBScript, so ExecWait doesn't work. Is there a 'sleep' or 'pause' or 'wait' time command that I can use in the NSIS script?
Thanks.
Afrow UK
25th May 2006 22:15 UTC
...
Sleep is in the manual!
-Stu
RobGrant
26th May 2006 08:59 UTC
That sounds a long way from any best practice :)
Or to put it another way, "Sleep is for the weak".
beetlebug
26th May 2006 13:40 UTC
Sleep is for code, coffee for coders? :-)
Thanks for the info. It was exactly the tidbit needed. I promise to read the manual more thoroughly in the future <insert various other well-intentioned New Years style resolutions>
BB