Silent Network Installation of Office 2010 and Lync

Configure a silent installation of Office 2010 (and Office 365 Office Professional)

Note – To create the source files from the Compressed, Single MicrosoftOffice.exe file that is downloaded in Office 365, you must extract using the procedure documented Customizing the Office Professional Plus deployment.

You can configure a silent installation of Microsoft Office 2010 by using the Config.xml file. The Config.xml file is used to configure installation tasks and is used only when you run Setup. It is not installed or cached on users’ computers. You can edit the Config.xml file to customize an installation.

By default, the Config.xml file that is stored in the core product folder, core_product_folder_name.WW, directs Setup to install that product. For example, if ProPlus.WW is the folder name, the Config.xml file in the ProPlus.WW folder installs Microsoft Office Professional Plus 2010.

Modify the Config.xml file to configure a silent installation

To configure a silent installation (unattended installation) of an Office 2010 product that requires no user interaction, modify the Config.xml file for the product that you are installing and set the Display element’s Level attribute to**“none”** (Display Level=“none”), and then save the Config.xml file, as shown in the following procedure. TheDisplay element specifies the level of user interface that Setup displays to users.

To specify silent installation options in Config.xml

  1. Open the Config.xml file for the Office product (such as Office Professional Plus 2010) that you are installing by using a text editor tool, such as Notepad.
  2. Locate the line that contains the Display element, as shown in the following example:

<!--Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> -->