• Home
  • About 404TS
  • Contact

404 Tech Support

Where IT Help is Found

  • Articles
    • Code
    • Entertainment
    • Going Green
    • Hardware, Gadgets, and Products
    • Management
    • Network
    • News
    • Operating Systems
    • Security and Privacy
    • Software
    • System Administration
    • Talking Points
    • Tech Solutions
    • Web
    • Webmaster
  • Reviews
  • Media
    • Infographics
    • Videos
  • Tech Events
  • Tools
    • How do I find my IP address?
    • Browser and plugin tests
  • Get a Technical Consultation
You are here: Home / Articles / Software / Office 2010 Deployment Options

Office 2010 Deployment Options

2011-01-21 by Jason

In a fitting demonstration of organizational lethargy, one of my first projects of 2011 was to deploy Microsoft Office 2010. Trying to understand what my options were for deploying the update within my organization required reading through a number of Microsoft TechNet pages to figure out what would work best. With this article, hopefully I can save you some time by demonstrating what I did in my organization and at the very least provide you with links to the most useful and relevant TechNet articles on the subject.

Starting with this TechNet page that links to instructions on the various ways to deploy Office 2010, we see there are a number of possibilities and scenarios to consider such as running from a network install point, deploying to those who are not administrators, when capturing an image that includes Office 2010, using Group Policy startup scripts, and many more.

Since there is no option to use a sleek .msi deployment (which has presented problems in the past between Microsoft Updates and .msi self-repair attributes), I chose a modified version of using Group Policy startup scripts to deploy Office 2010. To use this method, it advises to create a config.xml, create a custom.msp, and use startup scripts to deploy the software

Before you get too excited to start writing up the config.xml file for your installation, be sure to check out the Office Customization Tool. On the Office installation media, use the command setup.exe /admin to start the Office Customization Tool. This interface allows you to run through a lot of the configuration settings that are normally selected during installation to create a custom.msp file.

Instead of using a startup script with a silent installation, I am using a specific user account that will trigger the installation with a limited user interface. Through Group Policy, my script is started under: User ConfigurationAdministrative TemplatesSystemLogon – Run these programs at user logon

Along with doing other script things, like restarting upon completion and logging each computer as they install the software, you trigger the install with the file from the Office Customization Tool with a line like this:

“\serveroffice2010setup.exe” /adminfile “\serveroffice2010Config.msp”

In addition to the settings configured with the Office Customization Tool, there is much more customization that can be done through Group Policy .adm/.admx templates for Office 2010. This allows you to configure a lot of the default settings and the user experience through each product. There are options under both User Configuration and Machine Configuration in the Group Policy to tweak the Office 2010 behavior.

In trying to trim down the user interaction, I noticed upon first running the newly installed programs that users were presented with this dialog. You can suppress the Recommended Settings dialog in User ConfigurationAdministrative Templates(ADMADMX)Microsoft Office 2010Miscellaneous

This setting is explained through a ‘Plan privacy options for Office 2010‘ TechNet article.

This also covers the setting to automatically receive small updates to improve reliability. This Group Policy setting is located in the Group Policy Object Editor under User ConfigurationAdministrative Templates(ADMADMX)Microsoft Office 2010 PrivacyTrust Center.

One other area of concern for your environment may entail the volume licensing and activation of Office 2010.

Two other items that surfaced in my memory from the Office 2007 deployment was the PDF or XPS Converter and the Office Compatibility Pack for those with older versions of Office. Fortunately, it appears the Save as PDF option is included with Office 2010 and doesn’t require being installed as an add-on. The Office Compatibility Pack is still available for users of previous versions of Office (before 2007) to allow them to open the new xml based files of Word, Excel, and PowerPoint.

So far, this deployment has proven itself for a number of users installing Office 2010 on their computers and hopefully the resources linked above may help your deployment.

Update:

Upon request, here is the redacted login script in its entirety:
[text]
@echo off
cls
if exist "C:Program FilesMicrosoft OfficeOffice14winword.exe" goto present
if exist "C:WINNT" goto win2k
echo %computername% >> \serverdeployMicrosoftOfficeLog2010install.txt
"\serverdeploymicrosoftoffice2010 Pro Plussetup.exe" /adminfile "\serverdeploymicrosoftoffice2010 Pro PlusMyConfig.msp"
\server2netlogonshutdown.exe -l -f
goto end
:present
echo Office 2010 is already installed.
echo %computername% >> \serverdeployMicrosoftOfficeLog2010present.txt
pause
\server2netlogonshutdown.exe -l -f
goto end
:win2k
echo WARNING, this machine is running Windows 2000
echo Office 2010 will not be installed
echo %computername% >> \serverdeployMicrosoftOfficeLogoffice2010_win2k.txt
pause
\server2netlogonshutdown.exe -l -f
goto end
:end
exit
[/text]

Filed Under: Software, System Administration

Trending

  • Malwarebytes’ Four Steps to Cybercrime Prevention and Recovery
    In Infographics
  • AutoRuns – Beyond MSConfig for Startup Investigating
    In Software, Tech Solutions
  • Samsung Galaxy S III on Sprint review
    In Hardware, Gadgets, and Products

Latest Media Posts

Find Out Where To Download SNES ROMs

Find Out Where To Download SNES ROMs

Multifunctional Video Conversion Tools – Wondershare Video Converter

Multifunctional Video Conversion Tools – Wondershare Video Converter

  • Popular
  • Latest
  • Today Week Month All
  • Wal-Mart’s Low Tech Solution to a Shocking Problem Wal-Mart's Low Tech Solution to a Shocking Problem
  • Access to the resource [servershare] has been disallowed Access to the resource [servershare] has been disallowed
  • What is the AllJoyn Router Service on Windows 10? What is the AllJoyn Router Service on Windows 10?
  • Read the Event Logs on Windows Server Core Read the Event Logs on Windows Server Core
  • Increase IIS Private Memory Limit to improve WSUS availability Increase IIS Private Memory Limit to improve WSUS availability
  • How Virtual Reality Supports Mental Health Therapy How Virtual Reality Supports Mental Health Therapy
  • Key Strategies of Successful Coin Listing on Exchange Key Strategies of Successful Coin Listing on Exchange
  • Keeping Your Mac Healthy: A Comprehensive Guide to Maintenance and Troubleshooting Keeping Your Mac Healthy: A Comprehensive Guide to Maintenance and Troubleshooting
  • Making Distributed Software Development Work: Strategies and Best Practices for Managing Remote Teams Making Distributed Software Development Work: Strategies and Best Practices for Managing Remote Teams
  • customer contactless payment for drink with mobile phon at cafe counter bar,seller coffee shop accept payment by mobile.new normal lifestyle concept The Latest Innovations In Payment Technology
Ajax spinner

Elevator Pitch

404 Tech Support documents solutions to IT problems, shares worthwhile software and websites, and reviews hardware, consumer electronics, and technology-related books.

Subscribe to 404TS articles by email.

Recent Posts

  • How Virtual Reality Supports Mental Health Therapy
  • Key Strategies of Successful Coin Listing on Exchange
  • Keeping Your Mac Healthy: A Comprehensive Guide to Maintenance and Troubleshooting

Search

FTC Disclaimer

404TechSupport is an Amazon.com affiliate; when you click on an Amazon link from 404TS, the site gets a cut of the proceeds from whatever you buy. This site also uses Skimlinks for smart monetization of other affiliate links.
Use of this site requires displaying and viewing ads as they are presented.

Copyright © 2025 · Magazine Pro Theme on Genesis Framework · WordPress · Log in