added small usage examples
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3703 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
07eb9b6425
commit
38b693f19a
24 changed files with 618 additions and 23 deletions
|
@ -10,4 +10,7 @@ Sets whether install logging to $INSTDIR\\install.log will happen. $INSTDIR must
|
|||
|
||||
\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.
|
||||
|
||||
\c IfFileExists $WINDIR\notepad.exe 0 +2
|
||||
\c LogText "$$WINDIR\notepad.exe exists"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue