Slipstream Office 2007 setup with SP3

When you slipstream Service Pack 3 with your Office 2007 installation media, Office 2007 will be directly installed at Service Pack 3 level, saving you the trouble of applying it afterwards. All you need is Office 2007 Service Pack 3 and the installation file or CD/DVD of Office 2007.

Optionally, you can also modify the installation to already accept the EULA, fill out your Product Key and customize some additional settings.


Folder structure

This guide assumes the following folder structure but you can of course differ from that;

  • C:\Office2007\
  • C:\Office2007\DVD\
  • C:\Office2007\SP3\
  • C:\Office2007\SP3\extract\

Slipstreaming process

  1. Download the administrative version of Office 2007 SP3 for your language and save it to;
    C:\Office2007\SP3\

  2. Extract the downloaded Service Pack 3 file and extract it to the C:\Office2007\SP3\extract folder via the following Run command (the command below assumes the English version of SP3);
    "C:\Office2007\SP3\office2007sp3-kb2526086-fullfile-en-us.exe" /extract:"C:\Office2007\SP3\extract"

    • Note: The command above is a single line.
    • You can open the Run command via Start-> Run or by pressing Windows Logo Key+R on your keyboard.

  3. When you get a User Account Control (UAC) prompt, press continue or provide administrator credentials.

  4. Accept the EULA of the Service Pack.

  5. Insert your Office 2007 CD/DVD and copy its contents to;
    C:\Office2007\DVD\

    • If you only have a single installation file (*.exe) open the Run command and type;
      "<path to your installation file>" /extract:"C:\Office2007\DVD"

  6. Copy all the files from the C:\Office2007\SP3\extract\ to the Updates folder in;
    C:\Office2007\DVD\

  7. When the copy is finished, you can write the contents of the C:\Office2007\DVD\ folder to a DVD and you’ll have an Office 2007 SP3 slipstreamed DVD!
    (of course you can write it to a USB drive or a network share too as an installation point)

Note:
You can follow these instructions as well to include updates and other hotfixes.

Accept EULA, set Product Key and additional options

Aside from including the Service Pack, you might want to make some changes to the installation process. For instance, to never prompt you for the EULA anymore or to already have the Product Key filled out for you.

Office Customization Tool (OCT)
If you have the Enterprise version of Office 2007, then you can set these additional installation options and settings by using the Office Customization Tool (OCT). To start this tool start setup.exe from the Office 2007 DVD (or extracted installation files) with the /admin switch. The OCT not only allows you to customize the installation experience but also allows you configure Office settings itself. This will allow you for instance to deploy Office with a preconfigured Outlook mail profile.

Config.xml
If you don’t have an Enterprise version, or as an alternative, you could customize the config.xml file that Office uses for its installation. You can find this file in the productname.WW folder. For instance, the WW folder for the Retail version of the Professional Plus editions of Office 2007 is called; ProPlusr.WW

You can set the variables between the <Configuration Product="productname"> and the </Configuration> tags.

Tip!
For documentation about modifying the config.xml file of the Office installation can be found here; Config.xml file in the Office 2007 system

Example

The example below will modify the installation for the Retail version of the Professional Plus edition of Office 2007 to;

  • Accept the EULA.
  • Fill out the installation key.
  • Sets the name of the person responsible for the license.
  • Sets the name of the company responsible for the license.
<Configuration Product="ProPlusr">

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

	<PIDKEY Value="1234512345123451234512345" />

	<USERNAME Value="Robert Sparnaaij" />

	<COMPANYNAME Value="HowTo-Outlook.com" />

</Configuration>

Note that the Product Key does not require the dashes (-) to separate the 5 key sections.