Upgrading Zoom Client without Closing Client
I would like to package and deploy the Zoom Workplace Client via SCCM, however my experience has been that it closes the Zoom client.
Is there a way to upgrade the Workplace Client via an SCCM package that doesn't close the client?
Here is my install:
msiexec.exe /i ZoomInstallerFull.msi zRecommend="AU2_EnableAutoUpdate=true;AU2_SetUpdateChannel=0;AU2_InstallAtIdleTime=true" /qn /norestart /L*V "C:\Logs\ZoomInstall.log" MSIRESTARTMANAGERCONTROL="Disable"
Show less