You cannot configure SharePoint Portal Server 2003 or Windows SharePoint Services 2.0 to promote or demote metadata from 2007 Office file types. This is a limitation of the product.
To add the ability to index 2007 Office file types, download and configure the Microsoft Filter Pack.
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
946337
How to register Microsoft Filter Pack with SharePoint Portal Server 2003
945934 How to register Microsoft Filter Pack IFilters with SQL Server 2005 and with SQL Server 2008
To configure the SharePoint document libraries to display the correct icon and to display the
Edit in Microsoft ProgramName option, follow these steps:
Note The following procedure shows you how to display the appropriate icon for Microsoft Office Word 2007 documents (.docx). Use the same procedure to display the appropriate icon for Microsoft Office Excel 2007 files (.xlsx) and for Microsoft Office PowerPoint 2007 files (.pptx).
- Start Windows Explorer, and then locate the following folder:
Drive:\Program Files\Common Files\Microsoft Shared\Web server extensions\60\Template\Xml
- Modify the Docicon.xml file. To do this, follow these steps:
- Open the Docicon.xml file.
- Locate, and then copy the following line:
<Mapping Key="doc" Value="icdoc.gif" EditText="Microsoft Office Word" OpenControl="SharePoint.OpenDocuments"/>
- Paste the line under the line that you copied, and then modify it so that it reads as follows:
<Mapping Key="docx" Value="icdoc.gif" EditText="Microsoft Office Word" OpenControl="SharePoint.OpenDocuments"/>
- Modify the Htmltransinfo.xml file. To do this, follow these steps:
- Locate, and then copy the following line:
<Mapping Extension="doc" AcceptHeader="application/msword" HandlerUrl="Htmltranslate.aspx" ProgId="SharePoint.OpenDocuments.2"/>
- Paste the line under the line that you copied, and then modify it so that it reads as follows:
<Mapping Extension="docx" AcceptHeader="application/msword" HandlerUrl="" ProgId="SharePoint.OpenDocuments.2"/>
- Repeat step 2 and step 3 for each 2007 Office file type that you want. Make sure that you use the appropriate file name extension. For example, do one or both of the following:
- To add support for .pptx files, modify the line that you add to the Docicon.xml file and the Htmltransinfo.xml file to include Mapping Key="pptx" parameter.
- To add support for .xlsx files, modify the line that you add to the Docicon.xml file and the Htmltransinfo.xml file to include Mapping Key="xlsx" parameter.
- Restart Internet Information Services (IIS). To do this, click Start, click Run, type iisreset, and then click OK.