Registration for Zoomtopia is LIVE! Join us virtually or in person for the biggest event of the year and experience the future of AI-driven collaboration.
Register today!Everything 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
Remove the hassle of traditional scheduling with Zoom Scheduler
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
Optimize contact center agent performance and engagement
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
Hardware purchase and subscription options
Flexible subscription plans for hardware
Protect certain data at rest with your own encryption keys
An open platform that allows developers to build Zoom apps and integrations.
Explore thousands of apps that work with or within Zoom
Explore over 1,500 apps in Zoom App Marketplace
Documentation for building with Zoom's technology using SDKs, APIs, and webhooks
Documentation for building on Zoom's platform using APIs, Webhooks, and SDKs
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 Backgrounds2022-02-20 03:45 PM - edited 2022-02-20 03:46 PM
Greetings,
I'm trying to deploy the Zoom desktop client to a large group of lab PCs, however there are some issues I've run into.
I'm using the default installer, with no special configurations being applied. Here's what I've found:
msiexec /i C:\ExamplePath\ZoomInstallerFull.msi /quiet /qn /norestart /log install.log
msiexec /i C:\ExamplePath\ZoomInstallerFull.msi
So as of right now, the only way for me to deploy the Zoom desktop client to our PCs, is by logging into each computer, and either double-clicking on the MSI itself, or, running msiexec /i C:\ExamplePath\ZoomInstallerFull.msi from either the Run line or a command prompt.
Is anyone out there successfully silently deploying the Zoom desktop client remotely?
Thanks in advance,
Matt
Solved! Go to Solution.
2022-02-21 10:14 AM
Hi Ilyassov,
Thanks for the reply, and information.
It turned out to be a rookie mistake on my part. Running the msiexec command with only the install "/i" switch can be run normally with an admin login, but when adding the rest of the switches, it has to be run from either an elevated command prompt, or if run remotely, executed using the local system account.
Once I ran it remotely using the proper task deployment which uses the local system account (we currently use Symantec Ghost), it was successful.
Thanks again Ilyassov.
Your post got me looking at it from a different perspective, which led me to the solution.
Kind Regards,
Matt
2022-02-21 09:09 AM
Hi Matt,
We use Microsoft Endpoint Manager (SCCM) for deploy Zoom to each PC in our domain without any problem.
Command line:
msiexec /i "ZoomInstallerFull.msi" /q /norestart MSIRESTARTMANAGERCONTROL="Disable" ZConfig="nogoogle=1;nofacebook=1" ZNoDesktopShortCut="true"
2022-02-21 10:14 AM
Hi Ilyassov,
Thanks for the reply, and information.
It turned out to be a rookie mistake on my part. Running the msiexec command with only the install "/i" switch can be run normally with an admin login, but when adding the rest of the switches, it has to be run from either an elevated command prompt, or if run remotely, executed using the local system account.
Once I ran it remotely using the proper task deployment which uses the local system account (we currently use Symantec Ghost), it was successful.
Thanks again Ilyassov.
Your post got me looking at it from a different perspective, which led me to the solution.
Kind Regards,
Matt