View Single Post
  #5  
Old July 16th 09, 07:04 PM posted to microsoft.public.dotnet.framework.setup,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins
Lasyapriya P
external usenet poster
 
Posts: 7
Default No setup project with Outlook 2007 Add-In project

hi

i got the same problem. i have created an outlook 2007 addin project.
added a setup project and a setSecurity project to the solution.
and then added the outputs of setSecurity and MyAddIn projects to
setup project. Created the registries manually and imported into setup
project`s registry.
i have created the registry entries in a file as follows.

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\Outloo k\Addins
\MyOutlookAddIn]

"Description"="MyOutlookAddIn -- an addin created with VSTO
technology"
"Manifest"="[TARGETDIR]MyOutlookAddIn.dll.manifest"
"FriendlyName"="MyOutlookAddIn"
"LoadBehavior"=dword:00000003
"CommandLineSafe"=dword:00000001

In add-in project properties-Signing (Tab)-'Click Once' is checked.
And I have created a test certificate.
Still, the add-in is not loading. The load behavior is setting to 2
after opening outlook.
I tried to change it to 3 and open outlook but i am getting the same
error.



Thanks

On Jul 13, 11:03*pm, "Ken Slovak - [MVP - Outlook]"
wrote:
Is this on a machine where Outlook 2007 is installed? That would be
required. In addition you can't just add an Outlook addin, it has to be
registered correctly. If it's not correctly registered in either HKCU or
HKLM with the correct values in the correct location the addin would never
load in Outlook.

--
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

"John" wrote in message

...



Hi


I added the project out put but that did not work. I tried to manually add
the MyAddin.dll to OL2007's addins on target machine but it says "...is
not a valid add-in."


Thanks


Regards- Hide quoted text -


- Show quoted text -


Ads