Quit upon abortion of external installer
Hi,
I'm looking for a way to terminate NSIS installer if an external installation wizard I called using execWait is aborted.
in some pseudo code:
If Successful(execWait "ext_install.exe")
continue
Else
quit
The external install wizard is Install Shield. Is there any way to read the return value or can it be done in a completely different way?
Thanks in advance for your support
Patrick