...
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.
If there is no access, the following steps should be followed.
In local usage, the structure should be
file://<directory>
.Example:
file://\decesrv\Shared\GEODI\Classifier\Classifier-autoupdate.txt
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.
An example of the directory for the *.msi package:
file://\decesrv\Shared\GEODI\Classifier\GEODIClassifier.msi
At UPDATE_URL, there should be
Classifier-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 Update
You may provide a local update address if you have many clients or endpoints without internet access.
Reserve a shared space accessible from the endpoints. The sample address used here is
\\ServerX\GEODI\Classifier\.
Read-only access is fine.You should download the up-to-date Classifier MSI package and
Classifier-autoupdate.txt
file fromdocuments.decesoftware.com/Setups/Classifier-autoupdate.txt
anddocuments.decesoftware.com/Setups/GEODIClassifier.msi
. This must be repeated for each update.You should replace the URL address (the bold line in the below box) with your local address. No other value should be changed.
You must use the new UPDATE_URL value in deployment. If you do not change UPDATE_URL, the endpoints check DECE servers for updates.
Sample UPDATE_URL →
file://\\ServerX\GEODI\Classifier\Classifier-autoupdate.txt
Info |
---|
;aiu; [GEODIClassifier] |
**