Forum Discussion
Zoom Workplace
Hi All,
We have setup an MSI App deployment for Zoom Workplace which has deployed to all machines successfully. However it will not Auto-Update? it is still on the same deployment version from months ago...
These are the command line arguments added:
AudioAutoAdjust=”1″
ZoomAutoUpdate=True
zConfig="AU2_EnableAutoUpdate=true;AU2_InstallAtIdleTime=True"
Can I change the MSI file to the latest one and will it deploy and overwrite existing? Any advice greatly appreciated!
Thanks,
Scott
8 Replies
- aditya07Copper Contributor
We deployed Zoom using the MSI installer and included the arguments shown below, but the auto-update feature still isn’t working. Do we need to include any additional parameters to enable automatic upgrades?
Command Line Arguments : /norestart ZoomAutoUpdate=True SetUpdatingChannel=1 ZConfig="AU2_EnableAutoUpdate=true;AU2_SetUpdateChannel=1"
- NicklasOlsenIron ContributorReplace the old version manually is a way of doing it.
However, I think Zoom is a part of Enterprise App Management; that is a part of the Intune Suite.
It depends if you would like to have an automated way or do it manually 🙂- scomidCopper ContributorThanks Nicklas, an automated way would be preferable which I thought I had done using the command line arguments but that has seemed to not have worked. IS there a guide to implement this?
- NicklasOlsenIron ContributorThe Enterprise App Management costs extra licenses. You can read more about it here:
https://learn.microsoft.com/en-us/mem/intune/apps/apps-enterprise-app-management
- rahuljindalBronze ContributorHello. Supersedence should be the way to go about this.
- scomidCopper ContributorDoes supersedence work with MSI deployment or does it have to be a WIN32?
- NicklasOlsenIron ContributorIt has to be a Win32, unfortunately.