I've an Excel and a Word Add-In and want to deploy them for a whole company. They are working with Windows Serer 2008 R2, Windows 7 and Office 2010. The network is managed with Active Directory.

The Add-In should be deployed and switched on on all Accounts / PCs automatically.

How can I do that? Are there any special things the Add-In has to full fill?

link|improve this question

How your network is organized? Do you use Active Directory for user accounts? – Alexander Galkin Dec 16 '11 at 9:54
Yes we use Active Directory. – BetaRide Dec 16 '11 at 10:04
SF question? <!-- filler --> – Vi. Dec 16 '11 at 18:36
feedback

1 Answer

If the Add-In installer is an MSI package then you can deploy it via GroupPolicy:

How to use Group Policy to remotely install software in Windows Server 2003 and in Windows Server 2008

link|improve this answer
No, it's a straight forward .xlam file. – BetaRide Dec 16 '11 at 14:11
1  
Then you can pack it into an MSI: How do I deploy a VBA Excel Add-In (foo.xlam) using an msi installer? – Robert Dec 16 '11 at 14:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.