![]() |
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 a COM add-in that I'd like to have show up in the official list so users can remove it at will. (Under Tools-Options-Other tab-Advanced Options-COM Add-Ins), but despite the fact that the add-in appears to work just fine, it isn't showing up in that list. Not to mention the Add-In manager list (right on top of the "COM Add-Ins" button metioned). How does one get their add-in on that list? I'm using the "standard template" seen in many a Microsoft article about COM building, implementing the IDTExtensibility2 interface for Outlook 2003. Thanks a lot! -Josh |
#2
|
|||
|
|||
![]()
Your add-in needs to be installed in the HKCU registry hive rather than
HKLM. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Dewey" wrote in message news ![]() Hi I have a COM add-in that I'd like to have show up in the official list so users can remove it at will. (Under Tools-Options-Other tab-Advanced Options-COM Add-Ins), but despite the fact that the add-in appears to work just fine, it isn't showing up in that list. Not to mention the Add-In manager list (right on top of the "COM Add-Ins" button metioned). How does one get their add-in on that list? I'm using the "standard template" seen in many a Microsoft article about COM building, implementing the IDTExtensibility2 interface for Outlook 2003. Thanks a lot! -Josh |
#3
|
|||
|
|||
![]()
Any idea where that key is located?
"Dmitry Streblechenko" wrote: Your add-in needs to be installed in the HKCU registry hive rather than HKLM. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Dewey" wrote in message news ![]() Hi I have a COM add-in that I'd like to have show up in the official list so users can remove it at will. (Under Tools-Options-Other tab-Advanced Options-COM Add-Ins), but despite the fact that the add-in appears to work just fine, it isn't showing up in that list. Not to mention the Add-In manager list (right on top of the "COM Add-Ins" button metioned). How does one get their add-in on that list? I'm using the "standard template" seen in many a Microsoft article about COM building, implementing the IDTExtensibility2 interface for Outlook 2003. Thanks a lot! -Josh |
#4
|
|||
|
|||
![]()
HKEY_CURRENT_USER\Software\Microsoft\Office\Outloo k\AddIns
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlo ok\AddIns Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Dewey" wrote in message ... Any idea where that key is located? "Dmitry Streblechenko" wrote: Your add-in needs to be installed in the HKCU registry hive rather than HKLM. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Dewey" wrote in message news ![]() Hi I have a COM add-in that I'd like to have show up in the official list so users can remove it at will. (Under Tools-Options-Other tab-Advanced Options-COM Add-Ins), but despite the fact that the add-in appears to work just fine, it isn't showing up in that list. Not to mention the Add-In manager list (right on top of the "COM Add-Ins" button metioned). How does one get their add-in on that list? I'm using the "standard template" seen in many a Microsoft article about COM building, implementing the IDTExtensibility2 interface for Outlook 2003. Thanks a lot! -Josh |
#5
|
|||
|
|||
![]()
Ahhh...I see now. When I started my project, I used a wizard in VB.net that
asked if I wanted my Add-In to be available to just the logged in user, or everyone on the computer. I chose everyone. Any idea how I can change it in my project, now that it's well beyond the new stage? Thanks again for all your help "Dmitry Streblechenko" wrote: HKEY_CURRENT_USER\Software\Microsoft\Office\Outloo k\AddIns HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlo ok\AddIns Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Dewey" wrote in message ... Any idea where that key is located? "Dmitry Streblechenko" wrote: Your add-in needs to be installed in the HKCU registry hive rather than HKLM. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Dewey" wrote in message news ![]() I have a COM add-in that I'd like to have show up in the official list so users can remove it at will. (Under Tools-Options-Other tab-Advanced Options-COM Add-Ins), but despite the fact that the add-in appears to work just fine, it isn't showing up in that list. Not to mention the Add-In manager list (right on top of the "COM Add-Ins" button metioned). How does one get their add-in on that list? I'm using the "standard template" seen in many a Microsoft article about COM building, implementing the IDTExtensibility2 interface for Outlook 2003. Thanks a lot! -Josh |
#6
|
|||
|
|||
![]()
I don't have a copy of VS on this machine, so I can't check, but it should
be in one of the config files in your project. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Dewey" wrote in message ... Ahhh...I see now. When I started my project, I used a wizard in VB.net that asked if I wanted my Add-In to be available to just the logged in user, or everyone on the computer. I chose everyone. Any idea how I can change it in my project, now that it's well beyond the new stage? Thanks again for all your help "Dmitry Streblechenko" wrote: HKEY_CURRENT_USER\Software\Microsoft\Office\Outloo k\AddIns HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlo ok\AddIns Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Dewey" wrote in message ... Any idea where that key is located? "Dmitry Streblechenko" wrote: Your add-in needs to be installed in the HKCU registry hive rather than HKLM. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Dewey" wrote in message news ![]() I have a COM add-in that I'd like to have show up in the official list so users can remove it at will. (Under Tools-Options-Other tab-Advanced Options-COM Add-Ins), but despite the fact that the add-in appears to work just fine, it isn't showing up in that list. Not to mention the Add-In manager list (right on top of the "COM Add-Ins" button metioned). How does one get their add-in on that list? I'm using the "standard template" seen in many a Microsoft article about COM building, implementing the IDTExtensibility2 interface for Outlook 2003. Thanks a lot! -Josh |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Putting Them All Back? | Ron | Outlook Express | 9 | September 8th 06 09:48 PM |
when putting entries into calender it says could not save item | tkk | Outlook - Calandaring | 0 | July 12th 06 03:28 AM |
Putting emails from one computer to the other one | Baronnn | Outlook Express | 2 | June 26th 06 09:04 PM |
Outlook putting Word attachments inline as garbage | KenW | Outlook - Installation | 0 | June 22nd 06 02:02 AM |
Putting Hard Drives in the folder lists | [email protected] | Outlook - General Queries | 1 | February 25th 06 02:22 PM |