Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2022-02-20 03:45 PM - edited 2022-02-20 03:46 PM
Greetings,
I'm trying to deploy the Zoom desktop client to a large group of lab PCs, however there are some issues I've run into.
I'm using the default installer, with no special configurations being applied. Here's what I've found:
msiexec /i C:\ExamplePath\ZoomInstallerFull.msi /quiet /qn /norestart /log install.log
msiexec /i C:\ExamplePath\ZoomInstallerFull.msi
So as of right now, the only way for me to deploy the Zoom desktop client to our PCs, is by logging into each computer, and either double-clicking on the MSI itself, or, running msiexec /i C:\ExamplePath\ZoomInstallerFull.msi from either the Run line or a command prompt.
Is anyone out there successfully silently deploying the Zoom desktop client remotely?
Thanks in advance,
Matt
Solved! Go to Solution.
2022-02-21 10:14 AM
Hi Ilyassov,
Thanks for the reply, and information.
It turned out to be a rookie mistake on my part. Running the msiexec command with only the install "/i" switch can be run normally with an admin login, but when adding the rest of the switches, it has to be run from either an elevated command prompt, or if run remotely, executed using the local system account.
Once I ran it remotely using the proper task deployment which uses the local system account (we currently use Symantec Ghost), it was successful.
Thanks again Ilyassov.
Your post got me looking at it from a different perspective, which led me to the solution.
Kind Regards,
Matt
2022-02-21 09:09 AM
Hi Matt,
We use Microsoft Endpoint Manager (SCCM) for deploy Zoom to each PC in our domain without any problem.
Command line:
msiexec /i "ZoomInstallerFull.msi" /q /norestart MSIRESTARTMANAGERCONTROL="Disable" ZConfig="nogoogle=1;nofacebook=1" ZNoDesktopShortCut="true"
2022-02-21 10:14 AM
Hi Ilyassov,
Thanks for the reply, and information.
It turned out to be a rookie mistake on my part. Running the msiexec command with only the install "/i" switch can be run normally with an admin login, but when adding the rest of the switches, it has to be run from either an elevated command prompt, or if run remotely, executed using the local system account.
Once I ran it remotely using the proper task deployment which uses the local system account (we currently use Symantec Ghost), it was successful.
Thanks again Ilyassov.
Your post got me looking at it from a different perspective, which led me to the solution.
Kind Regards,
Matt