![]() |
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 |
#5
|
|||
|
|||
![]()
As a COM library it creates entries in HKLM
When I install ANY Outlook Add-in, Outlook registers Add-in in AddIns key: HKEY_CURRENT_USER\Software\Microsoft\Office\Outloo k\AddIns\ If this is what causes my problem, every Add-in will have the same problem Am I right? "Dmitry Streblechenko" wrote in message ... Might very well be if your dll tries to install itself into HKLM or HKCR. You need to implement your own version of DllRegisterServer that uses RegOverridePredefKey to redirect the registry output ot HKCU before the default implementation of DllRegisterServer is called. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pervent user to change email settings, add new email account | Farhan Ahmad Shaikh | Outlook - Installation | 0 | October 12th 06 09:11 AM |
Non user-specific Install... | Steven Sinclair | Outlook - Installation | 3 | August 9th 06 03:59 PM |
programmatically add control for user interaction/feedback | Loane Sharp | Outlook - General Queries | 1 | May 24th 06 06:44 PM |
How can I install outlook on my user account like I never did it? | Sebastien Tardif | Outlook - Installation | 1 | February 27th 06 07:55 PM |
How to handling Custom Form Control Event in VB Com Add-In? | Raphaël ZHOU \(Jadiam\) | Outlook - Using Forms | 1 | January 11th 06 07:31 AM |