how to allow multiple users to access COM addin of Outlook
, iam facing a problem with outlook 2003 COM addin,
i created a COM addin for outlook 2003 which extracts the emailid from emails in inbox and gives an option to user to save it to his database.
i logged in a system as admin and i installed that cmponent, i can see the COM bar in outlook, but when login as some other user who doesn't have admin level accesss privelages then it is not showing the COM addin even if i try to add that COM addin by registering it with regsvr32 "..."
it is giving error as the user doesn't have access to Registry
so i want that COM addin to be used by every one, i mean the user who has got admin level previlages and as well as limited acess to system without changing the user aceess settings

