Outlook VSTO 2005 plug-in installer: CLSID = ?

  • Thread starter Thread starter Ojas
  • Start date Start date
Status
Not open for further replies.
O

Ojas

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? ;)
 
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.

"Ojas" <ojasrege@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? ;)
 
On Jul 20, 7:48 am, "
<kenslo...@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
 
I found the correct CLSID value... I am using the ProjectGuid value

from the VS 2008 C# project file.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
A Not able to load an add-in for outlook 2007 developed in VSTO 2005 Outlook VBA and Custom Forms 2
O Third-party VSTO 2005 SE plug-in for Outlook 2007: what should I signwith a publisher certificate? Outlook VBA and Custom Forms 3
M c# vsto Outlook.ApplicationEvents_11_NewMailEx Outlook VBA and Custom Forms 1
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
K Outlook VSTO Add-in not visible in Trust Center after installing Outlook VBA and Custom Forms 1
M Will a VSTO C# Outlook 2007 Add-in work on Outlook 2010? Outlook VBA and Custom Forms 1
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
N VSTO outlook 2007 addin installation problem Outlook VBA and Custom Forms 1
E Opening WinForm in Outlook 2003 VSTO Addin with Wordmail enabled Outlook VBA and Custom Forms 1
C I don't understand Outlook or Microsoft, anymore Using Outlook 6
P My Feedback to Microsoft and their response; also New Outlook roadmap Using Outlook 0
A New Outlook - Cannot drag IMAP emails to Task List in MyDay Using Outlook 1
L Android Outlook Doesn't Update PC Notification Changes Using Outlook 0
A How to open Excel file saved in Outlook folder? Outlook VBA and Custom Forms 4
D.Moore Outlook desktop client suggested searches question Using Outlook 23
Y Outlook 2016 (64-bit) Copy Local Cal. Events to Another Cal. with Modified Reminder time Using Outlook 2
T Outlook 2019 While connecting an IMAP account in "classic" Outlook 2024 I caused a massive duplication of emails on the server (death loop) Using Outlook 5
D Cannot logon to Outlook.com, or outlook on Mac, outlook not updating on ipad, iphone Using Outlook 1
J unable to get my new install of Outlook to display mailboxes in the single-line format. Using Outlook 1
D Legacy Microsoft Outlook for Mac Support will end in Oct 2025 Using Outlook 5
C Nasty Bug Lurking In Outlook For Years. The Trigger. Any Fix Or Workaround? Using Outlook 11
R Auto clicking Hyperlink in outlook Outlook VBA and Custom Forms 7
ughlook Open multiple contacts in NEW Outlook? Using Outlook 3
G Outlook translation feature is off Using Outlook 2
J Outlook 2010 does not let me put any account Using Outlook.com accounts in Outlook 3
P 3 of 5 PST files don't install from d:\outlook but only from D:\ Using Outlook 7
HarvMan January Windows 10 preview update force installs new Outlook Using Outlook 1
L Outlook 2010 - new installation on Windows 11 - aplzod32.dll is not a valid Add-in Using Outlook 12
J Outlook troubleshooting/logging - option grayed out Using Outlook 2
B Arrows missing from Outlook emails vertical scrollbar Using Outlook 0
G Outlook 2021 (New) doesn't respect default browser Using Outlook 9
B Outlook or iPhone turning tabs into spaces in Outlook Notes Using Outlook 1
P newly installed Office 365 includes OLD Outlook Using Outlook 6
R Outlook ribbon menu default? Using Outlook 7
H Spam email in Gmail not visible in Outlook Using Outlook 3
J How to transfer Win 10 Outlook to new Windows 11 pc? Using Outlook 16
J Renegade spam URL line displayed in old local Outlook 365 email title Using Outlook 3
G Reduce whitespace in Outlook desktop Contact Cards display Using Outlook 3
C Outlook classic via 365 Using Outlook 2
Dr. Demento Analogous Outlook code to read info into an array (or collection or whatever) Outlook VBA and Custom Forms 7
S Repair Outlook Using Outlook 8
V Outlook Form ListBox is not editable Outlook VBA and Custom Forms 2
F Outlook's contacts Using Outlook 1
D Outlook 2003 stopped dead Using Outlook 2
G Cannot receive emails from gmail account in Outlook 365 Using Outlook 1
E "Cannot display the folder. MS Outlook cannot access the specified file location" Using Outlook 8
P Outlook 2016 Working Offline Using Outlook 2
Rupert Dragwater Cannot reestablish gmail (email address) account in Outlook 365 Using Outlook 11

Similar threads

Back
Top