This article describes how to enable the indexing of .xlsb files and
of .zip files in the 2007 Microsoft Office servers Service Pack
1 (SP1).
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
The 2007 Office servers SP1 adds the ability
to index and to search .xlsb files and .zip files. To enable the indexing of these files,
follow these steps:
- Add the .xlsb file type and the .zip file type for SharePoint Server
2007. To do this, follow these steps:
- Locate the Microsoft Windows SharePoint Services 3.0 Central Administration Web site.
- On the Central Administration site, click
Shared Services Provider Name in the Quick Launch
bar under Shared Services Administration.
- Under Search, click
Search Settings.
- Click File Types.
- Click New File Type, type
xlsb in the File extension box,
and then click OK.
- Click New File Type, type
zip in the File extension box, and
then click OK.
- Copy the following text, and then paste it to a Notepad file:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20E823C2-62F3-4638-96BD-90F4F6784EBC}\InprocServer32]
@="C:\\Program Files\\Common Files\\Microsoft shared\\Filters\offfiltx.dll"
"ThreadingModel"="Both"
[HKEY_CLASSES_ROOT\CLSID\{312AB530-ECC9-496E-AE0E-C9E6C5392499}\InprocServer32]
@="C:\\Program Files\\Common Files\\Microsoft shared\\Filters\\offfiltx.dll"
"ThreadingModel"="Both"
[HKEY_CLASSES_ROOT\.zip]
@="ZIP Files"
[HKEY_CLASSES_ROOT\ZIP Files]
@="{20E823C2-62F3-4638-96BD-90F4F6784EBC}"
[HKEY_CLASSES_ROOT\{20E823C2-62F3-4638-96BD-90F4F6784EBC}\PersistentHandler]
@="{3B224B11-9363-407e-850F-C9E1FFACD8FB}"
[HKEY_CLASSES_ROOT\{3B224B11-9363-407e-850F-C9E1FFACD8FB}\PersistentHandler\PersistentAddinsRegistered\IID_IFilter]
@="{20E823C2-62F3-4638-96BD-90F4F6784EBC}"
[HKEY_CLASSES_ROOT\.xlsb]
@="XLSB Files"
[HKEY_CLASSES_ROOT\XLSB Files]
@="{312AB530-ECC9-496E-AE0E-C9E6C5392499}"
[HKEY_CLASSES_ROOT\{312AB530-ECC9-496E-AE0E-C9E6C5392499}\PersistentHandler]
@="{B4132098-7A03-423D-9463-163CB07C151F}"
[HKEY_CLASSES_ROOT\{312AB530-ECC9-496E-AE0E-C9E6C5392499}\PersistentHandler\PersistentAddinsRegistered\IID_IFilter]
@="{B4132098-7A03-423D-9463-163CB07C151F}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\Filters\.xlsb]
"Extension"="xlsb"
"FileTypeBucket"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\Filters\.zip]
"Extension"="zip"
"FileTypeBucket"=dword:00000001
"MimeTypes"="application/zip"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.xlsb]
@="{312AB530-ECC9-496E-AE0E-C9E6C5392499}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.zip]
@="{20E823C2-62F3-4638-96BD-90F4F6784EBC}" - Save the file.
- Change the .txt file name extension to ".reg," and then
double-click the file to set the correct registry values.
- Click Start, click Run,
type cmd, and then click OK.
- At the command prompt, type the following commands. Press
ENTER after you type each command:
net stop
osearch
net start osearch
Article ID: 943102 - Last Review: January 29, 2008 - Revision: 2.2
APPLIES TO
- Microsoft Office Forms Server 2007
- Microsoft Office Groove Server 2007
- Microsoft Office Project Server 2007
- Microsoft Office SharePoint Server 2007
- 2007 Microsoft Office Servers Service Pack 1
| kbexpertiseadvanced kbhowto KB943102 |