Hi there

I made a program that installs .dll files, it works fine until I try installing / registering psapi.dll.
It gives the following error:


==============================================


C:\WINDOWS\system32\psapi.dll was loaded, but the DllRegisterServer entry point was not found.

This file can not be registered.


==============================================


But the users of my program do need the dll so how am I supposed to get it to work on their computers?

(I use Regsvr32 to register the dlls)