Page 1 of 1

Disable automatic upgrades of Outlook Connector

Posted: Thu Mar 12, 2020 2:46 pm
by patrickwilson82
Can anyone tell me how to disable automatic upgrades of Zimbra Outlook Connector? My users don't have admin rights on their PC's, so I don't want them to be prompted to upgrade every time I install a new Zimbra Patch. I'd rather do that myself. Thanks.

Re: Disable automatic upgrades of Outlook Connector

Posted: Thu Mar 12, 2020 5:38 pm
by fs.schmidt
Hello,

Please start with the customizing ZCO documentation:

https://zimbra.github.io/zco-docs/lates ... ustomizing

Code: Select all

Disabling Auto-Upgrade
When a user launches Outlook, by default ZCO checks Zimbra Collaboration for a newer version of ZCO. If a newer version is available, the user receives a prompt with the option to upgrade.

You can disable the auto-upgrade feature using the --disable-autoupgrade switch.

Re: Disable automatic upgrades of Outlook Connector

Posted: Thu Mar 12, 2020 8:04 pm
by patrickwilson82
Thank you for the response. I found that documentation. But I'm a little unclear on it. Do I run that switch on the client? Or on the server? If it's on the Server, the Server is already in use. it sounds like that was for initial set up purposes.

Re: Disable automatic upgrades of Outlook Connector

Posted: Fri Mar 13, 2020 12:47 am
by fs.schmidt
patrickwilson82 wrote:Thank you for the response. I found that documentation. But I'm a little unclear on it. Do I run that switch on the client? Or on the server? If it's on the Server, the Server is already in use. it sounds like that was for initial set up purposes.

It's in the client. The documentation allows customizing the package to enforce the option to never check for update.

Maybe looking the windows registry you can found how to change this behaviour after the package is installed without the customization. I recommend to create the customized package so you can set your server name, language, etc. It's not so complex.

Best regards.

Re: Disable automatic upgrades of Outlook Connector

Posted: Fri Mar 13, 2020 7:37 pm
by patrickwilson82
Thank you again for the help. I'm starting to understand this a little more, but I don't seem to have the msi packages on this test server. They're not present in the admin console either.

Image

Is there a place where I can get a copy, or is there a command I need to run on my server to download from the repository? I just recently downloaded Patch 8. Thanks.

Re: Disable automatic upgrades of Outlook Connector

Posted: Sat Mar 14, 2020 6:31 pm
by fs.schmidt
patrickwilson82 wrote:Thank you again for the help. I'm starting to understand this a little more, but I don't seem to have the msi packages on this test server. They're not present in the admin console either.

Image

Is there a place where I can get a copy, or is there a command I need to run on my server to download from the repository? I just recently downloaded Patch 8. Thanks.
The MSI files are in the /opt/zimbra/jetty/webapps/zimbra/downloads/ directory.

Please note that you must use the UNSIGNED msi packages.

Best regards.
Fabio S. Schmidt

Re: Disable automatic upgrades of Outlook Connector

Posted: Mon Mar 16, 2020 6:23 pm
by patrickwilson82
fs.schmidt wrote:
patrickwilson82 wrote:Thank you again for the help. I'm starting to understand this a little more, but I don't seem to have the msi packages on this test server. They're not present in the admin console either.

Image

Is there a place where I can get a copy, or is there a command I need to run on my server to download from the repository? I just recently downloaded Patch 8. Thanks.
The MSI files are in the /opt/zimbra/jetty/webapps/zimbra/downloads/ directory.

Please note that you must use the UNSIGNED msi packages.

Best regards.
Fabio S. Schmidt
Thank you. I found the unsigned msi files, but when I attempt to run the command from the Windows command prompt inside the folder where I saved the .js file and the two unsigned .msi files, I get the following error.

https://imgur.com/a/z3UDUzz

Re: Disable automatic upgrades of Outlook Connector

Posted: Tue Mar 17, 2020 12:19 pm
by fs.schmidt
Hello,

Try to remove the < > of the values.

Best regards.

Re: Disable automatic upgrades of Outlook Connector

Posted: Tue Mar 17, 2020 12:39 pm
by patrickwilson82
fs.schmidt wrote:Hello,

Try to remove the < > of the values.

Best regards.
It still gives me the same error whether I put <> around the msi file name or not. If I remove all of the <> it gives me a syntax error.