I've got a List of COM-AddIns from Excel and want to find out the installation-path of the AddIns, but the object "Microsoft.Office.Core.COMAddIn" only have the following Properties:
Application
Connect
Creator
Description
Guid
Object
Parent
ProgId
And the Property Object is "Nothing/Null".
Is there a way to use the Interop? Or do i use the guid and search in the registry?