Archive: Installer uses Installer


Installer uses Installer
Hi!

I'm calling an external (second) installer at one of my sections. This second installer is also a NSIS File.

The second Installer uses the GUI, so I can't use nsExec::ExecToStack

How can I access the Stack of the second Installer at the First one?

Regards
Chris


Or is it possible to define Finish/Error Codes?


http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.7.5


Thanks for help, but I'm not able to get the errorcode from the second application into the first application....


You can find an example for that here: http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.4