Finished instructions for docs

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1027 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-18 16:34:39 +00:00
parent 18fd5c60b8
commit a69dbb9401
11 changed files with 301 additions and 2 deletions

13
Docs/src/log.but Normal file
View file

@ -0,0 +1,13 @@
\H{installlog} Install Logging Instructions
\S{LogSet} LogSet
LogSet \e{on|off}
Sets whether install logging to $INSTDIR\\install.log will happen. Note that NSIS_CONFIG_LOG must be set in the installer configuration (it is not by default) to support this.
\S{LogText} LogText
LogText \e{text}
If installer logging is enabled, inserts text "text" into the log file.