Richard78
17th July 2009 11:47 UTC
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?
Afrow UK
17th July 2009 11:48 UTC
Get the logging special build:
http://nsis.sf.net/Special_Builds
Stu
jpderuiter
17th July 2009 12:06 UTC
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
pengyou
17th July 2009 13:51 UTC
I use the DumpLog plugin:
http://nsis.sourceforge.net/DumpLog_plug-in