![]() |
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |