Click to See Complete Forum and Search --> : Registering COM server for all users


CPPU
March 5th, 2007, 08:00 AM
Is there a way to register a COM server that will be available to all users? I use REGSVR32.EXE to register a DLL. But that means every user has to have ADMIN rights on the machine to install the software.
Do I have other options?

Thank you.

PeejAvery
March 6th, 2007, 09:31 AM
Take a look at this (http://www.codeproject.com/w2k/regsvrex.asp).

CPPU
March 6th, 2007, 11:02 AM
Thanks a bunch. I will look at that.

PeejAvery
March 6th, 2007, 11:24 AM
You're welcome.