June 5, 200422 yr For a few applications in RunOnceEx, the application is installing but RunOnceEx starts to install the next application. Like for wordperfect 11, the application is installing then RunOnceEx starts installing the next application. There is usually a two minute pause before the next app starts installing. I have tried to create a batch file with start /wait but it is not preventing RunOnceEx from starting the next app. Is there something I can do to create a longer delay between application installs?
June 6, 200422 yr download the following, and put these command between the programms:cmd-command:start /wait %systemdrive%\install\Sleep.exe /10 RunOnceEx commond:REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Sleep.exe /10" /f10 means 10 seconds, just change the time in any time you need, but dont forget that these are secondspastl Sleep.exe
Create an account or sign in to comment