Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   Add-in (All Users) (http://www.outlookbanter.com/add-ins-outlook/56594-add-all-users.html)

MON205[_2_] September 11th 07 10:02 AM

Add-in (All Users)
 
Hello,
I'm setting my add-in to be active just for one user, so I set the my add-in
in the registry in the follwing path:
HKCU\Software\Microsoft\Office\Outlook\AddIns\...
Now I tried to set it to work for all users, so I set the registry path:
HKLM\Software\Microsoft\Office\Outlook\AddIns\...
It works fine, just one problem, that this Add-In not shown in the COM
Add-Ins list in the Outlook Options (Tools-Options-Other-Advanced
Options-COM Add-Ins -Outlook2003-)
Why this happen while the Add-in working fine?!!

Ken Slovak - [MVP - Outlook] September 11th 07 03:57 PM

Add-in (All Users)
 
Addins registered in HKLM are considered as administrative installations and
don't show up in the COM Add-Ins dialog (except in Outlook 2007).

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MON205" wrote in message
...
Hello,
I'm setting my add-in to be active just for one user, so I set the my
add-in
in the registry in the follwing path:
HKCU\Software\Microsoft\Office\Outlook\AddIns\...
Now I tried to set it to work for all users, so I set the registry path:
HKLM\Software\Microsoft\Office\Outlook\AddIns\...
It works fine, just one problem, that this Add-In not shown in the COM
Add-Ins list in the Outlook Options (Tools-Options-Other-Advanced
Options-COM Add-Ins -Outlook2003-)
Why this happen while the Add-in working fine?!!



MON205[_2_] September 11th 07 04:06 PM

Add-in (All Users)
 
So how can I install my add-in to all users and let it be shown by the COM
Add-Ins dialog?
I installed Google Desktop and it had been installed for all users and shown
in this dialog!!

"Ken Slovak - [MVP - Outlook]" wrote:

Addins registered in HKLM are considered as administrative installations and
don't show up in the COM Add-Ins dialog (except in Outlook 2007).

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MON205" wrote in message
...
Hello,
I'm setting my add-in to be active just for one user, so I set the my
add-in
in the registry in the follwing path:
HKCU\Software\Microsoft\Office\Outlook\AddIns\...
Now I tried to set it to work for all users, so I set the registry path:
HKLM\Software\Microsoft\Office\Outlook\AddIns\...
It works fine, just one problem, that this Add-In not shown in the COM
Add-Ins list in the Outlook Options (Tools-Options-Other-Advanced
Options-COM Add-Ins -Outlook2003-)
Why this happen while the Add-in working fine?!!




Ken Slovak - [MVP - Outlook] September 11th 07 05:49 PM

Add-in (All Users)
 
I don't use that addin so I don't know what they're doing. It might be an
Exchange extension, which is different than an addin.

Whatever they're doing, if you register an addin in HCLM you won't see it in
the COM Add-Ins dialog. If you install it in HKCU you will see it but it's
for that user unless you install it in HCKU for every user.

Your choice.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MON205" wrote in message
...
So how can I install my add-in to all users and let it be shown by the COM
Add-Ins dialog?
I installed Google Desktop and it had been installed for all users and
shown
in this dialog!!



MON205[_2_] September 12th 07 08:24 AM

Add-in (All Users)
 
"nless you install it in HCKU for every user"... I think here is the point..
But how can I do that?

"Ken Slovak - [MVP - Outlook]" wrote:

I don't use that addin so I don't know what they're doing. It might be an
Exchange extension, which is different than an addin.

Whatever they're doing, if you register an addin in HCLM you won't see it in
the COM Add-Ins dialog. If you install it in HKCU you will see it but it's
for that user unless you install it in HCKU for every user.

Your choice.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MON205" wrote in message
...
So how can I install my add-in to all users and let it be shown by the COM
Add-Ins dialog?
I installed Google Desktop and it had been installed for all users and
shown
in this dialog!!




Ken Slovak - [MVP - Outlook] September 12th 07 03:48 PM

Add-in (All Users)
 
That's up to you. Find some way to get every user on that system and log in
as that user and register the addin in that HKCU or find some other way of
doing it. Not really an Outlook question and not one I've ever bothered to
investigate.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MON205" wrote in message
...
"nless you install it in HCKU for every user"... I think here is the
point..
But how can I do that?



Michael[_4_] September 17th 07 12:08 PM

Add-in (All Users)
 
Google Desktop installs at
HKLM\SOFTWARE\Microsoft\Exchange\Client\Extensions
so there is the difference why you are seeing it.

-Michael

MON205 schrieb:
So how can I install my add-in to all users and let it be shown by the COM
Add-Ins dialog?
I installed Google Desktop and it had been installed for all users and shown
in this dialog!!

"Ken Slovak - [MVP - Outlook]" wrote:

Addins registered in HKLM are considered as administrative installations and
don't show up in the COM Add-Ins dialog (except in Outlook 2007).

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MON205" wrote in message
...
Hello,
I'm setting my add-in to be active just for one user, so I set the my
add-in
in the registry in the follwing path:
HKCU\Software\Microsoft\Office\Outlook\AddIns\...
Now I tried to set it to work for all users, so I set the registry path:
HKLM\Software\Microsoft\Office\Outlook\AddIns\...
It works fine, just one problem, that this Add-In not shown in the COM
Add-Ins list in the Outlook Options (Tools-Options-Other-Advanced
Options-COM Add-Ins -Outlook2003-)
Why this happen while the Add-in working fine?!!




All times are GMT +1. The time now is 07:06 AM.

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