L Stomphorst
Posts: 21
Joined: 2005-10-31
|
Hi,
I'm installing my add-in using Innosetup, and I run regasm.exe myaddin.dll /silent to register the add-in.
But now, the toolbar is only visible for the user that installed the add-in, and I want to have the add-in installed for everyone on the pc.
How can I achieve that?
thank you,
Bert |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Bert.
You just need to set the RegisterForAllUsers property of the addinmodule to true. However in this case the add-in will not be visible in the COM Add-ins dialog. |
|
L Stomphorst
Posts: 21
Joined: 2005-10-31
|
Hi Sergey,
Great, thank you. I've seen that option earlier, but now I was thinking in my setup-program and overlooked this one :)
Bert |
|