I am creating a plugin for NSIS with VS 2010, and I would really like to set up the project so that the test installation is automatically built from a simple NSI file.
Everything seems fine, but I can't figure out how to get NSIS to look for my plugin in my project output folder instead C:\Program Files (x86)\NSIS\Plugins\*.dll.
Are there any commands that I can add to my NSI script to force NSIS to look for my newly created plugin outside the "standard plugins folder"? It seems pretty strange to copy my DLL every time I wanted to test it.
Any help is appreciated.
source
share