You're invited to Zoomtopia 2022! Our annual user conference will take place in the Americas on November 8-9 and in APAC, Japan, and EMEA on November 17.
Learn more about our hybrid event experienceEverything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Bring fluid interactions to hybrid teams with Zoom Huddles
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Flexible subscription plans for hardware
An open platform that allows developers to build Zoom apps and integrations.
Explore over 1,500 apps in Zoom App Marketplace
Documentation for building on Zoom's platform using APIs, Webhooks, and SDKs
Resources that help developers evaluate & build with our solutions
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2023-01-06 02:16 PM
Is anyone else experiencing an issue where Zoom updates are requiring admin rights to update? I deployed v5.12.3 (9638) via SCCM a few months back and used the ZoomAutoUpdate="true", EnableSilentAutoUpdate=1;SetUpdatingChannel=0 switches, but they didn't update in the registry, and any Zoom updates are prompting for admin creds. Here is my installer cmd:
msiexec.exe /i "%~dp0ZoomInstallerFull.msi" /quiet /qn /norestart /log zoommsi.log MSIRestartManagerControl=”Disable” zNoDesktopShortCut="true" zSilentStart="true" ZoomAutoUpdate="true" DisableAdvancedSharingService="true" ZConfig="Min2Tray=1;EnableSilentAutoUpdate=1;SetUpdatingChannel=0"
After searching today, I found this page with info on new autoupdating switches. Enterprise Auto Update policies for the Zoom client – Zoom Support
I updated my installer with the updated autoupdating switches, but it still is requiring admin creds to install updates. Here is the new installer:
msiexec.exe /i "%~dp0ZoomInstallerFull.msi" /quiet /qn /norestart /log zoommsi.log MSIRestartManagerControl=”Disable” zNoDesktopShortCut="true" zSilentStart="true" DisableAdvancedSharingService="true" ZConfig="AU2_EnableAutoUpdate=1;AU2_SetUpdateChannel=0;AU2_EnableShowZoomUpdates=0;AU2_EnableUpdateAvailableBanner=1;AU2_EnableManualUpdate=1;Min2Tray=1;"
Is anyone else seeing this? Am I messing up some of the cmds in this?
Thank you.
2023-02-14 02:49 AM
Not sure if you found the answer but, I'm pretty sure your issue is the use of DisableAdvancedSharingService="true" - this prevents the enablement of the Zoom Sharing Service which is also used to provide the privileged context to run the zUpdate.exe process that does the actual upgrade.