|
Thanks for the help. Trust me, I went through the manual a dozen times, but couldn't find anything. Everything I found implied that SetDetailsPrint was the way to do logging, not downloading a specialized build and using LogText. Heck, if you type "logging" into the NSIS User Manual, LogSet never even comes up! I still don't even understand what SetDetailsPrint both is supposed to do.
Unfortunately, the output generated by LogText seems to be too verbose for my needs. I use the XML library which seems to generate about 300 "Jump: 224". Plus, I want to have a log file for install and un-install. I will probably just roll my own macro that writes to a file.
|