Deploy ZCO automatically

Ask your questions and get help with Zimbra's Outlook Connector.
Post Reply
chh
Advanced member
Advanced member
Posts: 190
Joined: Fri Sep 12, 2014 10:10 pm

Deploy ZCO automatically

Post by chh »

Hi,
I wonder how you deal with redeploying ZCO after upgrading Zimbra.

What I would like to see is a (semi-)automatic upgrade. Ideally the user should be asked if he wants to upgrade when connecting his Outlook to the Server.

I filed an enhancement bug report.

If you would like to see such a feature or have a another solution feel free to vote for it or post here.

Christian">http://bugzilla.zimbra.com/show_bug.cgi?id=14934
Christian
gmsmith
Outstanding Member
Outstanding Member
Posts: 432
Joined: Fri Sep 12, 2014 10:09 pm

Deploy ZCO automatically

Post by gmsmith »

Don't forget to vote for your RFE after you enter it...
chh
Advanced member
Advanced member
Posts: 190
Joined: Fri Sep 12, 2014 10:10 pm

Deploy ZCO automatically

Post by chh »

Thanks for the hint.
vshah
Advanced member
Advanced member
Posts: 86
Joined: Fri Sep 12, 2014 10:07 pm

Deploy ZCO automatically

Post by vshah »

I agree. It's a pain -- both from an admin perspective and an user perspective -- to ask users to grab a new ZCO installer and install.
Does anyone have a good way of doing this?
1230zaf
Advanced member
Advanced member
Posts: 69
Joined: Fri Sep 12, 2014 10:03 pm

Deploy ZCO automatically

Post by 1230zaf »

If you're running Active Directory you could push the .msi to your clients via Group Policy. I'm nots ure how safe it is to do with the Zimbra connector, so you may want to test on your own. You can google or search Microsoft's site for the right way to publish applications to computers with Group Policy.
You may be able to write your own scripts to check for an apply new versions as well with msiexec (the tool that performs the installation of .msi files)
Something like:

msiexec /i ZimbraOlkConnector-.msi /quiet

may work for you
jonnyRo
Advanced member
Advanced member
Posts: 88
Joined: Fri Sep 12, 2014 10:03 pm

Deploy ZCO automatically

Post by jonnyRo »

At the very least it would be great to be able to blacklist versions that contain any code which could react improperly after the DST change.
KenVM
Posts: 28
Joined: Fri Sep 12, 2014 10:26 pm

Deploy ZCO automatically

Post by KenVM »

We use Active Directory here to install the Zimbra Outlook Connector onto people's pc's and apply upgrades as well.
I'd suggest testing it thoroughly first though, as we've been having a lot of problems. Especially with upgrades. Some computers just will not properly install the Connector. Others will not upgrade and others still will upgrade, but then lose their profile or contact list.
Noone here is an expert on .msi's though, so that could be part of the problem.
vshah
Advanced member
Advanced member
Posts: 86
Joined: Fri Sep 12, 2014 10:07 pm

Deploy ZCO automatically

Post by vshah »

Do you have a script that checks whether there is a ZCO installed and only hten upgrades to the new version?

Not all of our users use the ZCO with Outlook.
15539sam
Zimbra Alumni
Zimbra Alumni
Posts: 814
Joined: Fri Sep 12, 2014 9:52 pm

Deploy ZCO automatically

Post by 15539sam »

a quick & dirty way to test if zco is installed is to grep mapisvc.inf for 'Zimbra' or look for the existance of LSMSSP32.DLL
chh
Advanced member
Advanced member
Posts: 190
Joined: Fri Sep 12, 2014 10:10 pm

Deploy ZCO automatically

Post by chh »

Being able to check the version would be helpful as well.

So that you do not try to update a recent version.
Post Reply