Introduction
As organizations adopt hybrid and remote work models, ensuring consistent security for users wherever they are has become critical. Zscaler Client Connector (formerly Zscaler App) provides secure, always-on connectivity to the Zscaler Zero Trust Exchange, protecting users from threats and ensuring policy enforcement without requiring them to be connected to a corporate network.
Deploying the Zscaler Client Connector via Microsoft Intune streamlines installation, policy application, and updates across your environment, eliminating manual setup and reducing administrative overhead.
Download Link: Obtain the latest Zscaler Client Connector MSI installer from the official Zscaler Admin Portal
Things to consider during the packaging of applications
Please specify the source folder: [APP_FOLDER_NAME]
Please specify the setup file: Zscaler-windows-x.x.x.x-installer-x64.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 Zscaler Win32 Package into Intune
Login to Microsoft Intune Admin Center: https://intune.microsoft.com/
Upload the Zscaler-windows-x.x.x.x-installer-x64.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 "Zscaler-windows-x.x.x.x-installer-x64.msi" /quiet USERDOMAIN=yourcompany domain |
Uninstall Command (silent) | msiexec /x "{product code}" /qn [leave default] |
Detection Rule | Add - rule type - MSI |
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/