Error installing COM component in system32
Hi,
I am working on an installer application to install 2 COM components in the system32 directory. I had this implemented previously to install to a different directory (i.e. C:\sample\dll) and it worked fine. The setup app seems to crash though when I changed the path to C:\windows\system32. This is the error I receive...
System.Runtime.InteropServices.COMException (0x80110401) Errors occurred accessing one or more objects
I am guessing its a configuration problem?
Any help would be appreciated.
Thanks!
|