Exchange with Outlook 2008 or 2010 in Windows
When you click on a url from a Exchange connector in ES's search result page the email should open Outlook. This is done by crafting a special url in the format "outlook:000000003eb852348...". Sometimes Outlook don't register the "outlook:" url handler correctly. If this is the case noting will happen when you click on the link ( or the browser try to open a webpage ).
We have created a small program that fixes this, without doing anything more. It can be downloaded below. Please read the README.txt for instructions.
Download fix for url scheme in Windows: Outlook2007Scheme.zip
The program creates and sets the registry key HKEY_CLASSES_ROOT\outlook\shell\open\command to the correct path for outlook.exe. Full source code is included.
Opening files from network shares in Internet Explorer, FireFox or Google Chrome
The security model in many browsers prevent opening of files stored on Windows shares by default. To enable that you typecly have to find a way to allow the browser to open file:// url's.
|