Versions Compared

Key

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

...

Info

Download Classifier MSI

Classifier MSI Parameters

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.

...

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

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.

...