Skip to content
⌘ NSIS Forum Archive

dumping DetailPrint to a log file

3 posts

mdm#

dumping DetailPrint to a log file

I have a very clumsy method of writing to a file to track the install; I would much rather dump the DetailPrint to this file instead.

Any suggestions?
mdm
Afrow UK#


If you want to dump only lines containing a certain string (e.g. that contains "error" then you can use this instead:


-Stu