NSIS/Docs/src/log.but
kichik 2211407ccf LogSet
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1902 212acab6-be3b-0410-9dea-997c60f758d6
2002-12-06 13:21:31 +00:00

13 lines
439 B
Text

\S1{installlog} Install Logging Instructions
\S2{logset} LogSet
\c on|off
Sets whether install logging to $INSTDIR\\install.log will happen. $INSTDIR must have a value before you call this function or it will not work. Note that \e{NSIS_CONFIG_LOG} must be set in the installer configuration (it is not by default) to support this.
\S2{logtext} LogText
\c text
If installer logging is enabled, inserts text "text" into the log file.