Skip to main content
Anthony_E
Staff
Staff
October 31, 2024

Technical Tip: Deploying Reveal Agents to Windows using ManageEngine Endpoint Central

  • October 31, 2024
  • 0 replies
  • 330 views
Description

This article describes how to configure ManageEngine Endpoint Central 11 for Reveal Agent deployment.

Scope FortiDLP.
Solution

Creating the Package:

  1. In Endpoint Central, head to Software Deployment -> Packages -> Add Package -> Windows.

 

Anthony_E_0-1730368384642.png

 

 

  1. There are two options: to install via an installable in a shared folder or OR via an installable from the local computer.

 

Option A - From local computer:

  • Package Name: Reveal Agent
  • Package Type: EXE/APPX/MSIEXEC/MSU
  • License Type: Commercial.
  • Locate installable: From Local Computer



Upload the MSI installer for the agent, then enter the following command in the Installation Command with Switches/Arguments field, replacing <code> with the enrollment code, as shown in the screenshot:

 

msiexec.exe /i agent_x64_release_signed.msi /qn /norestart ENROLL_CODE=<code>

 

Anthony_E_1-1730368384646.png

 

 

Option B - From a shared folder:

For this method, generate a transform file (.mst), and place it in a shared location.



  • Package Name: Reveal Agent.
  • Package Type: MSI/MSP.
  • License Type: Commercial.
  • Locate installable: From Shared Folder.
  • MSI/MSP File Name: <path to msi file in shared folder>
  • MST File Name: <path to mst file in shared folder>

 

Anthony_E_2-1730368384647.png

 

  1. In Pre-Deployment Activities, add a Check Software activity, and configure as follows, then select Save & Continue:
  • Software Name: Equals Reveal Agent.
  • Version: greater than 0.0.
  • Define Action:  Skip Installation.

 

Anthony_E_3-1730368384651.png

 

 

Note:

This is a very important step if the configuration (deployment rule) is going to run more than once (e.g. on startup or each refresh cycle), to prevent any clashes with the Reveal auto-upgrade functionality.

 

  1. Select Add Package

 

Deploying the Package:

  1. In Endpoint Central, head to Software Deployment -> Install/Uninstall Software -> Windows -> Computer Configuration.

 

Anthony_E_4-1730368384657.png

 

  1.  Name the configuration, and select the following options:
  • Operation Type: Install.
  • Package Name: Reveal Agent (the package created earlier).

 

The other configuration options are up to preference. Configure the Pre-Deployment Activity to check whether or not the software is already installed if selecting Apply this configuration at every Startup and/or Apply this configuration during every Refresh Cycle.

 

Anthony_E_5-1730368384659.png

 

  1. Select Deploy.