Open Office 2007 files from WSS V2/SPS 2003

You all know, that you can open a document via the context menu in SharePoint in editmode in an Office Application. This does not work, if you save e.g. a .docx.

But help is on the way: Icons that represent 2007 Office files are incorrect, and the “Edit in Microsoft Office ” option does not appear in a document library in SharePoint Portal Server 2003 or in Windows SharePoint Services 2.0

RESOLUTION

Modify the Docicon.xml file and the Htmltransinfo.xml file to include the file name extensions of the 2007 Office file types that you want. Perform this procedure on each front-end Web server on the server farm. To modify the Docicon.xml file and the Htmltransinfo.xml file to include the file name extensions of 2007 Office file types, follow these steps.
Note The following procedure shows you how to add support for Microsoft Office Word 2007 documents (.docx). Use the same procedure to add support for Microsoft Office Excel 2007 files (.xlsx) and for Microsoft Office PowerPoint 2007 files (.pptx).

  1. Start Windows Explorer, and then locate the following folder:
    Drive:\Program Files\Common Files\Microsoft Shared\Web server extensions\60\Template\Xml

  2. Modify the Docicon.xml file. To do this, follow these steps:

a. Open the Docicon.xml file.

b. Locate, and then copy the following line:

c. Paste the line under the line that you copied, and then modify it so that it reads as follows:

  1. Modify the Htmltransinfo.xml file. To do this, follow these steps:

a. Locate, and then copy the following line:

b. Paste the line under the line that you copied, and then modify it so that it reads as follows:

  1. 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.

  1. Restart Internet Information Services (IIS). To do this, click Start, click Run, type iisreset, and then click OK.