i have a NPAPI plugin !
How do i register the dll with an NSIS installer ? I tried this and it the compiler gives errors:
# define the name of the installer
outfile "simple installer.exe"
RegDLL plugin.dll
sectionEnd
The error is :
Error: command RegDLL not valid outside Section or Function Error in script "C:\Program Files\NSIS\test01.nsi" on line 4 -- aborting creation process