Skip to content
⌘ NSIS Forum Archive

Inter Installer Push

7 posts

Vytautas#

Inter Installer Push

Is it possible to make one installer push some info onto the stack of another installer?

Vytautas
Vytautas#
I would like installer one to launch installer two which should push string(s) which are to be available after the ExecWait call in the first installer.

Vytautas
Vytautas#
How do I get the second installer, which was launched by the first one, to send the text back using the command line and how do I read this info in the first installer?

Vytautas
Joost Verburg#
Use command line parameters for the execution of the second installer and send information back using temporary registry keys or configuration files.
Vytautas#
I was hoping to avoid using the registry and/or external files, but it looks like that will have to do.

Vytautas