This article will guide you through installing the Zoom Plugin for Microsoft Outlook for Windows via Intune. This deployment makes it easy for the end user to start or schedule meetings on the Microsoft Outlook Calendar. After installation, this plugin integrates with Outlook automatically. The end user will need to have a Zoom Meetings account.
The application version used in this article is 6.2.5.1070.
Download Link:
https://zoom.us/download
I have downloaded the MSI executable file.
Things to consider during the packaging of applications
Please specify the source folder: [APP_FOLDER_NAME]
Please specify the setup file: ZoomOutlookPluginSetup.msi
Please specify the output folder: [OUTPUT_APP_PACKAGE_FOLDER_NAME]
(Refer Win32 Packaging Instructions: https://sysopsinsiders.com/packaging-win32-app-for-intune-upload)
Uploading and Deploying Zoom Outlook Plugin Win32 Package into Intune
Login to Microsoft Intune Admin Center: https://intune.microsoft.com/
Upload the ZoomOutlookPluginSetup.intunewin win32 file
I have mentioned only the following parameters during the deployment process. Other settings are similar for every application, or you can set them as required. Make sure the following parameters, such as Install, Uninstall, and Detection Rules, are set for this application.
Parameters | Command / Value |
Install Command (silent) | msiexec /i "ZoomOutlookPluginSetup.msi" /qn /norestart |
Uninstall Command (silent) | msiexec /x "{465E6D38-31AF-4460-9884-52F60EFCD446}" /qn |
Detection Rules | Rules format - Manually configure detection rules |
For generating the install log, you can add the following command line in the Install Command section
/L*V %windir%\logs\ZoomOutlookPlugin-Install.log
You can use your custom path for its storage
Install Command line Demystification
Command | Description |
msiexec /i "ZoomOutlookPluginSetup.msi" /quiet /qn /norestart | Silent Install |
Refer to the article to deploy Zoom Workplace via Intune from the link below
https://sysopsinsiders.com/zoom-workplace-for-windows-deploy-with-intune/
Refer to the complete instructions provided regarding uploading and deploying the win32 App to Intune from the link below
https://sysopsinsiders.com/upload-and-deploy-win32-application-using-microsoft-intune/