A little typo with CallInstDLL
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2109 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
045587d18d
commit
80f77c2f89
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
\S2{callinstdll} CallInstDLL
|
||||
|
||||
\c dllfile [/NOUNLOAD]
|
||||
\c dllfile [/NOUNLOAD] function_name
|
||||
|
||||
Function Calls a NSIS extension DLL. See Contrib\\ExDLL for an example of how to make one. Extension DLLs can access the stack and variables. Use /NOUNLOAD to force the installer to leave the DLL loaded.
|
||||
Calls a function_name inside a NSIS extension DLL. See Contrib\\ExDLL for an example of how to make one. Extension DLLs can access the stack and variables. Use /NOUNLOAD to force the installer to leave the DLL loaded.
|
||||
|
||||
\S2{copyfiles} CopyFiles
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue