Zoom Rooms Msi Command Line | Community
Skip to main content
Newcomer
March 3, 2022
Question

Zoom Rooms Msi Command Line

  • March 3, 2022
  • 2 replies
  • 12 views

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?

 

 

    2 replies

    Employee
    March 3, 2022

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

    jmartoccAuthor
    Newcomer
    March 3, 2022

    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?

    Employee
    March 3, 2022

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

    jmartoccAuthor
    Newcomer
    March 3, 2022

    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.

     

     

    Newcomer
    April 7, 2022

    Hello,

     

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

    is what you're looking for.

    regards,

    Roel