makensis fails w/nsis2 from cli
my installer distfiles are located on a network share, which could be mounted with \\server\sharename or mounted as a drive. in either case, all one has to do to generate an installer is double-click the binary i made that calls makensis-bz2.exe - which is located in that directory.
this enables the developers to be able to generate installers with a script (or do it as needed) without having to have nsis installed on their own machines.
i just tried out nsis2, and makensis.exe fails when run from a network share when it looks for plugins. copying the plugins directory to the network share did not help, not did specifying /noconfig / etc. any ideas? could this be a bug?