Jump to content

application does not finish


mccorm79

Recommended Posts

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?

Link to comment
Share on other sites


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 :)

Sleep.exe

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...