Archive: NSIS compiler - compilation information


NSIS compiler - compilation information
Hello,
I have a few question about makensis...

I am using my own program that calls makensis.exe and compiles my script, using parameters.
Something like: Makensis.exe /some options myscript.

The question is, how do I know that compilation is successful? How can I check that makensis compiled it properly, without errors?
Doeas makensis gives some info about it? (I mean compilation with errors, with warnings, without any problem).
I want to add to my program, some code that will support that situation. For example, if there will be errors, it shows message, opens script code at given line etc...
regards,
-Pawel


process exit code