OFF2000: How to Deploy the Contents of Multiple Office CDs at the Same Time

ID: Q235598


The information in this article applies to:


SUMMARY

This article discusses how to deploy, or "chain", the contents of more than one Microsoft Office 2000 CD at the same time.

This article describes example steps you can use for installing both CD1 and CD2 of Microsoft Office 2000 Premium with a single command line.


MORE INFORMATION

By default, you cannot deploy the installation of one Office CD with another Office CD. However, the Office 2000 Resource Kit contains an enhanced version of Setup.exe that you can use to deploy installations at the same time.

The steps outlined below take you through an example "chain" deployment of CD1 and CD2 from Office 2000 Premium. You can also use these steps for "chain" deploying other combinations of Office CDs.

NOTE: You can only "chain" deploy installations of products that use the Windows Installer. Therefore, you cannot "chain" the installation of PhotoDraw (CD3 for Office 2000 Premium) with the installation of any other Office CDs.

  1. Download the enhanced version of Setup.exe.

    In your browser, enter the following Web address in the address box:
    http://www.microsoft.com/office/ork/2000/appndx/toolbox.htm


  2. Click the link to download Setupchn.exe.


  3. Click the link to download ORKTools.exe.


  4. Expand both of the downloaded items. The ORKTools.exe download then installs the Office 2000 Resource Kit (ORK) on your computer.


  5. Perform an administrative installation of CD1 to the \CD1Admin folder on your server.


  6. Perform an administrative installation of CD2 to the \CD2Admin folder on your server.


  7. NOTE: You can use any folder names for these administrative installations. For the purposes of this example, the above names are used.

  8. Rename Setup.exe in the root of the \CD2Admin folder to OldSetup.exe.


  9. Copy the enhanced version of Setup.exe from the folder in which you expanded Setupchn.exe to the root of the \CD2Admin folder.


  10. On the Start menu, point to Programs, point to Microsoft Office Tools, point to Microsoft Office 2000 Resource Kit Tools, and then click Custom Installation Wizard.


  11. In the Open the MSI File dialog box, locate and select Data1.msi on the root of the \CD1Admin folder. Click Next.


  12. In the Open the MST File dialog box, click the Do not open an existing MST file option, and then click Next.


  13. In the Select the MST File to Save dialog box, specify a full path to the \CD1Admin folder, and use Chained.mst as the transform (.mst) name. For example, you can enter:
    \\servername\CD1Admin\Chained.mst
    Click Next.


  14. Click Add Installations and Run Programs in the list located near the upper-right corner of the dialog box.


  15. Click Add. Enter the full path to Setup.exe in the root of the \CD2Admin folder along with the /chained switch. For example, you can enter:
    \\servername\CD2Admin\Setup.exe /chained /qb
    You can remove /qb from the above command line if you do not want the Setup for CD2 to run in quiet (basic) mode.


  16. Click OK in the Add/Modify Program Entry dialog box.


  17. Click Finish.


  18. Write down the command line in the dialog box that appears and then click Exit.


To install CD1 and CD2, do the following:
  1. On the Start menu, click Run.


  2. In the Open box, type the following command line and click OK:
    <path to CD1Admin>\setup.exe transforms=Chained.mst /qb
    NOTE: Using the /qb switch in the above command line is optional.


  3. When the Setup of CD1 finishes (after your computer restarts), the installation of CD2 automatically starts.


REFERENCES

For more information, please see the Office 2000 Resource Kit at the following Internet address:

http://www.microsoft.com/office/ork
For more information about the enhanced version of Setup.exe, please see the following Knowledge Base article:
Q232501 OFF2000: Description of the Enhanced Copy of Setup.exe Available in the Office Resource Kit

Additional query words: OFF2000


Keywords          : kbdta 
Version           : WINDOWS:2000
Platform          : WINDOWS 
Issue type        : kbhowto 

Last Reviewed: July 2, 1999