Adam Toth
Posts: 24
Joined: 2005-03-08
|
Hi I have a nice Outlook add-in, and Im wondering how best to deploy it in a Terminal Server environment to 30 users.
Should I set RegisterForAllUsers to True in the AddIn Module?
How do you activate the Add In for users on the Tereinal Server after you have installed it to the machine?
( I have tried using Outlook to Add a new Com Add in and pointing to my dll but this fails with error "..is not a valid office add-in" The add in works fine when Im logged in toi the terminal server under my profile, which is the one I used to Install it in the first place)
Thanks
Adam |
|
Adam Toth
Posts: 24
Joined: 2005-03-08
|
Forget that - I ve just doscovered that I can choose Install for Everyone on this computer and it seems to work!
Adam |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Adam.
The RegisterForAllUsers property allows you to register an add-in in the Local Machine branch instead of the Current User branch of the system registry. As a result, an add-in can be loaded by all users registered on a separate PC.
|
|