Help - Search - Members - Calendar
Full Version: application does not finish
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
mccorm79
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?
pastl
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 whistling.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.