Console output
Hi,
I used NSIS for the first time today so I'm a beginner.
My first task was to create a java launcher. I found a script on your wiki and tried various approaches but no matter what I do, I cannot make the launcher print a message on stdout (I tried nsExec, ExecCmd, ExedDos, etc.). Then it struck me. Perhaps that's the way it should be? I.e. a launcher generated with makensis will always be a windows application and there's no way it can send output to stdout, ever.
If that's the case, would it be a bad idea to ask for a compiler option that would turn the resulting exe into a command line executable?
Kind Regards,
Thomas Hallgren