GEODI Desktop Explorer (GDE) is the solution for indexing data from Client Computers in a central GEODI.
GDE is installed on each PC manually or automatically with Application deployment tools (like SCCM , or PDQ,...). Which directories are indexed can be .
Directories to be indexed are specified in the settings.
GDE is automatic, it processes files that change processes the new and changed files every 3 hours.
GDE may run as a Windows Service.
GDE does not copy the contents to the server. The contents found as a result of a search are found and opened from the respective computer. If the computer or GDE is not turned on, you can search but you cannot not access the document. If you want to make a backup of the documents, you should turn on the "Backup Contents" setting for the corresponding Resource in the GEODI project.
...
Action | Command | Notes |
---|---|---|
Setup | "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" | The MSI is distributed with the parameters mentioned above. “GEODI.DesktopExplorer.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. |
Remove | msiexec.exe /x /qn /norestart "GEODI.DesktopExplorer.msi" | MSI is run with the uninstall parameter. |
Update | start "GDE" "%ProgramFiles(x86)%\DECE Software\GEODI Desktop Explorer\Updater.exe" | Updater is runned. |
Windows Servis Setup
GDE installation may be converted to a Windows Service using the WindowsServiceInstall.bat script in the GDE folder. WindowsServiceUninstall.bat reverses the service setup.
Service mode does not require a login user.
Linux Setup
Info |
---|
...