cancel
Showing results for 
Search instead for 
Did you mean: 

MSI switches for locked down install

UOFM_Support
Listener

If I wanted a locked down MSI installer for Zoom meetings - using these new enterprise switches and want to achieve this scenerio below what are the correct switches:

 

would it be:

 

msiexec /i ZoomInstallerFull.msi zConfig="AU2_EnableAutoUpdate=1" zConfig="AU2_SetUpdateChannel=0" zConfig="AU2_EnableShowZoomUpdates=0" zConfig="AU2_EnableUpdateAvailableBanner=1" zConfig="AU2_EnableManualUpdate=0" /norestart /log "C:\temp\zoom.log"

Locked Down - No User Visibility, No Control

In this example, the system administrator wants to control everything about the user experience, and they want to minimize questions and user curiosity by hiding all notifications and configuration UI.

Settings:

  • AU2_EnableAutoUpdate - ON and required
  • AU2_SetUpdateChannel: Slow (0) and required
  • AU2_EnableShowZoomUpdates - OFF
  • AU2_EnableUpdateAvailableBanner - OFF
  • AU2_EnableManualUpdate - OFF
2 REPLIES 2

Jameswalter
Participant

The Security icon in the meeting controls allows the host or co-host of a meeting to enable or disable options during a meeting to secure the meeting and minimize disruption during the meeting. Most of the settings can be controlled from Account, Group, and User settings prior to the meeting

Serjape
Listener

Did you ever get an answer to thi?  Have you tested yours?