MSI switches for locked down install
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
