Zoom Rooms Msi Command Line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-03-27 02:07 PM
This is the answer. Thank you friend.