LTL, FTP here. I'm trying to figure out how to get hold of the return value from a system command executed at compile-time, using the !system command.
I've checked out the documentation at http://nsis.sourceforge.net/Docs/Chapter5.html#system but I'm being a bit dense about figuring out the 'symbol' bit, and there isn't a code example.
The format is, as the doc says:
What exactly is 'symbol' and how do I define it, and get the value from it?!system command symbol
Any help appreciated! Thanks.