link to .onInit

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3728 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-10-13 18:39:20 +00:00
parent 29d152247f
commit b5cab9b25f

View file

@ -22,7 +22,7 @@ Registers. These variables can be used just like user variables, but are usually
\e{$INSTDIR}
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).
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 \R{oninit}{.onInit} function to do a more advanced detection of install location).
\e{$OUTDIR}