A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

About Registry key



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 29th 07, 08:34 AM posted to microsoft.public.outlook.program_addins
Yael
external usenet poster
 
Posts: 23
Default About Registry key

Hi,
I have in a C# project this method to check if my com add-in alredy installed

private static bool IsAlreadyInstalled()
{
Microsoft.Win32.RegistryKey key =
Microsoft.Win32.Registry.ClassesRoot.OpenSubKey("M atarotToolbar.Connect");
return key != null;
}


It's return to me allways true, even I did uninstall to check it..any idea??

I tried to write:
"MatarotToolbar.Conne"
Then, it's return false (Connect -- Conne ).
if I uninstall the com add-in, this key is still in the Registry??

Thank's

  #2  
Old May 29th 07, 07:56 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default About Registry key

See my reply to your previous post.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Yael" wrote in message
...
Hi,
I have in a C# project this method to check if my com add-in alredy
installed

private static bool IsAlreadyInstalled()
{
Microsoft.Win32.RegistryKey key =
Microsoft.Win32.Registry.ClassesRoot.OpenSubKey("M atarotToolbar.Connect");
return key != null;
}


It's return to me allways true, even I did uninstall to check it..any
idea??

I tried to write:
"MatarotToolbar.Conne"
Then, it's return false (Connect -- Conne ).
if I uninstall the com add-in, this key is still in the Registry??

Thank's



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
OLE registry error Diane Outlook - Using Forms 0 February 26th 07 03:36 AM
Signature registry David Gagnon Outlook - Installation 4 December 7th 06 04:13 PM
OLE registry Error S K Outlook - Using Forms 0 August 14th 06 01:46 PM
PST path and registry Key Xhork Outlook - Installation 0 June 28th 06 04:58 PM
set font in registry? Stefaan Meeuws Outlook - Calandaring 2 April 28th 06 06:54 PM


All times are GMT +1. The time now is 07:04 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.