Quote:
Originally Posted by azilber The registery change seems to have fixed it. Code: Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\SharingAddin.Addin]
"FriendlyName"="Zimbra Sharing Addin"
"Description"="Zimbra Outlook Sharing Addin"
"LoadBehavior"=dword:00000003
"CommandLineSafe"=dword:00000000 Though this is still a bug. The installer should change this registery key during the install/upgrade. |
The following little script will make sure it all works:
create a Zimbra-Sharing.reg file with the contents of the code above.
create a fixzco459.cmd file that can be accessed via a shared drive with the contents of the code below.
Code:
@echo off
echo "%USERNAME%, make sure Outlook is shut down"
pause
echo Loading Reg fix
\\<share server>\<shared path>\Zimbra-Sharing.reg
echo "Deleting: %APPDATA%\Microsoft\Outlook\outcmd.dat"
del "%APPDATA%\Microsoft\Outlook\outcmd.dat"
And startup outlook.
I was going to either make an installer wrapper or rebuild the zco msi with this fix, but I just don't have that luxury right now.
Enjoy!