Passing parameters/variables
I have a program that is Silent Install. I wanted to use the password dialog plugin, but obviously that won't work (will it?) as a silent program. So I am thinking I have to make it a separate program. If so, I don't want to write the username/password to a temp file of any sort. Instead I would simply like to pass it back to the main program that calls it. What is the best way to do this? Both programs are written in NSIS.