Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   About Registry key (http://www.outlookbanter.com/add-ins-outlook/49237-about-registry-key.html)

Yael May 29th 07 07:34 AM

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


Dmitry Streblechenko May 29th 07 06:56 PM

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





All times are GMT +1. The time now is 12:25 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com