Use Office Customization Tool (OCT) to change users' configurations after installing Office 2013

 

Applies to: Office 2013

Summary: Explains how to update an existing Office 2013 installation by running the Office Customization Tool and creating a Setup customization file (.msp file).

Audience: IT Professionals

The instructions in this article show how to use the Office Customization Tool (OCT) to change an existing installation of Office 2013.

In this article:

  • Overview

  • Customize an existing Office installation

  • How customization works

Overview

After you install Office 2013 on users' computers, you can change the installation by using the same tool that you used to customize the installation originally. By running the Office Customization Tool (OCT) and creating or changing a Setup customization file (.msp file), you can customize the Office installation. For example, you can add or remove features, change user settings, or add or remove files or registry entries.

In Office 2013, two architecture-specific versions of the OCT are available: one for 32-bit Office 2013 and one for 64-bit Office 2013. The 64-bit version of the OCT supports 64-bit client editions of Office 2013, and provides the same user interface, capabilities, and configurable settings as the 32-bit version. You use the same command to run the 32-bit or 64-bit version of the OCT. For instance, if you want to run the 32-bit OCT, run the setup.exe /admin command line from the x86 (32-bit) folder as shown in the following example: \\server\share\Office14\x86\setup.exe /admin. To run the 64-bit OCT, run the setup.exe /admin command line from the x64 (64-bit) folder. For more information about 64-bit Office 2013, see 64-bit editions of Office 2013. For more information about the OCT, see Office Customization Tool (OCT) reference for Office 2013.

Note

If you have created an initial Setup customization file (.msp file) for an Office 2013 product (for example, Office Professional Plus 2013) and you later want to modify the installation to add language packs, you can do so by using the Import feature in the OCT. In such cases, you first add the language packs to the network installation point that contains the Office product source files. Then, you run the OCT from the root of the network installation point and create a new Setup customization file for the same product and import the original customization .msp file that you created previously for Office Professional Plus 2013. For information about the network installation point, see Create a network installation point.

Customize an existing Office installation

Use the following procedure to customize an existing installation of Office 2013.

Note

You can complete tasks in all Office 2013 suites by using a mouse, keyboard shortcuts, or touch. For information about how to use keyboard shortcuts and touch with Office products and services, see Keyboard shortcuts and Office Touch Guide.

To customize the installation

  1. From the root of the network installation point that contains the source files, run the following command line to start the OCT: \\server\share\setup.exe /admin

  2. In the Select Product dialog box, select the product that you want to customize, and then choose OK.

  3. In the navigation pane, choose an area of customization, choose the option that you want to customize, and then customize the installation in the details pane.

    For example, to remove Access 2013 from the installation, locate Features in the navigation pane, and then choose Set feature installation states. In the details pane, expand Microsoft Office, and use the shortcut menu (right-click) to choose Microsoft Office Access. Then select Not Available.

  4. On the File menu, choose Save As after you finish customizing the installation.

  5. Specify a unique name for the customization file by using an .msp file name extension, and then choose Save.

  6. Deploy and apply the Setup customization file (.msp) to users' computers. For more information, see Applying Setup customization .msp files to existing installations.

If you decide later that you want to make additional changes to an existing installation, you can use the OCT to create a new maintenance customization .msp file. For example, you might want to change existing feature installation states.

As a best practice for changing existing feature installation states on an existing installation of Office 2013, we recommend that you create a new Setup customization .msp file to make only the changes that you want to implement. To avoid unexpected results, you must specify only the changes that you want to make. For example, to create a Setup customization .msp file to add the Access feature after an initial installation, start the OCT and create a new customization .msp file for the product. In the navigation pane of the OCT, locate Features, and then choose Set feature installation states. In the details pane, expand Microsoft Office, use the shortcut menu (right-click) to choose Microsoft Office Access, and then select Run from My Computer. On the File menu, choose Save As, and specify a path and file name for the .msp customization file.

How customization works

Because the Setup customization file that is created by the OCT is a Windows Installer package (.msp), you can apply the file to users' computers as you would apply a software update. The Office installation is modified by using the customizations defined in the .msp file. The following sections describe how to deploy customization .msp files to existing Office installations and show customization patch sequencing.

Applying Setup customization .msp files to existing installations

To apply the Setup customization (.msp) file to existing installations, you must apply the .msp file directly to the user's computer. You cannot apply the customization file to existing installations by placing the .msp file in the Updates folder and running Setup again on the user's computer, or by running Setup with the customization file specified in the command line.

For example, users can apply the Setup customization .msp file by double-clicking the .msp file or by running msiexec with the /p option, at a command prompt as shown in the following example:

msiexec.exe /p \\server\share\custom.msp

For information about Windows Installer command-line options, see Windows Installer Command-Line Options (https://go.microsoft.com/fwlink/p/?LinkId=162945).

You can also use a deployment management program, such as Microsoft System Center 2012 Configuration Manager, to deploy Setup customization files. For more information, see the System Center Configuration Manager TechCenter website (https://go.microsoft.com/fwlink/p/?LinkID=162933).

Note

Although you can use Windows Server Update Services (WSUS) to deploy software updates, you cannot use WSUS to deploy Setup customization .msp files.

Setup customization patch sequencing

Every time that you save a customization .msp file in the OCT, the tool updates the customization file’s patch sequencing number by applying the current computer date and time stamp and it generates a new patch globally unique identifier (GUID). The OCT .msp files are applied chronologically according to their time stamps.

To show the sequencing behavior, assume that you created the following .msp maintenance files:

  1. An OCT .msp file that is named uninstall-access.msp, in which you set Microsoft Office Access to Not Available. This file is saved first. Therefore, it has a lower patch sequence number and an older date and time stamp. This .msp file is sequenced first and Access is set to Not Available on users' computers.

  2. An OCT .msp file that is named install-access.msp, in which you set Microsoft Office Access to Run all from My Computer. This file is saved last. Therefore, it has a higher patch sequence number and a newer date and time stamp. This .msp file is sequenced later than the first OCT .msp file, uninstall-access.msp. Therefore, Access is set to Run all from My Computer on users' computers.

See also

Office Customization Tool (OCT) reference for Office 2013
Customize Setup before installing Office 2013
64-bit editions of Office 2013
Overview of Setup architecture for Office 2013