git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3938 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-03-29 18:09:37 +00:00
parent 819e5c7e77
commit 31f957efda

View file

@ -18,7 +18,7 @@ All parameters are pushed onto the stack (in this case, the plug-in function onl
If you don't want to unload the DLL after calling a function, use /NOUNLOAD as the first parameter. For example:
\c dll:function /NOUNLOAD "param"
\c dll::function /NOUNLOAD "param"
You can also use \R{setpluginunload}{SetPluginUnload} alwaysoff to avoid writing /NOUNLOAD each and every time you use the same plugin.