Archive: DetailPrint to file


DetailPrint to file
I have lots of "DetailPrint" commands in my installation script. These tells me how far the installation has gone and if something in external script fails for example. How can I save all this to a file that users can send to in case of a crash of the installer?


Get the logging special build:

http://nsis.sf.net/Special_Builds

Stu


If you only want to dump the DetailPrint Window, you can also use the following function:
http://nsis.sourceforge.net/Dump_log_to_file

Or use the LogEx plugin:
http://nsis.sourceforge.net/LogEx_plug-in


I use the DumpLog plugin:

http://nsis.sourceforge.net/DumpLog_plug-in