I make the installation on WinRAR in it two Setup lines.
One per cmd-executable file.
The second exe-executable file.
The second one should start when cmd runs all its scripts, but WinRar starts the second line right after the first one starts. It is clear that you can implement the launch of exe from the cmd-file, but for the sake of personal curiosity, I would like to clarify - is there a concept of a pause / delay for execution (analogous to the console start /wait ) in SFX WinRar commands?
|
1 answer
I'm afraid I did :
Instead of the application name, specify the name of the BAT or CMD file containing the script for processing the contents of the SFX archive. The script, in turn, can alternately run several external applications.
The maximum that can be done here is to use the proposed approach by you as well, to call the necessary applications from within the script that will be specified as Setup. ( other sources also recommend doing this method ).
|