Skip to content
⌘ NSIS Forum Archive

DetailPrint to file

4 posts

Richard78#

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?
jpderuiter#
If you only want to dump the DetailPrint Window, you can also use the following function:


Or use the LogEx plugin: