Updated Tutorial, typos and a few links

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2383 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
flizebogen 2003-03-27 19:45:50 +00:00
parent 7c3c591228
commit 5dd33fff25
5 changed files with 42 additions and 5 deletions

View file

@ -6,7 +6,7 @@ Note: All Variables provided by NSIS are case sensitive.
\e{$INSTDIR}
The installation directory ($INSTDIR is modifiable using StrCpy, ReadRegStr, ReadINIStr, etc. - This could be used, for example, in the .onInit function to do a more advanced detection of install location).
The installation directory ($INSTDIR is modifiable using \R{StrCpy}{StrCpy}, \R{readregstr}{ReadRegStr}, \R{readinistr}{ReadINIStr}, etc. - This could be used, for example, in the .onInit function to do a more advanced detection of install location).
\e{$OUTDIR}