Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
Ju1ezz
New Contributor

Intune - Package FortiClient Cloud .MSI with MST that contains Invite & Telemetry Codes

 

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

5 REPLIES 5
xshkurti
Staff
Staff

@Ju1ezz 

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

Ju1ezz

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 

Ben4
New Contributor

Hi,

Did this ever get resolved for you? I'm having the same issue!

sjoshi
Staff
Staff

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.

Let us know if this helps.
Salon Raj Joshi
Ben4
New Contributor

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. 

Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors