Is the addin registered in Outlook?
It would be in HKCU\Software\Microsoft\Office\Outlook\Addins\Your addin name
here. It must have LoadBehavior, CommandLineSafe, Description, FriendlyName,
Manifest. To run the addin on Outlook startup LoadBehavior = 3.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> After going back and forth I was finally able to integrate the
> "SetSecurity" project on my Outlook AddIn but now some how my destination
[quoted text clipped - 15 lines]
>
> Rafael
Rafael - 28 Mar 2007 14:28 GMT
Thanks Ken, the AddIn is loading now. I had entered the registry keys on
the HKLM tree instead and once I removed it from there, it can load fine
now.
The last issue I know have is that it won't create the CLSID keys when I run
a repair for a new user but I can live with this issue as I just run a
registry file for new users and that solves this issue.
Rafael
> Is the addin registered in Outlook?
>
[quoted text clipped - 22 lines]
>>
>> Rafael