Skip to content
⌘ NSIS Forum Archive

NSIS 2.42 Special Build Won't Log

10 posts

stonkers#

NSIS 2.42 Special Build Won't Log

I just built a new buildmachine. I installed 2.42 and updated with the special build exe and stubs. Before I put special build here, the file wouldn't compile, but now it does. Now that they're compiling though, they won't create log files anymore. Any advise on troubleshooting this?

Thanks,
Eric
kichik#
Try following what it's doing with the log file using FileMon. For what its worth, I've tested basic logging with the special build and it works fine for me. I've used 2.43, but nothing has changed in that area since 2.42.
kichik#
This works for me. Does it work for you?
OutFile test.exe
Name test

InstallDir $TEMP

Section
LogSet on
SectionEnd
stonkers#
Sorry I disappeared for a while. Crazy around here...

That runs fine but doesn't create any logs.
stonkers#
I uninstalled, reinstalled (2.44 instead of 2.42), put the logging subz in (from nsis-2.44-log.zip), copied the makensis.exe from the special build over, and ran your test file again. That did the trick. Thanks kichik. If I ever get to Jerusalem, I'll buy you a cup of coffee.