Archive: start another setup during installation


start another setup during installation
i have searched the forum for this topic a while but did not find the right answer.

i need to start another setup during the installation of my application.

i found a solution by installing the other setup and then running it with ExecWait and it works, but i want to run the setup without copying it on the hard disk. it should be packed in the install exe of my program and should be run during installation.


does anybody know a solution?


EDIT: How do I know if the setup within the installtion was completed succesfully?


Even if you include it in your installer, it will have to be extracted to the hard disk before it can be run.
Regarding successfull completion- check the exit code. Usually 0 indicates success, but YMMV.