Versions Compared

Key

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

...

Info

Download GDE Windows MSI

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_TOKEN=

It is explained in the TOKEN Creation step on this page. It is necessary to use a different user and keep the password of this user. If the password changes, it may need to be recreated and reinstalled.

UPDATE_URL

Optonal parameter for closed networks or if you prefer a different adres for updates.

Action

Command

Setup

"<path>GEODI.DesktopExplorer.msi" /quiet GEODI_URL="https://icdemo.dece.com.tr/" GEODI_TOKEN="EAAAAL2FcQ9RvjWM…" UPDATE_URL="http://192.168.1.26:3323/GUI/autoupdate.txt"

Remove

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

Update

start "GDE" "%ProgramFiles(x86)%\DECE Software\GEODI Desktop Explorer\Updater.exe"

GDE Windows Service Installation

...

If you specified a different UPDATE_URL

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

    1. Example:

      1. file://\decesrv\Shared\GEODI\GDE\GDE-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\GDE\GEODI.DesktopExplorer.msi

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

  • The

    URL= value in GDE-autoupdate.txt should be changed to UPDATE_URL.The process should be

    processes must be repeated for new MSI and GDE-autoupdate.txt with each new release.>.