Archive: Silent Installer and Log File


Silent Installer and Log File
I'm trying to create a silent installer which write a log about file installed and registry changes.
I see in the documentation the samples "Dump Content of Log Window to File" but it works only for "non silent installer".
How can I produce a log for silent installer?

Thanks in advance,

Ugo Chirico
http://www.ugosweb.com


Try using the NSIS special logging build which you can get on the NSIS website.

http://nsis.sourceforge.net/download/specialbuilds/

-Stu