Calling regasm without administrative rights for COM interop in Excel VBA

Calling regasm without administrative rights for COM interop

I think it should be possible to use RegistrationServices.RegisterAssembly and RegOverridePredefKey APIs together to implement automatic registration under the HKCU hive, in a UAC-friendly way. I’ve posted a more detailed answer here.

Leave a Comment