MSI switches for locked down install | Community
Skip to main content
Newcomer
December 21, 2022
Question

MSI switches for locked down install

  • December 21, 2022
  • 2 replies
  • 6 views

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

Newcomer
December 22, 2022

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

Newcomer
November 17, 2023

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