Skip to content
⌘ NSIS Forum Archive

Using plugins in HM NIS Edit

3 posts

Guest#

Using plugins in HM NIS Edit

I am using HM NIS Edit.

I am unsure of how to add a plugin for use.

I have a list of plugins in my plugin folder however when i go to in the toolbar in HM NIS Edit and click View -> options -> Then the plugins link on the left it does not list any.

Do I need to do something in order to use a plugin? I am currently trying to use one but it will not work.

My syntax is correct so I assume that it has to do with adding it to this list or soemthing.

thanx for any help

Sorry about the double post.
glory_man#
There are no NSIS plugins in this list. These are plugins of HM NIS Edit. There is one plugin - AddFiles - a plugin for add files to existing scripts from HM NIS Edit.
Afrow UK#
To use a NSIS plugin, use PluginName::FuncName Params in your script.
There are documents and examples for all included NSIS plugins in the Contrib folder.

e.g.
nsExec::Exec "$INSTDIR\file.exe"

-Stu