Skip to content
⌘ NSIS Forum Archive

logging during silent installation

4 posts

simplebeing#

logging during silent installation

Hi,

Is there any mechanism (scripts) to log even during silent installation. DumpToLog doesn't work during silent installation. Please help me out.

Thanks in Advance.
simplebeing#
I checked the forum. The suggestion is to use a special build of NSIS with advanced logging. I would like to like if there is any mechanism available in the normal NSIS build so that installation gets logged during silent installation.

Thanks.
Afrow UK#
You have to use the special build unless you want to do logging manually (i.e. FileWrite).

Stu