################################################################################################
Readme
################################################################################################

Problem:
Cisco unity Connection Intelligent Notification messages received in an email does not display the images. 
As these images served over HTTPs and required authentication if authentication mode is enabled.

Due to HTTPs path for images the Outlook 2007/2010 does not download images automatically when you 
receive a new email by default. Even if outlook is configured for automatic download, 
it still does not download image. 

Resolution/Recommendation:
Microsoft recommended to install the following service pack and hot fixes for downloading images 
when HTTPs is used in image path and authentication required to download images.

For Outlook 2007
1. Install service pack office2007sp3-kb2526086-fullfile-en-us.exe
2. Install hot fix office-kb2596993-fullfile-x86-glb.exe

For Outlook 2010 (x86)
1. Install hot fix office2010-kb2459116-fullfile-x86-glb.exe

For Outlook 2010 (x64)
1. Install hot fix office2010-kb2459116-fullfile-x64-glb.exe

If you are using Outlook 2007 or Outlook 2010 and tries to open an HTML-formatted email message that contains 
an HTTP reference to an image that requires proxy authentication, Outlook wont bring up the password dialog 
and the image wont be displayed.

To address this, you need to create the registry key for Outlook:

Key: HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Common
Value name: AllowImageProxyAuth
Value type: REG_DWORD
Value: 2

This batch file "Install.bat" automates above manual steps, It installs the Microsoft service pack and 
Hot-Fix required for Outlook 2007 and Outlook 2010. And adds a registry entry AllowImageProxyAuth 
with value set to 2 in the Registry Path : HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Common.

################################################################################################
Installation Instructions for Admin:
################################################################################################
1. Copy the executables (Service pack and Hot fixes) to a common shared location 
example : \\sea-dmz.cisco.com\temp\OutlookPatches

2. Unzip the OutlookPatchesForIN.zip

3. In OutlookPatchesForIN folder, Update Config.txt with the full path of directory, where the executables are placed.
example add \\sea-dmz.cisco.com\temp\OutlookPatches in the Config.txt

################################################################################################
Installation Instructions for Outlook User:
################################################################################################

1. Close Outlook application. 
2. Unzip the OutlookPatchesForIN.zip
3. In OutlookPatchesForIN folder, double click on "Install.bat".

Installation process is interactive and will install all the required patches.

Note: 
1. Administrator makes sure that Config.txt contains valid path to the patches, all user have access to the patches folder.
2. System restart is recommended after installing the patches.

###############################################################################################
Uninstallation Instructions:
###############################################################################################
Service Pack and Hot fixes cannot be uninstalled; however user can remove the registry entry.
1. Unzip the OutlookPatchesForIN.zip
2. In OutlookPatchesForIN folder, double click on "Uninstall.bat".
3. Restart Outlook.


References:- 
Windows SP3 : http://support.microsoft.com/kb/2526086
Hot-Fix for Outlook 2007 : http://support.microsoft.com/kb/2596993
Hot fix for Outlook  2010 : http://support.microsoft.com/kb/2459116

