What's the easiest way to save the install log that is displayed in NSIS? I seem to remember reading somewhere that you can recompile the NSIS code with a special flag to enable it to save the log. Is there an easier way?
|
|
|
||
|
|
|
Here's a solution straight from the NSIS website
|
||
|
|
|
|
In an attempt to keep file sizes small, the default installation of the NSIS compiler doesn't make log files. Download the Special Build of a release and copy it over the Once you have done that, simply add the following to your script:
No other changes are needed. I have no idea why this isn't default as in my cases, it only adds 48 bytes to the filesize! |
||
|
|
