Just took over a project from a guy who left. The build of an NSIS script stops at
!include nsProcess.nsh
I can find the source for this addin but I can't find the dot nsh file.
Any help?
Thanks
where to find nsProcess.nsh
6 posts
Have you tried the downloads at http://forums.winamp.com/showthread.php?threadid=230998 ? At least the last post in that thread contains a .nsh, not looked at the others...
Not sure how you "install" an addin.
Do you put the .dll file in the NSIS/Plugins folder and the .nsh file in the NSIS/Include folder? Or is there more to it than that?
Do you put the .dll file in the NSIS/Plugins folder and the .nsh file in the NSIS/Include folder? Or is there more to it than that?
In NSIS 3 you have to put it in the correct plugin subfolder but that's about it...Originally Posted by ShapeMedical View PostDo you put the .dll file in the NSIS/Plugins folder and the .nsh file in the NSIS/Include folder? Or is there more to it than that?
It still can't find the plugin
Errors during compile time
Plugin not found, cannot call nsProcess::_FindProcess
Error in macro nsProcess::FindProcess on macroline 1
Error in script "C:\ShapeNew\Installer\ShapeUpgrade\setupv6_0_1_0.nsi" on line 127 -- aborting creation process
I ran the nsProcess install. It says it installed ok. The dll is in the Plugins folder. The dot nsh file is in the include folder.
Don't know what else to do.
Errors during compile time
Plugin not found, cannot call nsProcess::_FindProcess
Error in macro nsProcess::FindProcess on macroline 1
Error in script "C:\ShapeNew\Installer\ShapeUpgrade\setupv6_0_1_0.nsi" on line 127 -- aborting creation process
I ran the nsProcess install. It says it installed ok. The dll is in the Plugins folder. The dot nsh file is in the include folder.
Don't know what else to do.
Ok I got it. The Install puts the dll into the NSIS/Plugins folder.
There are two folders under that - x86-unicode, and x86-ansi.
I copied the dll into those folders and then everything worked.
There are two folders under that - x86-unicode, and x86-ansi.
I copied the dll into those folders and then everything worked.