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:
kichik 2004-10-10 18:41:43 +00:00
parent 07eb9b6425
commit 38b693f19a
24 changed files with 618 additions and 23 deletions

View file

@ -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"