Custom setup: single user / everyone

Add-in Express™ Support Service
That's what is more important than anything else

Custom setup: single user / everyone
 
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
Posted 06 Mar, 2006 04:23:45 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
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.
Posted 06 Mar, 2006 07:17:25 Top
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
Posted 06 Mar, 2006 17:16:16 Top