![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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? ![]() |
Ads |
#2
|
|||
|
|||
![]()
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" wrote in message ... 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? ![]() |
#3
|
|||
|
|||
![]()
On Jul 20, 7:48*am, "Ken Slovak - [MVP - Outlook]"
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\{....m y class id } = default value |
#4
|
|||
|
|||
![]()
I found the correct CLSID value... I am using the ProjectGuid value
from the VS 2008 C# project file. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Regarding Default Namespace property of C# VSTO 2005 Outlook Addin | Bharathi | Outlook - Using Forms | 0 | November 26th 07 06:37 AM |
Creating an Outlook property page from VSTO 2005 SE | Jonathan Miller | Outlook and VBA | 0 | June 1st 07 11:16 PM |
vsto 2005 se/outlook 2003 add-in doesn't load | Rajesh Deshpande | Add-ins for Outlook | 3 | May 3rd 07 11:33 PM |
VSTO 2005 SE is final, free (w/VS Pro 2005) and supports OL2003 *s | Tadwick | Outlook and VBA | 5 | November 15th 06 07:54 PM |
Outlook 2007 Add-in using VSTO 2005 SE | Kenn | Outlook - Using Forms | 1 | November 4th 06 04:27 AM |