@donho said:
This is a wrong switch use, /i is not intended for the NppShell, should be only regsvr32 NppShell.dll.
Yes indeed, it’s better without /i.
/i is for inproc DLL servers having specific DllInstall exported func. That’s why you got that error msg saying that the DLLInstall entry-point was not found, as the NppShell.dll is not designed to use that func.
I just changed the build machine, re-installed VS Studio Community edition from scratch,
Do you have any idea what happened there?