«

»

Jun 25

Deploying Office 2010 Using MDT 2010

if you have been reading the posts on deploying Windows 7 using MDT 2010 you should be quite proficient. The next step is to use MDT 2010 to deploy applications as well.

To show you how this works the steps below outline how to deploy Microsoft Office 2010 using MDT 2010

Application Setup

Right click on the Application node in the Deployment Workbench and select New Application image
For Office 2010 we are going to copy the source files from the DVD so select the Application with source files option image
Fill in the next screen with the options relevant to the application you are installing image
Select the location of the source files image
Specify the name of the directory that you want to copy the source files to image
Add in the command line options for the installation.

In this case we are just going to use the setup.exe command as we will use the  options later to setup the way Office 2010 installs

image

Review the summary screen and click on Next to copy the source files and create the application

Configuring Silent Installation

Now that you have the application setup you need to set the options so that it installs silently

Right click on the application you have just installed and select Properties

image

Click on the Office Products tab and make the selections you need and click OK

image

In the example above the installation will do the following

  • Install the ProPlus version of Office 2010
  • Install the en-us language
  • Set the customer name to West Hatch High School
  • Set the display level to basic
  • Accept the EULA

 

The details page should have now show an altered command line to use the newly generated config.xml file

image

Configure Deployment Share

If you used the rules shown in this post then you will need to alter the rules to allow application installation

Change the option; SkipApplications=NO

image

Update the deployment share, ensuring you completely regenerate the boot images and then import the new boot image into Windows Deployment Services (If you are unsure how to do this then look at the previous posts)

The video below shows you what should happen when you boot the bare metal PC this time with applications to install

U6Q2KMGJYP6T

3 pings

  1. Tweets that mention http://edutechnow.com/?p=157utm_sourcepingback -- Topsy.com

    [...] This post was mentioned on Twitter by . said: [...]

  2. Deploying Office 2010 Using MDT 2010 - Learning Gateway Partner Blog - Microsoft Education Community

    [...] June 2010 (5)May 2010 (2)April 2010 (8)March 2010 (21)February 2010 (10)January 2010 (9)December 2009 (1)November 2009 (2)October 2009 (12)September 2009 (16)August 2009 (3)July 2009 (4)June 2009 (4)May 2009 (12)March 2009 (4)August 2008 (1) if you have been reading the posts on deploying Windows 7 using MDT 2010 you should be quite proficient. The Read the Rest… Read More… [...]

  3. Griffon's IT Library » Deploy Technics » Deploy OS using MDT 2012 beta 2 – Part III: Applications, Drivers & Packages

    [...] will be deploying is Office suite.  You can find a good example on how to perform this integration here.  Obviously, you should be able to deploy other applications if [...]

Leave a Reply