SoFunction
Updated on 2025-04-13

Information: Instructions for personalized customization in Office 2007

Through customization, your Office 2007 installation can achieve functions such as free serial number, customized username, skipping authorization agreements, customized installation paths, and customized default installation components. Take Pro Plus version as an example, use notepad to open the CD directory for customization. The following are the contents of my customized files:

<Configuration Product="ProPlus"> ;Office 2007 version logo, here is the Pro Plus version

<Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="yes" /> ;Skip the authorization agreement
<PIDKEY Value="KGFVY7733B8WCK9KTG64BC7D8" /> ; Built-in serial number, no activation
<USERNAME Value="User" /> ;Username
<COMPANYNAME Value="China" /> ;Company Name
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> ;Default installation path

<OptionState Id="WORDFiles" State="Local" Children="force" /> ;Word components are installed by default
<OptionState Id="EXCELFiles" State="Local" Children="force" // ;The Excel component is installed by default
<OptionState Id="PPTFiles" State="Local" Children="force" /> ;The PowerPoint component is installed by default
<OptionState Id="ACCESSFiles" State="Local" Children="force" /> ;The Access component is installed by default

<OptionState Id="VisioPreviewerFiles" State="Absent" ;Children="force" /> ;The Visio Viewer component is not installed by default
<OptionState Id="OUTLOOKFiles" State="Absent" Children="force" // ;The Outlook component is not installed by default
<OptionState Id="XDOCSFiles" State="Absent" Children="force" // ;The InfoPath component is not installed by default
<OptionState Id="PubPrimary" State="Absent" Children="force" // ;The Publisher component is not installed by default

<OptionState Id="SHAREDFiles" State="Local" Children="force" /> ;Shared components are installed by default
<OptionState Id="TOOLSFiles" State="Local" Children="force" /> ;Default installation tool component

</Configuration>

The relevant ID of the component can be obtained from the directory
OptionState Id is the ID of the relevant component
State="Local" is the default installation of this component
State="Absent" is the default component not installed