Give more specific details on what you need about Search for us to
help.
Here is the folder location for the Indexing search contents.
1. Open Folder Options. (Control Panel or Tools menu in Explorer)
2. Check "Show hidden files and folders" and click OK.
3. Go to: "C:\ProgramData\Microsoft".
4. Open the "Search" folder for it's content.
Hope this helps,
Shawn
--
brink
*There are no dumb questions, just the people that do not ask them.*
'_www.Vistax64.com_' (http://www.vistax64.com)
*Please post feedback to help others.*
I need to get the search to use the MODI iFilter to index TIF and MDI files.
I am therefore trying to find the Registry settings that regulate indexing
behavior in Vista.
"brink" <brink.2tq5u2@no-mx.forums.net> wrote in message
news:brink.2tq5u2@no-mx.forums.net...
>
> Jerry,
>
>
> Give more specific details on what you need about Search for us to
> help.
>
> Here is the folder location for the Indexing search contents.
>
> 1. Open Folder Options. (Control Panel or Tools menu in Explorer)
> 2. Check "Show hidden files and folders" and click OK.
> 3. Go to: "C:\ProgramData\Microsoft".
> 4. Open the "Search" folder for it's content.
>
> Hope this helps,
> Shawn
>
>
> --
> brink
>
> *There are no dumb questions, just the people that do not ask them.*
> '_www.Vistax64.com_' (http://www.vistax64.com)
> *Please post feedback to help others.*
"Jerry" <undisclosed> wrote ...
>I need to get the search to use the MODI iFilter to index TIF and MDI
>files. I am therefore trying to find the Registry settings that regulate
>indexing behavior in Vista.
Are you using the Microsoft-supplied MODI iFilter? ie, from Office or
Sharepoint? If so then, as I understand it, this filter does not work at all
on Vista. End of story. No amount of registry hacking will bring it back to
life. We need to wait for an updated Vista-compatible MODI iFilter from
Microsoft. Until then, MDI files are unindexed.
Yes, this was extremely poor planning by Microsoft!! It sucks. Something to
do with security, apaprently.
The filter is MODI 12 that ships with Office 2007. Seems unbelievable
Microsoft would allow themselves such a gross error. I would also believe
that, once discovered, they would rush to solve it in no time. The MODI
filter actually stopped working even before Vista's official release - it
happened with WDS 3.0. Why we are where we are, after so much time, beats
me.
I am desperate, because I have many years worth of scanned and OCRed tif
documents in my archive. That's why I am thinking desperate thoughts like
fiddling with Registry.
BTW I tried XMP iFilter, but no luck. Only it screwed up the settings, so
after uninstallation I now have TIF and MDI connected to the "plain text
filter". One more reason why I need to dive into Registry.
"Andrew McLaren" <andrew@fakeaddress.com> wrote in message
news:BEE0A332-3E63-4647-B0CE-D6F0A0C60E13@microsoft.com...
> "Jerry" <undisclosed> wrote ...
>>I need to get the search to use the MODI iFilter to index TIF and MDI
>>files. I am therefore trying to find the Registry settings that regulate
>>indexing behavior in Vista.
>
> Are you using the Microsoft-supplied MODI iFilter? ie, from Office or
> Sharepoint? If so then, as I understand it, this filter does not work at
> all on Vista. End of story. No amount of registry hacking will bring it
> back to life. We need to wait for an updated Vista-compatible MODI
> iFilter from Microsoft. Until then, MDI files are unindexed.
>
> Yes, this was extremely poor planning by Microsoft!! It sucks. Something
> to do with security, apaprently.
>
> The registry locations used by iFilters, are documented in MSDN. They are
> different for WDS 2.x and WDS3.x. Vista uses WDS 3.x. But some legacy
> iFilters can still run on Vista, so they would still refer to the older
> 2.6 loctions:
> For 2.6:
> http://msdn2.microsoft.com/en-us/library/aa965717.aspx
> for 3.x:
> http://msdn2.microsoft.com/en-us/library/bb266533.aspx
>
> There might be third-party TIFF iFilters which work on Vista, I dunno.
> Maybe http://www.ifiltershop.com/xmpfilter.html ??
>
> Hope it helps,
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
I have just read the following on MSDN (from the link you supplied):
=============================
Indexing Service-Specific Implementation Information
The following information found in the Indexing Service IFilter
documentation is not applicable to writing filters for Windows Search or
Windows Vista:
Windows Search does not supply the same helper functions as Indexing
Service.
Filters for Indexing Service run in the protocol host process (cidaemon.exe)
under the Local System security context, while filters for Windows Search
run in a filter isolation process (SearchFilterHost.exe) under the Local
System security context with restricted rights.
In this filter isolation process, a number of rights are removed:
The removal of these rights means the filter does not have access to the
disk system or network or to any user interface or clipboard functions.
Furthermore, the isolation process runs under a job object that prevents
child processes from being created and imposes a 100 MB limit on the working
set. The filter host isolation process increases the stability of the
indexing platform, due to the possibility of incorrectly implemented 3rd
party IFilters.
==================================
I will now try to give the indexing service super-duper rights and also
revert to the previous MODI (from Office 2003), and see if that helps.
Thanks again for putting me on the right track.
"Andrew McLaren" <andrew@fakeaddress.com> wrote in message
news:BEE0A332-3E63-4647-B0CE-D6F0A0C60E13@microsoft.com...
> "Jerry" <undisclosed> wrote ...
>>I need to get the search to use the MODI iFilter to index TIF and MDI
>>files. I am therefore trying to find the Registry settings that regulate
>>indexing behavior in Vista.
>
> Are you using the Microsoft-supplied MODI iFilter? ie, from Office or
> Sharepoint? If so then, as I understand it, this filter does not work at
> all on Vista. End of story. No amount of registry hacking will bring it
> back to life. We need to wait for an updated Vista-compatible MODI
> iFilter from Microsoft. Until then, MDI files are unindexed.
>
> Yes, this was extremely poor planning by Microsoft!! It sucks. Something
> to do with security, apaprently.
>
> The registry locations used by iFilters, are documented in MSDN. They are
> different for WDS 2.x and WDS3.x. Vista uses WDS 3.x. But some legacy
> iFilters can still run on Vista, so they would still refer to the older
> 2.6 loctions:
> For 2.6:
> http://msdn2.microsoft.com/en-us/library/aa965717.aspx
> for 3.x:
> http://msdn2.microsoft.com/en-us/library/bb266533.aspx
>
> There might be third-party TIFF iFilters which work on Vista, I dunno.
> Maybe http://www.ifiltershop.com/xmpfilter.html ??
>
> Hope it helps,
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
"Jerry" <undisclosed> wrote ...
>I have just read the following on MSDN (from the link you supplied):
> <snip>
> I will now try to give the indexing service super-duper rights and also
> revert to the previous MODI (from Office 2003), and see if that helps.
>
> Thanks again for putting me on the right track.
No worries good luck with it!!!
I really feel your pain. It's such a crazy, fundamental kind of mismatch,
from products which are supposed to be closely allied stable-mates (Windows
and Office). FWIW, at Microsoft the Office group are often regarded as
living in their own little solipsistic world, even by other Microsoft
product groups. Office continually go off and do their own thing. Don't like
the standard Win32 UI? No problem, just design a completely unique UI unlike
any other - but hey, we're Office, so why not? And we'll just go and create
this MSOCache, without asking "do you mind?". They are continually
re-inventing bits of the operating system, in their own image ... etc ...
Hopefully the real solution (an updated iFilter) will be available soon but
not soon enough for many ...
--
Andrew McLaren
amclar (at) optusnet dot com dot au
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.