Features list updated, some links added and command parameters are now shown alone with a light background behind them.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1476 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2bb6c55b0f
commit
41a03f754c
24 changed files with 497 additions and 464 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
\H{LogSet} LogSet
|
||||
|
||||
LogSet \e{on|off}
|
||||
\c 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.
|
||||
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}
|
||||
\c text
|
||||
|
||||
If installer logging is enabled, inserts text "text" into the log file.
|
||||
If installer logging is enabled, inserts text "text" into the log file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue