SUMMARY
This step-by-step guide describes how to import a Microsoft Windows registry file into a transform file (MST) and deploy this information when you install Office XP.
Many options in Microsoft Office XP correspond to entries in the Windows registry. You can customize these options by adding or modifying registry values in a transform file. To add multiple registry entries to a transform, you create a registry (.reg) file, and then use the
Add Registry Entries page in the Custom Installation Wizard to import the registry file. Then, you can deploy Office XP with the transform that includes the registry customizations.
back to the top
Creating the Windows Registry File
When you install Office, Setup applies customized default registry options. You can customize some options that you cannot set in the user interface or that are not captured by the Profile Wizard in an Office Profile Settings (OPS) file by adding registry settings to the transform file. For example, you can include custom applications in Office Setup that require custom Windows registry settings.
A registry file is a text file that contains a copy of a section of the Windows registry. You can use registry entries from you computer. To create a registry file, follow these steps:
- From the computer that has the registry entries you want to add to the installation, click Run on the Start menu.
- In the Open box, type regedit.
- In Registry Editor, select the portion of the registry tree that you want to copy.
- On the Registry menu, click Export Registry File. Follow the instructions to export the selection to a registry file.
back to the top
Importing the Registry File into the Transform File
An efficient way of distributing the registry entries to the user is to include that information in the transform file. Therefore, after you create the registry file, import it into the transform file. To do this, follow these steps:
- Start the Custom Installation Wizard.
- On the Add Registry Entries page, click Import.
- Select the registry file you created, and click Open.
NOTE: The wizard adds the registry entries from the registry file to the list on the
Add Registry Entries page. If the wizard encounters an entry in the registry file that is a duplicate of an entry already in the list, and the two entries contain different values, the wizard prompts you to select the entry you want to keep.
back to the top