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?
Page 1 of 1
application does not finish RunOnceEx.cmd goes to next
#2
Posted 05 June 2004 - 11:34 PM
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" /f
10 means 10 seconds, just change the time in any time you need, but dont forget that these are seconds
pastl
cmd-command:
start /wait %systemdrive%\install\Sleep.exe /10
RunOnceEx commond:
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Sleep.exe /10" /f
10 means 10 seconds, just change the time in any time you need, but dont forget that these are seconds
pastl
Attached File(s)
-
Sleep.exe (44K)
Number of downloads: 28
Share this topic:
Page 1 of 1



Help
Back to top








