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:
parent
7c3c591228
commit
5dd33fff25
5 changed files with 42 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue