"mshtml.dll was loaded, but the DllRegisterServer entry point was not found. The file cannot be registered"
This, I feel, is the key component in the difficulties I am having.
No. That is old technique. mshtml.dll no longer has a DllRegisterServer entry point in it, so that explains your message. Instead, you could use DependencyWalker to find out where it has gone to. And it looks
like the same functionality might now be found in hlink.dll which mshtml.dll apparently refers to. Also, notice that due to security you may need to do this in an elevated cmd window anyway.
Good luck
Robert Aldwinckle
---