![]() |
Third-party VSTO 2005 SE plug-in for Outlook 2007: what should I signwith a publisher certificate?
First, I am not using any ClickOnce technology that I am aware of ;)
For a third-party VSTO 2005 SE plug-in for Outlook, what should I sign with a publisher's certificate versus an internally generated test certificate? Which of the following do I sign with the publisher certificate? 1) the plugin application manifest generated by VS 2008 2) the plug-in's installer .msi file that I've created with an InstallShield like product 3) the plug-in's installer setup.exe file that I've created with an InstallShield like product 4) plug-in's main assembly .dll file 5) anything else? |
Third-party VSTO 2005 SE plug-in for Outlook 2007: what should I sign with a publisher certificate?
1: No, manifest files can't be signed.
2, 3, 4: Yes. 5: any dependent assemblies or libraries you've created that will be loaded by your main assembly. -- 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 "Ojas" wrote in message ... First, I am not using any ClickOnce technology that I am aware of ;) For a third-party VSTO 2005 SE plug-in for Outlook, what should I sign with a publisher's certificate versus an internally generated test certificate? Which of the following do I sign with the publisher certificate? 1) the plugin application manifest generated by VS 2008 2) the plug-in's installer .msi file that I've created with an InstallShield like product 3) the plug-in's installer setup.exe file that I've created with an InstallShield like product 4) plug-in's main assembly .dll file 5) anything else? |
Third-party VSTO 2005 SE plug-in for Outlook 2007: what should Isign with a publisher certificate?
On Jul 21, 6:39*am, "Ken Slovak - [MVP - Outlook]"
wrote: 1: No, manifest files can't be signed. For a VSTO 2005 SE plug-in for Outlook 2007, is there anyway to set the "Publisher:" value when from Outlook 2007 the user does Tools = Trust Center = Add-Ins and then clicks on my add-in name? Right now that field is still None even though my add-in is signed. |
Third-party VSTO 2005 SE plug-in for Outlook 2007: what should I sign with a publisher certificate?
Is the addin signed with a real code signing certificate that traces back to
a certificate authority that's recognized on that computer, or is it self-generated certificate? The certificate may need to be installed in the certificates cache, or be added as a trusted publisher. -- 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 "Ojas" wrote in message ... On Jul 21, 6:39 am, "Ken Slovak - [MVP - Outlook]" wrote: 1: No, manifest files can't be signed. For a VSTO 2005 SE plug-in for Outlook 2007, is there anyway to set the "Publisher:" value when from Outlook 2007 the user does Tools = Trust Center = Add-Ins and then clicks on my add-in name? Right now that field is still None even though my add-in is signed. |
All times are GMT +1. The time now is 12:28 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com