Reference/!addplugindir: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "=!addplugindir= directory Causes the NSIS compiler to scan the given directory for plug-in DLLs. <highlight-nsis>!addplugindir myplugin MyPlugin::SomeFunction</highlight-n...")
 
 
Line 7: Line 7:
<highlight-nsis>!addplugindir myplugin
<highlight-nsis>!addplugindir myplugin
MyPlugin::SomeFunction</highlight-nsis>
MyPlugin::SomeFunction</highlight-nsis>
''Command introduced with NSIS v2.0''

Latest revision as of 11:11, 3 June 2013

!addplugindir

directory

Causes the NSIS compiler to scan the given directory for plug-in DLLs.

!addplugindir myplugin
MyPlugin::SomeFunction

Command introduced with NSIS v2.0