Problem with regsvr32 on Windows Server 2010
- by Chris Anton
Hi all!
I am attempting to register a basic COM dll on a Windows Server 2008 standard box.
I run regsvr32 capicom.dll and it reports DllRegisterServer in capicom.dll succeeded. This is the same process we've used for years on Windows Server 2003.
Sadly, when I attempt to create the object via a very very basic Microsoft vbscript example Set…