Showing results for November 17, 2011 - The Old New Thing

Nov 17, 2011
Post comments count0
Post likes count0

Why can't I install this DLL via Regsvr32 /i?

Raymond Chen
Raymond Chen

A customer asked for help installing a particular DLL. They ran the command but got the error "SomeDll.dll was loaded, but the DllInstall entry point was not found. This file can not be registered." A DLL needs to be specifically written to be used with the command. You can't just grab some random DLL and expect to work. As we saw last week, t...

Other