Third-party VSTO 2005 SE plug-in for Outlook 2007: what should I signwith a publisher certificate?

Status
Not open for further replies.
O

Ojas

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?
 
Re: 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.

"Ojas" <ojasrege@yahoo.com> wrote in message

news:d0597896-ec02-4946-9da2-3e860dff6602@d36g2000prb.googlegroups.com...
> 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?
 
Re: Third-party VSTO 2005 SE plug-in for Outlook 2007: what should Isign with a publisher certificate?

On Jul 21, 6:39 am, "
<kenslo...@mvps.org> 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.
 
Re: 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.

"Ojas" <ojasrege@yahoo.com> wrote in message

news:a83bfe51-e955-4ebf-b1da-acb05c1fd4a0@i8g2000pro.googlegroups.com...

On Jul 21, 6:39 am, "
<kenslo...@mvps.org> 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.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R Outlook 365 How to integrate a third-party app with Outlook to track email and sms? Using Outlook 2
e_a_g_l_e_p_i Is there a good third party SPAM filter that intergrates with Outlook 2010 Using Outlook 7
C Outlook 2013 Task Recurrence - Third Friday After the Second Tuesday Using Outlook 2
C Second and Third email fields? BCM (Business Contact Manager) 2
M 3rd Party Certificate now Security Alert Exchange Server Administration 2
L Online 3rd party backup of Office 365 cloud Using Outlook 5
L 3rd party tools to recover deleted Office 365 contacts etc Using Outlook 7
Commodore Access to contacts, calendar, tasks... from 3rd party applications Using Outlook 2
G Adding 3rd-Party Add-In to Home Ribbon in Outlook 2010 Using Outlook 1
O Integration with 3rd-party controls Outlook VBA and Custom Forms 2
M c# vsto Outlook.ApplicationEvents_11_NewMailEx Outlook VBA and Custom Forms 1
M Develop for OL2003 on OL2007 machine using VS2008 and VSTO? Outlook VBA and Custom Forms 1
A Not able to load an add-in for outlook 2007 developed in VSTO 2005 Outlook VBA and Custom Forms 2
E VSTO 2008 how to bind Form Region controls to Item data fields Outlook VBA and Custom Forms 2
E VSTO 2008 how to bind Form Region controls to Item data fields Outlook VBA and Custom Forms 3
T VSTO Outlook add-in: Categories not displaying correctly Outlook VBA and Custom Forms 3
O VSTO - Outlook Add-In - Get GAL data Outlook VBA and Custom Forms 1
M VSTO deployment? Outlook VBA and Custom Forms 1
K Outlook VSTO Add-in not visible in Trust Center after installing Outlook VBA and Custom Forms 1
M VSTO C#: How do I declare an application scope variable? Outlook VBA and Custom Forms 2
M Will a VSTO C# Outlook 2007 Add-in work on Outlook 2010? Outlook VBA and Custom Forms 1
S VSTO calling unmanged function Outlook VBA and Custom Forms 3
X Highlight block of text in an outlook mail using c#2008 vsto Outlook VBA and Custom Forms 1
W My VSTO 3.0 Outlook addin doesn’t load Outlook VBA and Custom Forms 1
G Interop or VSTO or ? Outlook VBA and Custom Forms 2
M VSTO 2007 Addin auto-disabled on one machine but not another on installation? Outlook VBA and Custom Forms 1
N VSTO outlook 2007 addin installation problem Outlook VBA and Custom Forms 1
O Outlook VSTO 2005 plug-in installer: CLSID = ? Outlook VBA and Custom Forms 3
O using VSTO to get Available Mailboxes Outlook VBA and Custom Forms 11
M Outlook2007 and VSTO, handle the Click on the Save Button in the IPM.Note dialog HOWTO? Outlook VBA and Custom Forms 4
M VSTO Outlook2007 Addin. After switching from 3.5 to 2.0 Framework i get "'MSB3185: EntryPoint not sp Outlook VBA and Custom Forms 1
E Opening WinForm in Outlook 2003 VSTO Addin with Wordmail enabled Outlook VBA and Custom Forms 1
C Problem installing VSTO AddIn on Vista Outlook VBA and Custom Forms 3

Similar threads

Back
Top