Question
Install Zoom via .msi without Outlook Plugin
Is it possible to install ZoomInstallerFull.msi without installing ZoomOutlookMAPI.exe?
I got error:
Info 1321.The Installer has insufficient privileges to modify this file: C:\Program Files (x86)\Zoom\bin\ZoomOutlookMAPI.exe. System Error 5.
because my antivirus blocks ZoomOutlookMAPI.exe and installation process stops in domain environment.
And yes, i do need msiexex installation keys for .bat script
msiexec /i \\server\scripts\ZoomInstallerFull.msi /quiet /qn /norestart ZConfig="nogoogle=1;nofacebook=1;disableloginwithemail=1;nosso=1;IntegrateZoomWithOutlook=0"
does not worked for me, ZoomOutlookMAPI.exe is trying to install anyway.
Is it possible to disable it by installation key?
