Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2023-02-16 07:51 AM
Hi,
We are deploying Zoom Meetings 5.12.10232 to 100+ devices with Intune.
The deployment works well. We use the command below:
msiexec /i "%~DP0ZoomInstallerFull.msi" ZConfig="AU2_EnableAutoUpdate=true;AU2_SetUpdateChannel=0;AU2_EnableManualUpdate=false;AU2_EnableUpdateAvailableBanner=false;AU2_EnableShowZoomUpdates=false" zNoDesktopShortCut="true" /qn
But now we find out the application is only updated on devices where Zoom is running/started.
Is it possible to auto update the application in the background on devices where Zoom isn't started?
Thank you.
2023-02-22 09:30 AM - edited 2023-02-22 09:31 AM
@mjklomp believe in order to keep Zoom always updated you would need to have the application running within the background therefore continuously refreshing/connected to Zoom for updates. The only thing I could think of at this time you could leverage the MSI option of "zSilentStart", which will automatically start the client in the system tray after reboot.
Just note Auto-update is Disabled by default, this will remove the Check for Updates option in the client and thus not allow users to check for and install updates for the Zoom client. If auto-update is enabled, users will be able to check for updates in the client and will not require elevated admin rights to update. To enable and allow users to update the Zoom client, append ZoomAutoUpdate="true" to your install choice:
msiexec /package ZoomInstallerFull.
Notes:
I hope this guides you in the right direction! 🙂