cancel
Showing results for 
Search instead for 
Did you mean: 

Zoom Rooms Msi Command Line

jmartocc
Listener

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?

 

 

6 REPLIES 6

J-Zoom-ATL
Community Champion | Zoom Employee
Community Champion | Zoom Employee

@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.

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?

J-Zoom-ATL
Community Champion | Zoom Employee
Community Champion | Zoom Employee

@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... 

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.

 

jmartocc_0-1646345081465.png

 

Hello,

 

msiexec /i zoomrooms-5.9.4.990-x64.msi Silent=true AcceptGDPR=true /quiet

is what you're looking for.

regards,

Roel

This is the answer.  Thank you friend.