Anyone running into issues with scripting Zoom installs
Posted by 3lpsyK0ngr00@reddit | sysadmin | View on Reddit | 9 comments
Can't for the life of me, script Zoom install to install 64-bit version of Zoom.
-No matter what arguments I use, it always defaults to 32-bit version, despite using the correct installer for 64-bit Zoom
May be tied to the script running as the system account rather than the user acc (seems that these install to different locations)
Any ideas or suggestions would be appreciated
Godcry55@reddit
Works for me, I will share arguments required later.
3lpsyK0ngr00@reddit (OP)
Hey, can you send me the script you used? and url for installer?
Godcry55@reddit
Apologies, just saw this. I will send it later tonight.
sryan2k1@reddit
Are you using "Zoom Workplace desktop app for Meetings (64-bit) - MSI installer" from - https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0060407
And using these directions for a silent install? https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0064484
Specifically:
msiexec /i ZoomInstallerFull.msi /quiet /qn /norestart /log install.log3lpsyK0ngr00@reddit (OP)
I used the installer found here:
https://zoom.us/downloadaa
sryan2k1@reddit
That link is broken. I'm guessing you used the wrong MSI.
3lpsyK0ngr00@reddit (OP)
either way, I'll try the installer from the link you gave me before, see if that fixes anything
3lpsyK0ngr00@reddit (OP)
this is the link (typo before):
https://zoom.us/download
3lpsyK0ngr00@reddit (OP)
I also did use those arguments, and resulted in 32-bit version being installed