Archive: waiting for another installer to finish


waiting for another installer to finish
What is the proper way for NSIS to:
1) wait while another installer is running
2)come to the foreground when the other installer has quit

My case:
If my users do not have Quicktime, I download and then silently run the Quicktime installer with the NSISDL plugin.

After the Quicktime installer has quit, is there a proper way to bring the NSIS installer back to the foreground ?

I want to do an execshell "open" and launch the movie after the Quicktime Installer has finished...

many thanks...as I am almost done :)


well, I figured it out :)

using the execwait command