View Single Post
  #2  
Old April 30th 08, 03:00 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default outlook addin setup

If there is no registry entry for Outlook at
HKCU\Software\Office\Outlook\Addins\ for your addin or in the equivalent
HKLM registry entry then that's the problem right there. Your addin must be
registered for Outlook to find and start it.

Did you follow the steps in the deployment walkthrough where it tells how to
set up the registry? You need values under your addin entry for
LoadBehavior, CommandLineSafe, Description and FriendlyName.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Neetu" wrote in message
...
We are using VS.NET setup project to create add-in setup project for
outlook
add-in created in VSTO outlook 2007 c#.
we added a strong key to project .
Setup project created successfully. and deployed without any issue.
however when we restarted outlook , our add-in doesnot loaded.
we checked tools-trust center- add-in. option in menu bar of outlook.
there is no entry for our add-in.

we searched register for entry for our add-in . but there is no entry for
our register.
is there any steps we need to follow for setip project created in VSTO.


Ads