Archive: Problem with ExecWait


Problem with ExecWait
I had writed a script using execwait to install a few program one after another but i was only able to use execwait for the first program but not 4 the rest. There will be a error if i exec more than 1 program using execwait. how do i solve this problem?


I had managed to solve the execWait problem and execute the few programs one at a time silently in the background but there is another problem. The installer called another installation to install into the computer and it is running the installation but nothing is installed into the computer.What could be the problem?? Any one can help??


The problem lies with the other installer. All ExecWait does it open that installer. Make sure you pass it the correct arguments and that it's running from the correct directory. Use SetOutPath to set the working directory.


I think the problem is with the original installation too. Thx for ur help!!