Help!

Outlook VSTO 2005 plug-in installer: CLSID = ?

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Program Add-Ins RSS
Next:  pst file not a personal folder  
Author Message
Ojas
External


Since: Jul 17, 2009
Posts: 3



PostPosted: Fri Jul 17, 2009 7:08 pm    Post subject: Outlook VSTO 2005 plug-in installer: CLSID = ?
Archived from groups: microsoft>public>outlook>program_addins (more info?)

I am working on an installer for a VSTO 2005 SE plug-in for Outlook
2007.

The installer needs a CLSID for the plug-in. The plug-in is written
using C# and .NET 2.0.

For the plug-in CLSID I place in the Windows registry, do I use the
plug-in's assembly's GUID? Or, do I just create a new GUID and use
that one consistently? Or, what? Wink
Back to top
Ken Slovak - [MVP - Outlo
External


Since: Oct 17, 2003
Posts: 3355



PostPosted: Mon Jul 20, 2009 10:48 am    Post subject: Re: Outlook VSTO 2005 plug-in installer: CLSID = ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What does the installer need a CLSID for? Are you talking about the
ProductCode and UpgradeCode GUID's?

Those are generated when you create/add the setup program if you're using
the VS installer. You leave the UpgradeCode alone to preserve COM
compatibility for updates and you change the ProductCode for each version
change. That tells Windows Installer that it's the same program but a new
version.

--
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" <ojasrege DeleteThis @yahoo.com> wrote in message
news:bdf6632a-a798-4389-a1aa-caa80d4d43d9@l5g2000pra.googlegroups.com...
>I am working on an installer for a VSTO 2005 SE plug-in for Outlook
> 2007.
>
> The installer needs a CLSID for the plug-in. The plug-in is written
> using C# and .NET 2.0.
>
> For the plug-in CLSID I place in the Windows registry, do I use the
> plug-in's assembly's GUID? Or, do I just create a new GUID and use
> that one consistently? Or, what? Wink
Back to top
Ojas
External


Since: Jul 17, 2009
Posts: 3



PostPosted: Mon Jul 20, 2009 5:14 pm    Post subject: Re: Outlook VSTO 2005 plug-in installer: CLSID = ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jul 20, 7:48 am, "Ken Slovak - [MVP - Outlook]"
<kenslo....DeleteThis@mvps.org> wrote:
> What does the installer need a CLSID for? Are you talking about the
> ProductCode and UpgradeCode GUID's?
>

The value under

HKEY_CURRENT_USER\Classes\CLSID\{....my class id }\InProcServer32...

and under

HKEY_CURRENT_USER\Classes\MyAddInName\CLSID\{....my class id } <=
default value
Back to top
Ojas
External


Since: Jul 17, 2009
Posts: 3



PostPosted: Mon Jul 20, 2009 9:02 pm    Post subject: Re: Outlook VSTO 2005 plug-in installer: CLSID = ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I found the correct CLSID value... I am using the ProjectGuid value
from the VS 2008 C# project file.
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Program Add-Ins All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum