Skip to content
⌘ NSIS Forum Archive

Installer uses Installer

5 posts

_Eagle_#

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
_Eagle_#
Thanks for help, but I'm not able to get the errorcode from the second application into the first application....