HD video and audio collaboration
Integrations and bots to use with Zoom
Full-featured, easy-to-use, engaging webinars
Enterprise cloud phone system
All-in-one platform to host virtual experiences
Connect your teams and streamline communications
Power up your conference rooms with video
APIs & SDKs to extend and enhance Zoom
Supporting a Hybrid-friendly Work Environment
Explore products and tools for seamless collaboration across office and home working spaces.
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse BackgroundsDiscover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse BackgroundsWhat's New at Zoom? Join our upcoming webinar to get a first-hand look into some of our exciting new product and feature releases.
Register Now2022-01-06 04:25 AM
Hi,
I'm looking for some technical help on this. I'm trying to create a deployment package for Zoom, with some customisation using the specified parameters.
What I want to do is:
Enable autoupdates
Stop the MSI running if a meeting is in progress
No Desktop icon
set the SSO host to our domain
Set Zoom to auto start, and be in the System tray (ideally have these user changeable after install)
I believe I can use ZRecommend for the last line, but it doesn't seem to work as expected. Here's what I'm using in CMD
msiexec /i ZoomInstallerFull.msi /q /norestart ZoomAutoUpdate=true MSIRESTARTMANAGERCONTROL=Disable ZNoDesktopShortCut=true ZSSOHOST=OURSSOLINK ZRecommend="ZoomAutoStart=1;zSilentStart=1"
Almost everything works, except the ZRecommend bits. If I remove the ZRecommend text and just have ZoomAutoStart=True that works (but Zoom is open, not just in the System Tray). If I add zSilentStart=True the check box for this in the settings is also selected, but the user cannot change this. I've also tried to use AutoStartInSystemTray , but that doesn't seem to make any difference (and notes it is for after a reboot, not a log in)
What am I doing wrong? Any help appreciated
Simon
Solved! Go to Solution.
2022-01-12 11:41 AM
Hey @SimonH, try to add “AutoStartInSystemTray=1“ in the ZRecommend and remove ZSILENTSTART and ZoomAutoStart.
There are the following limitaions If the user sets these settings at the same time, we will follow this priority: ZSILENTSTART > ZoomAutoStart > AutoStartInSystemTray > AutoStartAfterReboot
This also means these two settings cannot be set like this:
“Start Zoom when I start Windows” and “Silently start Zoom when I start Windows” could only be enabled/disabled at the same time.
Let me know if this helps!
2022-01-12 07:36 AM
Hey @SimonH, have you looked into the KB article on Mass deployment with preconfigured settings for Windows for the Registry entries?
2022-01-12 07:44 AM
Hi
Thanks for the reply...
Yes, I looked at that KB article.
My deployment adds keys at HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\ZoomUMX\ as noted, but whenever I tried to have the AutoStart and AutoStart in System Tray as optional (or user changeable) they did not seem to be on by default.
What would the required entries be to have these options ticked as standard, but for the user to be able to change them? or can it be done with the MSI parameters? The instructions on that KB imply I can do it with zReccommend but that was not the behaviour I saw.
We want Zoom to auto start in the system tray (or minimised) as a default setting, but to have the user be able to turn that off. Can you please let me know what parameters I can use on the MSI to do this, or what registry entries I should add to do it?
Cheers
2022-01-12 11:41 AM
Hey @SimonH, try to add “AutoStartInSystemTray=1“ in the ZRecommend and remove ZSILENTSTART and ZoomAutoStart.
There are the following limitaions If the user sets these settings at the same time, we will follow this priority: ZSILENTSTART > ZoomAutoStart > AutoStartInSystemTray > AutoStartAfterReboot
This also means these two settings cannot be set like this:
“Start Zoom when I start Windows” and “Silently start Zoom when I start Windows” could only be enabled/disabled at the same time.
Let me know if this helps!
2022-01-19 04:29 PM
On a similar note I am just trying to get Zoom to start automatically not minimized to system tray. I would like the box to be checked but allow the user to uncheck if needed. Is this possible? I tried just using ZRecommend="ZoomAutoStart=1" but it didn't do anything.
Thanks
2022-01-18 06:38 AM
Hi RN,
Ah ha, using zRecommend="AutoStartInSystemTray=1" in place of ZSILENTSTART and ZoomAutoStart works like I wanted
Both the auto start, and auto start silently boxes are selected, but can be changed by the user.
Thanks for this
Simon
2022-01-18 07:13 AM
@SimonH amazing! 🙌