Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This package contains client add-ons for Classifier Desktop (Shell Extension) and Microsoft Office. GEODI GEODI Agent Management Panel should be used to monitor plugins.

Installing the Classifier Windows MSI Client Package

Required Conditions for Installation

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

  1. The GEODI URL address must be accessible.

  2. The GEODI Token must have been created.

  3. Tool like ManageEngine, SCCM or PDQ for multiple PCs

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

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.

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 made.

GEODI_WSNAME=

Project Settings can be taken from the DLP settings on the last page. Reads DLP settings from this project.

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 following commands can be used for distribution with a tool such as PDQ, ManageEngine, SCCM.

Action

Command

Notes

Setup

"GEODI.Classifier.msi" /quiet GEODI_URL="https://icdemo.dece.com.tr/" GEODI_WSNAME="1013-TR-Kişisel Veri Keşfi" 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.

Uninstall

msiexec.exe /x /qn /norestart "GEODI.Classifier.msi"

MSI is run with the uninstall parameter.

Update

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

Updater is run.

Classifier Update

The agents that use the default MSI package update themselves from DECE Servers. The endpoints must have access to documents.decesoftware.com/Setups/. Update checking occurs every 2 days.

Offline Update

You may provide a local update address if you have many clients or endpoints without internet access.

  1. Reserve a shared space accessible from the endpoints. The sample address used here is \\ServerX\GEODI\Agent\. Read-only access is fine.

    1. You should download the up-to-date Classifier MSI package and Classifier-autoupdate.txt file from documents.decesoftware.com/Setups/Classifier-autoupdate.txt and documents.decesoftware.com/Setups/GEODIClassifier.msi. This must be repeated for each update.

    2. You should replace the URL address (the bold line in the below box) with your local address. No other value should be changed.

    3. You must use the new UPDATE_URL value in deployment. If you do not change UPDATE_URL, the endpoints check DECE servers for updates.

      1. Sample UPDATE_URL → file://\\ServerX\GEODI\Agent\Classifier-autoupdate.txt

;aiu;

[GEODIClassifier]
Name = GEODI Classifier
ProductVersion = 1.0.130.0
URL = file://\\ServerX\GEODI\Agent\GEODIClassifier.msi
Size = 105642496
ReleaseDate = 02/11/2023
MD5 = ca489702db30157863ff4b27002ccf60
CommandLine = /qn
ServerFileName = GEODIClassifier.msi
RegistryKey = HKUD\Software\DECE Software\GEODI Classifier\Version
Version = 1.0.130.0

**

  • No labels