Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This MSI package contains client add-ons for Classifier Desktop (Shell Extension) and Microsoft Office add-ons.

GEODI Classifier SETUP tab automatically generates the parameters. You may manually install or use a tool like ManageEngine for deployment.

Office add-ons can not be disabled or removed by users. System administrators can do this.

Installed agents monitored with a panel, described in GEODI Agent Management Panel should be used to monitor plugins.

...

Installing the Classifier Windows MSI Client Package

Tip

...

Installation Conditions

...

Details of the installation conditions are indicated on the top page.

...

  1. A GEODI Workspace for Classification policies

  2. The GEODI URL address must be accessible from the endpoints.

...

The GEODI Token must have been created.

  1. A tool like ManageEngine, SCCM, or PDQ for multiple PCs

...

If it is desired to classify files discovered with GDE, GDE must also be installed on the same client.

Info

Download Classifier MSI

MSI Parameters

In the Installation tab of the Classification Module, you can automatically obtain all parameters except for UPDATE_URL.

After the installation of your office add-ons, your users cannot disable these add-ons. This can be done by system administrators

Table of Contents

MSI Link

Info

Classifier Agent can be found in <geodi_url>/GUI/Agents/Classifier

<geodi_url> is the address of the GEODI Server.

MSI Parameters

The parameters below are given for information. GEODI Classifier SETUP tab automatically generates the parameters. Office add-ons can not be disabled or removed by users. System administrators can do this.

Parameter

Description

GEODI_URL=

The address that agents will use to access GEODI. It is recommended that DNS/port/SSL operations are completed and finalized before installations are madeA Secure and named address (DNS, SSL) is recommended.

GEODI_WSNAME=

Project Settings can be taken from the DLP settings on the last page. Reads DLP settings from this projectThis is the GEODI Workspace name where policies are defined. Agents will update policies.

GEODI_TOKEN=

It can be retrieved from the DLP settings on the last page of the Project Settings. It must be taken with a different user and the password of this user must be kept. If the password is changed, it may need to be recreated and reinstalled.

UPDATE_URL=

Optional option. It can be used if you want to use a different server for the update process of the agents. It is explained in detail in the Update step on this page.The Token is generated in Classification Settings. The token user password should not be changed. So, it is recommended that you create a separate user for the token.

Agent Deployment

The following commands can be used for distribution with a tool such as for deployment for PDQ, ManageEngine, or SCCM.

Action

Command

Notes

Setup

"GEODI.Classifier.msi" /quiet GEODI_URL="https://icdemo.dece.com.tr/" GEODI_WSNAME="1013-TR-Kişisel Veri KeşfiClassifierWorkspace" GEODI_TOKEN="EAAAAL%%2FcQ9RvjWM…" UPDATE_URL="http://192.168.1.26:3323/GUI/autoupdate.txt"

The MSI is distributed with the parameters mentioned above.

"GEODI.Classifier.msi" should be the directory of the MSI package. Some tools make you select the MSI package. This command is not needed.

/quiet is an msiexec parameter.https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec

UPDATE_URL is optional. It is explained in the update step.

<token>

GEODI Classifier SETUP tab automatically generates the parameters.

Uninstall

msiexec.exe /x /qn /norestart "GEODI.Classifier.msi" MSI is run with the uninstall parameter/qn /norestart

Uninstall the agent.

Update

start "" "%ProgramFiles(x86)%\DECE Software\GEODI Classifier\Updater.exe"

Updater is run.

Classifier Update

In the default installation, packages use the DECE server to check and download their current version. If there is access to these servers after the above operations, the update is done without any problems.

If there is no access, the following steps should be followed.

  1. In local usage, the structure should be file://<directory>.

    1. Example:

      1. file://\decesrv\Shared\GEODI\Classifier\Classifier-autoupdate.txt

  2. The Classifier-autoupdate.txt obtained from the DECE support team at the UPDATE_URL should be the current installation package. Inside the Classifier-autoupdate.txt, the directory of the *.msi package should be specified.

    1. An example of the directory for the *.msi package:

      1. file://\decesrv\Shared\GEODI\Classifier\GEODIClassifier.msi

  3. At UPDATE_URL, there should be GDE-autoupdate.txt file and Updated installation package that you will receive from DECE support team.

...

runs. Normally, You do not need to use this. Because agents update themselves.

Agent Updates

The agents will check updates every two days and update themselves from the GEODI server. You do not need to intervene.

**