Article ID: 828947 - Last Review: August 29, 2006 - Revision: 1.10 How to deploy multiple Office products in a single installation in Office 2003On This PageSUMMARYThis article discusses how to deploy (or to chain) additional .msi packages or .exe files during the installation of Microsoft Office 2003. By default, you cannot deploy the installation of one Microsoft Office CD-ROM with another Office CD-ROM without running separate installations. However, the Microsoft Office 2003 Resource Kit contains information about how to modify the Setup settings file (the Setup.ini file) so that you can chain several Microsoft Windows Installer products in a single installation. How to Chain Windows Installer ProductsTo chain installations of products that use the Windows Installer, follow the information that is in this section. If you want to add a non-Windows Installer product, such as Notepad.exe, you can also use the information that is in this section, or you can follow the steps that are provided in the "How to Chain Non-Windows Installer Products" section of this article.Setup reads the Setup.ini file at the start of the installation process and writes a set of tasks to the Microsoft Windows registry to install each product that is listed in the [ChainedInstall_1] through [ChainedInstall_n] sections. By default, Setup passes the command-line options and properties that are defined for the core Office 2003 package to each chained installation. Setup then passes these chained installations to Windows Installer. However, you can set unique properties for a chained installation in the Setup.ini file by using the following syntax: [ChainedInstall_1] TaskType=msi Path=\\server\share\admin_install_point\[MSI file] Display=None MST=[MST file] Cmdline=property=value http://www.microsoft.com/office/ork/2003/two/ch5/DepD02.htm#sub_1
(http://www.microsoft.com/office/ork/2003/two/ch5/DepD02.htm#sub_1)
Customize Chained PackagesIn most sections of the Setup.ini file, including the [Options] section, you use the syntax property=value to specify custom property values. In the [ChainedInstall_n] sections, you can set both the Display and the MST values with the syntax property=value, and you can set several additional options that customize the installation process. However, you must use the Cmdline option to add other properties to the command line that Setup passes to Windows Installer for the chained installation.You can set the following options for chained installations in the Setup.ini file: Collapse this table
How to Chain Non-Windows Installer ProductsIf you want to add an executable (.exe) or batch file to the installation of Office 2003, you can also use a transform that is created by the Custom Installation Wizard (CIW).Note You cannot chain the installation of any executable that uses a Windows Installer .msi package by using this method.
REFERENCESFor additional information, see the Office 2003 Resource Kit at the following Microsoft Web site: http://www.microsoft.com/office/ork/2003/two/default.htm
(http://www.microsoft.com/office/ork/2003/two/default.htm)
APPLIES TO
| Article Translations
|

Back to the top
