git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2420 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-04-04 09:30:09 +00:00
parent 7f4cc8462f
commit 4d18e498c2

View file

@ -28,4 +28,4 @@ CallInstDLL has an option not to unload the DLL after usage. To use it with the
\c InstallOptions::dialog /NOUNLOAD "ini_file_location.ini"
You can also use \R{setpluginunload}{SetPluginUnload} alawysoff to avoid writing /NOUNLOAD each and every time you use the same plugin.
You can also use \R{setpluginunload}{SetPluginUnload} alwaysoff to avoid writing /NOUNLOAD each and every time you use the same plugin.