...
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.
In order for GDE Exe and GDE Service Mods not to run at the same time, GDE Exe must be uninstalled from under startup.
Linux Setup
Info |
---|
...