
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1248 212acab6-be3b-0410-9dea-997c60f758d6
13 lines
380 B
Text
13 lines
380 B
Text
\C{installlog} Install Logging Instructions
|
|
|
|
\H{LogSet} LogSet
|
|
|
|
LogSet \e{on|off}
|
|
|
|
Sets whether install logging to $INSTDIR\\install.log will happen. Note that \e{NSIS_CONFIG_LOG} must be set in the installer configuration (it is not by default) to support this.
|
|
|
|
\H{LogText} LogText
|
|
|
|
LogText \e{text}
|
|
|
|
If installer logging is enabled, inserts text "text" into the log file.
|