Skip to content
⌘ NSIS Forum Archive

Log in Silent mode

3 posts

RomanH#

Log in Silent mode

Hello my friends.
How i can write information about instalation to log files, when my instalator run in silent mode.
Thank you.
Afrow UK#
Try the advanced logging build:


This should work:
IfSilent 0 +2
LogSet on

$INSTDIR must have a value before you call this function or it will not work.

Stu