NewsArchive
01-07-2012, 04:14 AM
Hello,
I have my program calling the installer. The installer runs so fast that
the calling program has no time to shut-down, so it says it needs a reboot.
I need to simply wait 3 seconds.
RUN('crs_update.exe /S /Q')
Do ProcedureRETURN
In my script, I'd like to simply have it wait 3 seconds before the [Install
Files] just to make sure the above program is completely closed down.
I don't want any dialogs because I am doing this automatically at night with
/S /Q
Thank you.
I have my program calling the installer. The installer runs so fast that
the calling program has no time to shut-down, so it says it needs a reboot.
I need to simply wait 3 seconds.
RUN('crs_update.exe /S /Q')
Do ProcedureRETURN
In my script, I'd like to simply have it wait 3 seconds before the [Install
Files] just to make sure the above program is completely closed down.
I don't want any dialogs because I am doing this automatically at night with
/S /Q
Thank you.