Installing a COM object without privileged access for use in Microsoft Office

Posted by bmargulies on Stack Overflow See other posts from Stack Overflow or by bmargulies
Published on 2010-03-31T22:42:01Z Indexed on 2010/03/31 23:13 UTC
Read the original article Hit count: 520

Filed under:
|

Start with a series of MS Office extensions built in C++ as COM objects. Add a user who really badly wants to avoid the requirement of an installer with the necessary privileges to write to HKEY_CLASSES_ROOT.

I've seem bits of evidence that MS has created some sort of trick for shadowing HKEY_CLASSES_ROOT from HKCU.

Is this, in fact, possible? If so, can this be installed as a non-privileged MSI, or does it have to be arranged otherwise? And, finally, what's the minimum version of Windows required?

© Stack Overflow or respective owner

Related posts about com

Related posts about installer