|
| | |||||||
| Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna |
| | LinkBack | Thread Tools |
| |||
| Re: Where are the registry entries for Windows search? The message where all of the details shold be is blank? -- Ronnie Vernon Microsoft MVP Windows Shell/User "Jerry" <undisclosed> wrote in message news:B62B90B5-8FDC-4B71-9468-50D79B5221A0@microsoft.com...[color=blue] >[/color] |
| |||
| Re: Where are the registry entries for Windows search? 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...[color=blue] > > 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_' ([url]http://www.vistax64.com[/url]) > *Please post feedback to help others.*[/color] |
| |||
| Re: Where are the registry entries for Windows search? "Jerry" <undisclosed> wrote ...[color=blue] >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.[/color] 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: [url]http://msdn2.microsoft.com/en-us/library/aa965717.aspx[/url] for 3.x: [url]http://msdn2.microsoft.com/en-us/library/bb266533.aspx[/url] There might be third-party TIFF iFilters which work on Vista, I dunno. Maybe [url]http://www.ifiltershop.com/xmpfilter.html[/url] ?? Hope it helps, -- Andrew McLaren amclar (at) optusnet dot com dot au |
| |||
| Re: Where are the registry entries for Windows search? Thanks a lot, Andrew. 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. For Sharepoint, there has been a workaround (see [url]http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1417396&SiteID=1&mode=1)[/url], perhaps I can follow the analogy and get it also in Vista :-) 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...[color=blue] > "Jerry" <undisclosed> wrote ...[color=green] >>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.[/color] > > 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: > [url]http://msdn2.microsoft.com/en-us/library/aa965717.aspx[/url] > for 3.x: > [url]http://msdn2.microsoft.com/en-us/library/bb266533.aspx[/url] > > There might be third-party TIFF iFilters which work on Vista, I dunno. > Maybe [url]http://www.ifiltershop.com/xmpfilter.html[/url] ?? > > Hope it helps, > -- > Andrew McLaren > amclar (at) optusnet dot com dot au >[/color] |
| |||
| Re: Where are the registry entries for Windows search? 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: Restricted Code Everyone Local Interactive Authenticated Users Built-in Users Users' security identifier (SID) 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...[color=blue] > "Jerry" <undisclosed> wrote ...[color=green] >>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.[/color] > > 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: > [url]http://msdn2.microsoft.com/en-us/library/aa965717.aspx[/url] > for 3.x: > [url]http://msdn2.microsoft.com/en-us/library/bb266533.aspx[/url] > > There might be third-party TIFF iFilters which work on Vista, I dunno. > Maybe [url]http://www.ifiltershop.com/xmpfilter.html[/url] ?? > > Hope it helps, > -- > Andrew McLaren > amclar (at) optusnet dot com dot au >[/color] |
| |||
| Re: Where are the registry entries for Windows search? "Jerry" <undisclosed> wrote ...[color=blue] >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.[/color] 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 |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Registry entries are hidden | Jeff | Windows XP | 3 | 06-16-2007 12:41 AM |
| Entries in Registry | Zygy | Windows XP | 6 | 05-05-2007 03:04 PM |
| Restore .avi registry entries. | Cat | Windows Vista | 1 | 04-15-2007 02:00 AM |
| How windows XP handle old registry entries? | Kvin | Windows XP | 8 | 01-24-2007 03:45 AM |
| Recovering registry entries from a cloned disk? | Bill | Windows XP | 2 | 01-04-2007 07:06 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |