Hess Matthias
Posts: 9
Joined: 2006-02-27
|
Hello
We built an AddIn with VS 2005 / Add-in Express .NET 2.8
for MS Word. We deployed it to our customer
A SuperUser (a local Admin) installed our addin.
SuperUser opens Word and our Toolbar Button appears in the Toolbar, as we expect.
SuperUser logs off.
User B logs on on the same machine, opens Word.
No Button is Visible in the toolbar :(
User B tried to install the AddIn using the COM Addins Dialog.
Located the Loader DLL, doubleClicked it. The Addin fails to appear in the List of available COM Addins.
What are we doing wrong ?
Kind Regards
Matthias |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Matthias.
Did you set the RegisterForAllUsers property of the addinmodule to true?
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found. |
|
Hess Matthias
Posts: 9
Joined: 2006-02-27
|
Oh yes, setting RegisterForAllUsers to true did the trick. Thx
- Matthias |
|