Technical Tip: Deploy FortiClient exe installer using Microsoft Intune
| Description | This article describes how to deploy the FortiClient Windows EXE installer using Microsoft Intune. |
| Scope | FortiSASE. |
| Solution | Considering that deploying FortiClient with the Digital Experience Monitoring (DEM) agent is only possible when using the preconfigured .exe FortiClient installer.
The following method can be used to deploy the FortiClient for Windows using Microsoft Intune.
Note: The preconfigured installer includes the FortiSASE configuration, the DEM agents, and the invitation code.
Prepare Win32 App Content for Upload
IntuneWinAppUtil -c <source_folder> -s <source_setup_file> -o <output_path>
Note: Replace <source_folder> with the path of the FortiClient installer, <source_setup_file> with the installer name, and <output_path> with the desired output folder for the Intunewin package.
<FortiClientSetup_7.2.12_x64> /quiet /norestart /log <c:\temp\FortiClientSetup_7.2.12_x64.log>
Note: Replace <FortiClientSetup_7.2.12_x64> with the <source_setup_file> used on steps 3 and <c:\temp\FortiClientSetup_7.2.12_x64.log> with the desired logs location.
msiexec /x "{<product code>}" /q
Note: Replace the <product code> with the FortiClient product code for the version being installed. The product code can be found in the FortiClient release notes, Product integration and support.
Related documents: Configuring the FortiClient application in Intune |









