Showing posts with label 64-bit Windows. Show all posts
Showing posts with label 64-bit Windows. Show all posts

Saturday, July 12, 2008

Monday, June 9, 2008

[IFilter] Indexing contents of RAR files

RAR IFilter from IFilterShop I'm using this RAR IFilter from the IFilterShop.com (free for non-commercial users) and my RAR files are now indexed including the contents.

They also offer interesting IFilters for ASPX, CHM, MSG, MS Project, Mind Manager, and many more other file types.

Note from the readme file:

In Vista Windows Search and Windows Desktop Search you need to configure a custom temporary directory:

  1. Open registry key "HKEY_LOCAL_MACHINE\SOFTWARE\IFilterShop\RarFilter"
  2. Add new String value named "TempPath" and enter the full path to the new temporary directory
  3. Restart Indexing Service

Sunday, May 11, 2008

PRB: Using Jet provider on 64-bit machines

If you experience the error message:

The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine

this is caused by the Jet provider not being available in native 64-bit.

You will have to target x86 with your .NET apps to make it work.

Wednesday, March 26, 2008