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:
parent
29d152247f
commit
b5cab9b25f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue