Jump to content
Ketarin forum

Install - Pause/confirm between steps


Maria.Aiva
 Share

Recommended Posts

Hi everyone!

Happy to use this usefull program!

I have a question:

when install script for an application requires two or more steps,

I need a pause or user "keypress" before go ahead with the next installation script step, usually

1- launch setup program that autoextract files or do something and launch another setup [like OpenOffice]

2- whait for  1- completion; (with user confirmation or the like)

3- do something else; i.e. copy my own files to destination overwriting setup's placed files [My own license file]

What I tryied:

start /wait XYZ.exe - won't work

pause - won't work

prepare a setup.cmd - some programs change /version/ on the name

Thanks in advance for any hint!

M.A.

 

Link to comment
Share on other sites

If you're using the setup instruction option "start process" there's an option to "wait until process has exited." Use that and it will not proceed to the next step until this step is complete. If the process shells out another process then that process might not be covered, however. If this is not working for you please share what you have so we can help.

As for hints, make sure you use the "{file}" variable in whatever instructions you use and it will be the exact local filename for this download regardless of the filename pattern, version number or folder you put it in. You can use functions to get even more capabilities out of that variable. Several other great tips and demonstrations in wiki

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
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.