NSIS silent hangs InstallShield install
I'm having a very strange issue with NSIS running with the /S (silent) switch. Running the NSIS installer in normal mode installs everything fine. However, if I use the /S switch an InstallShield Multilanguage installer hangs. If I use Task Manager to kill the NSIS setup.exe, the InstallShield installer will continue as normal.
I don't understand how this could occur only when using /S and not in normal mode.
Basically my NSIS installer is used to install a series of applications in silent mode. One of the installers that NSIS launches using ExecWait is based on InstallShield Multilanguage (the one that uses java).
NSIS manages to launch the InstallShield installer and it even runs for a bit, but eventually hangs. If I kill the NSIS installer when the InstallShield installer hangs, the InstallShield installer will continue.
Sorry for repeating myself so much. I just want to make sure it's clear what I'm experiencing.
This is all on top of Windows 2000 SP3.