Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Add-Ins / May 2007

Tip: Looking for answers? Try searching our database.

About Registry key

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Yael - 29 May 2007 07:34 GMT
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("MatarotToolbar.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 - 29 May 2007 18:56 GMT
See my reply to your previous post.

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

> Hi,
> I have in a C# project this method to check if my com add-in alredy
[quoted text clipped - 16 lines]
>
> Thank's
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.