Docs updates. More to come.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1050 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-19 16:31:22 +00:00
parent d266b5b004
commit 306ef235aa
11 changed files with 30 additions and 35 deletions

View file

@ -42,6 +42,10 @@ The windows desktop directory (usually C:\\windows\\desktop but detected at runt
The location of the installer executable. (technically you can modify this variable, but it is probably not a good idea)
\e{$\{NSISDIR\}}
A symbol that contains the path where NSIS is installed.
\e{$WINDIR}
The windows directory (usually C:\\windows or C:\\winnt but detected at runtime)
@ -92,6 +96,3 @@ Use to represent a newline (\\n).
Where SYMBOL is the name of something globally defined, this will be replaced with the value of that symbol. If the symbol is not defined, no replace occurs (i.e. if $\{POOP\} is encountered, and POOP is not defined, $\{POOP\} is output).
\e{$\{NSISDIR\}}
A symbol contains the path where NSIS is installed.