Versions Compared

Key

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

...

  • GDE installation may be converted to a Windows Service using the WindowsServiceInstall.bat script in the GDE folder.

    • WindowsServiceUninstall.bat uninstalls the service setup.

    • Service mode does not require a login user.

GDE Software Update

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

If you specified a different UPDATE_URL

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

    1. Example:

      1. file://\\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://\\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 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 Software 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 MSI package and GDE-autoupdate.txt file from documents.decesoftware.com/Setups/GDE-autoupdate.txt and documents.decesoftware.com/Setups/GEODI.DesktopExplorer.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\GDE-autoupdate.txt

Info

;aiu;

[GEODIDesktopExplorer]
Name = GEODI Desktop Explorer
ProductVersion = 1.39.53.0
URL = file://\\ServerX\GEODI\Agent\/GEODI.DesktopExplorer.msi
Size = 54899200
ReleaseDate = 25/05/2023
MD5 = 35cb2d5aa0e1e5e8e011aa69e6707be2
CommandLine = /qn
ServerFileName = GEODI.DesktopExplorer.msi
RegistryKey = HKLM\SOFTWARE\WOW6432Node\DECE Software\GEODI Desktop Explorer\Version
Version = 1.39.53.0

**