To specify installation options, such as the path to the network installation point, the product to install, and custom setup options, and to specify the languages to install, use the Config.xml file that is located in the root of the product folder for the product that you are installing.
To edit the Config.xml file, use a text editor such as Notepad.
To modify the display options that users see during installation, locate the line in the Config.xml file that contains the Display element:
<!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> -->
To configure a silent (unattended) install to prevent user intervention during the installation and to specify display options, you can modify the Display element information as shown in the following example:
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
For information, see Display element in Config.xml file in the 2007 Office system.
To specify additional languages to install, use the AddLanguage elements and attributes in the Config.xml file.
Note
If you are adding more than one AddLanguage element, you must add the ShellTransform attribute of the AddLanguage element. This attribute specifies the language that Setup uses for the shell user interface. For example, to specify that Setup install full English, French, German, and Spanish language support with the user’s default regional options language as the default installation language, you add the following AddLanguage elements and attributes in the Config.xml file: <AddLanguage Id="match" ShellTransform="yes"/> <AddLanguage Id="en-us" /> <AddLanguage Id="fr-fr" /> <AddLanguage Id="de-de" /> <AddLanguage Id="es-es" />
In the preceding example, Setup installs all of the specified languages plus the language that matches the user's locale, if that language is different and is available in the installation source. For more information, see AddLanguage element in Config.xml file in the 2007 Office system.
You can also use the Config.xml file to configure additional options such as the following:
You can use the Config.xml file to customize many of the same options that you can configure with the Office Customization Tool, including a few additional options that are not available in the OCT. For a complete description of the areas you can configure in Config.xml, see Config.xml file in the 2007 Office system.
When you complete the Config.xml customizations, save the Config.xml file. You can use the /config Setup command-line option to specify the location of the Config.xml file, as shown in the following example:
\\ server \ share \setup.exe /config \\ server \ share \Enterprise.WW\config.xml
For information about the /config Setup command-line option, see the "/config [path]" section in Setup command-line options for the 2007 Office system.
To see an example of a custom Config.xml file, see Config.xml Example.
|
Config.xml file in the 2007 Office system
Customize and deploy multiple language versions of the 2007 Office system |
Use the Office Customization Tool (OCT) to customize Setup, and configure additional customizations and installation options. This creates a Setup customization file (MSP file). For a complete description of the areas you can configure with the OCT, see Office Customization Tool in the 2007 Office system.
From the root of the network installation point you created previously, run the following command-line option to start the OCT: setup.exe /admin.
Customize Setup to specify how you want Setup to manage the installation. For information, see Customize Setup before installing the 2007 Office system.
Set feature installation states. For information, see Configure feature installation states of the 2007 Office system.
For each application that you want to add to the installation, set its installation option to Run all from My Computer or Installed on First Use in the right pane. For example, to install Outlook, expand Microsoft Office and change the installation option for Microsoft Office Outlook to Run all from My Computer.
For applications that you do not want to install, set the installation option to Not Available in the right pane. The application name is set to bold to show that you have changed its installation option.
To prevent users from installing this application themselves, select the Hidden and Locked options. The symbols [H] and [L] are added to the application name to indicate that these options are set.
Important
The Hidden option is not reversible. After it is set, a Hidden feature will not be displayed in the feature tree during or after installation. You cannot use another Config.xml file or apply a second .msp file after the initial installation to “unhide” a feature. The feature remains hidden even if you opt to change the installation by using Programs and Features in Control Panel to change the 2007 Office system installation. It will also not be displayed in the Microsoft Office Setup feature installation tree under the Add or Remove Features option for 2007 Office system. Though the feature remains hidden, you can unlock the feature to install and run it locally later by using an .msp file or a Config.xml file. For more information, see Set feature installation states in Office Customization Tool in the 2007 Office system. The Locked option is reversible. If you set the Locked option for a feature by using the OCT or the Config.xml during initial installation, you can unlock and install the feature locally by using a customization .msp file or a Config.xml file later. For example, you can customize the Config.xml file to modify the OptionState element and add the following line to uninstall the feature (Microsoft Office Access 2007 in this case) on the user's computer and set child features of the feature to the specified state: <OptionState Id=”ACCESSFiles” State=”Absent” Children=”force” /> For information about the OptionState element, see Config.xml file in the 2007 Office system. You can also use the OCT to create a customization .msp file to install the feature later by setting the feature installation state to Run All from My Computer on the Set feature installation states screen.
Configure Office security settings if you want to provide an initial configuration of security settings. For information, see Office security settings in Office Customization Tool in the 2007 Office system.
Administrators can use the OCT to configure initial security settings for the following areas:
Trusted Publishers. Manage the list that identifies trusted sources for digitally signed macros, add-ins, Microsoft ActiveX controls, and other executable code used by Office applications. Office applications share a certificate-based trusted sources list with Internet Explorer. See "Trusted Publishers" in the Office security settings section of Office Customization Tool in the 2007 Office system.
Trusted Locations. Manage the list that identifies locations from which any file can be opened without being checked by the Trust Center security feature. When you specify one or more trusted locations, the Trusted Locations list previously defined on the user’s computer is cleared and replaced by this list. See "Trusted Locations" in the Office security settings section of Office Customization Tool in the 2007 Office system.
Remove all Trusted Locations written by OCT during installation. Clears the Trusted Locations list on the user's computer. Use this check box if you want to clear the Trusted Locations list on the user's computer without adding any new locations. See "Remove all Trusted Locations written by OCT during installation" in the Office security settings section of Office Customization Tool in the 2007 Office system.
Default Security Settings. Set default security levels for add-ins, templates, and Office applications. See "Default Security Settings" in the Office security settings section of Office Customization Tool in the 2007 Office system.
Unsafe ActiveX Initialization. Determine whether unsigned, and therefore potentially unsafe, ActiveX controls can initialize by using persisted data, that is, data that is saved from one instance of the control to the next. See "Unsafe ActiveX Initialization" in the Office security settings section of Office Customization Tool in the 2007 Office system.
Specify the user settings you want to apply. For information, see Configure user settings for the 2007 Office system.
Use the Modify user settings section to set the default values of Office application settings for users who install Office with this customization file.
To configure an option, expand the tree on the left, and click the user interface element you want to configure. The configurable settings associated with that element appear on the right pane. You can specify one of the following options:
Not Configured. The setting remains as it is.
Enabled. The setting is modified according to the selections you make on the setting's Properties page.
Disabled. The setting is disabled. Note that disabling an option may be different from not configuring the option. See the description of the specific option for more details.
The 2007 Office system Administrative Template files (ADM, ADMX, ADML) and Office Customization Tool Version 2.0 download (https://go.microsoft.com/fwlink/?LinkId=102314) includes an Office Excel 2007 workbook (Office2007GroupPolicyAndOCTSettings.xls) that provides a listing of all the Office Customization Tool (OPA) settings and Group Policy settings in the 2007 Office system.
You can also use Group Policy settings to mandate settings for Outlook. You can manage the following Outlook areas with Group Policy:
You can use the Additional content section of the OCT to configure the following options:
You can use the Outlook section (Outlook in Office Customization Tool in the 2007 Office system) of the OCT to configure the following Outlook areas:
When you complete your customizations, click Save As on the File menu, specify a path and file name for the Setup customization file, and then click Save.
It is recommended that you save the custom MSP file in the Updates folder on the network installation point. When Setup runs, it searches the Updates folder on the installation point for a customization file specific to the product that is being installed.
Note
If you do not put the customization file in the Updates folder, you can use the Setup command-line option /adminfile to specify the fully qualified path to the folder in which you store the custom MSP file. For example, setup.exe /adminfile \server<EM>share<EM>myNewUpdatesFolder. You can also specify the location of the folder that contains your MSP files in the Config.xml file by using the SUpdateLocation attribute of the SetupUpdates element.
For more information about SetupUpdates, see the SetupUpdates element section in Config.xml file in the 2007 Office system.
|
Office Customization Tool in the 2007 Office system
Customize Setup before installing the 2007 Office system
Configure user settings for the 2007 Office system |
To install the 2007 Office system on users' computers, you can use one of the following approaches, depending on your particular environment and requirements:
Use the precached local installation source to install Office on users' computers. When you deploy the 2007 Office system, Setup creates a local installation source on the user's computer — a copy of the compressed source files for the Office product you are installing. After the files are copied to the user's computer, Setup completes the installation from the local installation source. To minimize the load on your network, you can deploy the local installation source to users' computers separately, before you deploy Office.
To use this approach, perform the followings tasks:
On the user's computer, run Setup.exe from the root of the network installation point. For information, see Run Setup for the 2007 Office system on users' computers.
To deploy Office to users who are not administrators of their computers, you can use one of the following methods.
Log on to the computer as an administrator and install 2007 Office system. For information, see "Logging on as an administrator" in Deploy the 2007 Office system to users who are not administrators.
-or-
Use an enterprise deployment method such as the following:
Use System Center Configuration Manager 2007. The Configuration Manager 2007 software distribution feature provides a set of tools and resources that help you create and manage packages and advertisements used to distribute software to client resources within your enterprise. For information about deploying the 2007 Office system, see Deploy the 2007 Office system by using System Center Configuration Manager 2007.
Use Microsoft Systems Management Server. If you manage large numbers of clients in a complex or rapidly changing environment, Microsoft Systems Management Server is the recommended method for installing and maintaining the 2007 Office system in medium- and large-sized organizations. Microsoft Systems Management Server offers sophisticated functionality, including inventory, scheduling, and reporting features. For information, see Using Systems Management Server 2003 to deploy the 2007 Office system.
Use Microsoft System Center Essentials 2007 to deploy the 2007 Office system. System Center Essentials 2007 is a management solution designed for IT system administrators in medium-sized organizations that include up to 30 servers and 500 client computers. For more information, see Deploy the 2007 Office system by using System Center Essentials 2007.
If you have deployed Active Directory and Group Policy in your organization, you can use Group Policy to assign computer startup scripts to deploy the 2007 Office system. For more information, see Use Group Policy to assign computer startup scripts for 2007 Office deployment.
In an environment with Active Directory installed, you can also use Group Policy Software Installation features to assign the 2007 Office system to computers in your organization. The installation is performed with administrator rights, and Office is available to all users on that computer.
Important
Although Group Policy can be used to install software applications in small-sized organizations with Active Directory installed, there are some limitations, and you must determine whether it is an appropriate solution for your deployment requirements. For more information, see the "Deployment considerations" section of Use Group Policy Software Installation to deploy the 2007 Office system.
|
Precache the local installation source for the 2007 Office system
Run Setup from the local installation source to install the 2007 Office system
Run Setup for the 2007 Office system on users' computers
Deploy the 2007 Office system to users who are not administrators
Deploy the 2007 Office system by using System Center Configuration Manager 2007
Using Systems Management Server 2003 to deploy the 2007 Office system
Deploy the 2007 Office system by using System Center Essentials 2007
Use Group Policy to assign computer startup scripts for 2007 Office deployment |