Re: Unable to register the DLL/OCX:RegSvr32 failed with exit code 0x3.
I ran into this issue today installing version 5.13.3. So I did some testing and found that if I removed the ".exe" from the regsvr command that it would work.
This command does not work and results in the error:
regsvr32.exe "C:\Program Files (x86)\WinSCP\DragExt64.dll"
This command DOES work:
regsvr32 "C:\Program Files (x86)\WinSCP\DragExt64.dll"
Thanks for sharing this. What do
where regsvr32.exe
and where regsvr32
say?