Maintenance is being performed on Zoom's support site on November 4 that may cause support impact. For more information, please click here.
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
Documentation for building with Zoom's technology using SDKs, APIs, and webhooks
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-03-03 12:48 PM - edited 2022-03-03 01:00 PM
Hi,
I am trying to package up the Zoom Rooms msi file but the command switch do not work for a silent install. It seems always bring up a dialog.
Are there command switches that will work for a silent installation?
2022-03-03 01:43 PM
@jmartocc You'll want to use the below for a silent install.
Silent install | Install the client without user interaction, any install windows, or immediate restart. | msiexec /i ZoomRoomsInstaller.msi /quiet Silent=true | Boolean |
Documentation for reference: https://support.zoom.us/hc/en-us/articles/360059181792-Zoom-Rooms-deployment-guide
If this answer helped solve your question/issue, please hit the "Accept as Solution" button below.
2022-03-03 01:53 PM
Maybe I have the wrong msi. The Zoom rooms installer I have downloaded is called zoomrooms-5.9.4.990-x64.msi, this might be part of the issue. Where can I download zoomroomsinstaller.msi?
2022-03-03 02:01 PM
@jmartocc You have the correct file. If you are pulling it from https://www.zoom.us/download there shouldn't be any issues. You'll just want to use that file name or rename it.
I apologize as well as I provided you an incorrect reference link previously. Below is the correct one.
https://support.zoom.us/hc/en-us/articles/201362163-Mass-deploying-with-preconfigured-settings-for-W...
2022-03-03 02:05 PM - edited 2022-03-03 02:06 PM
This does not work. There is most likely an issue with the .msi file, can you confirm this functions properly? Below is a screen of the command you suggested and the pop up that occurs shortly after.
2022-04-07 07:38 AM - edited 2022-04-07 07:47 AM
Hello,
msiexec /i zoomrooms-5.9.4.990-x64.msi Silent=true AcceptGDPR=true /quiet
is what you're looking for.
regards,
Roel
2023-03-27 02:07 PM
This is the answer. Thank you friend.