Is it possible to create a custom app package that contains the .MSI and a manifest file (.MST) with both the invite and telemetry codes? I have found a couple posts with command line arguments but they don't seem to work when running them on the my test device - it's still asking for both. Commands I've found on other posts:
C:\Program Files\Fortinet\FortiClient> FortiESNAC.exe -c REG_REG_TO_CLOUD -r <invite code>
FortiESNAC.exe -r ems-ip/FQDN -k telemetry-key <telemetry key>
Essentially, I'm attempting to do an org roll out via Microsoft Intune and using the documentation produced, I've only found solutions for mobile devices and need to roll out to PC's. I've created a custom MST under the Property table I've injected values "ems_key" for telemetry code and "invitation_code" for the invitation code. It seemed to have not worked. Do they require to be in a different table, or is this not possible?
install command: msiexec /i "FortiClient.msi" /qn TRANSFORMS=custom.mst
Any tips, help or guidance is much appreciated
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Please check this link:
Configuring the FortiClient application in Intune | FortiClient 7.0.0 | Fortinet Document Library
It uses IntuneWinAppUtil.exe to create package.
Maybe this will help
Hi @xshkurti! thanks for replying here,
This is what I followed to create the .intune file for a Win32 app implementation into Intune - it will install the app perfectly on my test devices, however the MST I created and compiled with the MSI doesn't apply the invitation code, or the telemetry code sadly. That's the part I'm trying to figure out - it seems it could be done with a post-install script, but the commands I've found on here from others seem to not be working either
Hi,
Did this ever get resolved for you? I'm having the same issue!
Hi,
To create a custom app package containing the .msi and a manifest file (.mst) with both the invite and telemetry codes for a PC rollout via Microsoft Intune, you can use the following approach: Ensure that the custom.mst file includes the correct properties "ems_key" for the telemetry code and "invitation_code" for the invite code. When running the installation command, make sure to specify the transforms parameter correctly as "/qn transforms=custom.mst" to apply the customizations during the installation process. Verify that the properties are correctly defined in the custom.mst file and that the installation command is pointing to the correct file paths for FortiClient.msi and custom.mst. This method should allow you to customize the installation with the desired invite and telemetry codes for PC deployments.
Hi,
Thanks for getting back. The install command is: msiexec /i "FortiClient.msi" TRANSFORMS="FortiClient.mst" /qn /Log C:\Temp\Forti.log
The MST was in the package I created, but doesn't seem to want to work. puzzling.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1702 | |
1092 | |
752 | |
446 | |
228 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.