@C-Bacca said in On install regsvr32 has stopped working:
On windows Server 2013
Do you mean Windows Server 2012 R2 (Windows 8.1 based)?
(I can try to test the same in a VM but has to be sure which Windows…)
@C-Bacca said in On install regsvr32 has stopped working:
I have limited permissions to install on this dev machine so I installed
From your error messages is clear that there is a problem with registering the Notepad++ context menu shell extension (NppShell). Since only “system-wide” registration (which in turn needs the admin-rights anyway) is currently supported for NppShell, I would simply choose to install without this shell extension during installation:
npp-installer-no-NppShell.png
Other workaround is to use a portable N++ version instead, e.g. here is the link to the latest v8.8 (x64): https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.8/npp.8.8.portable.x64.zip
Just unzip that to your writable folder of choice and run there the Notepad++.exe. And portable N++ versions do not contain the NppShell at all, so no similar regsvr32 problem is possible…