ExecWait and another installer
I'm trying to use NSIS to launch another installer
so that I can modify the installation when it is
complete. I can't just use NSIS to replace the binary
installer as suggested to others. The problem, like others
have posted in this forum, is that the other installer
launched via ExecWait launches additional processes after
it starts and my NSIS installer continues as these processes
are started. For example, I use ExecWait to launch setup.exe, but
then process _isdel.exe shows up in my Task Manager, and the NSIS installer continues before the other installer even gets started.
Can you think of a way around this? If I attempt to run
_isdel.exe, it starts but then exits. However, when setup.exe
launches it, it stays resident during the installation.
Uhg.
If it helps, I'm trying to launch (and wait) for the MySQL for Windows (GPL license) database installer, and it uses InstallShield.
Regards,
Garrel