Deployment of MSI with specific config
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
