Delphi code to detect if Everything is installed?

Plug-in and third party software discussion.
Post Reply
PeterPanino
Posts: 90
Joined: Sun Feb 21, 2016 10:26 pm

Delphi code to detect if Everything is installed?

Post by PeterPanino »

Does anyone have a reliable Delphi code to check if Everything is installed and ready to use the command-line interface (e.g., the Everything service is running, etc.)?

My own code does not work:
EverythingDetector.zip
(1.28 KiB) Downloaded 322 times
I've optimized my code - now it does work:
EverythingDetector_v2.zip
(1.45 KiB) Downloaded 331 times
But still need to check working Everything environment to make sure CLI is working.

I've optimized it further by adding a function IsEverythingReadyForCLI:
EverythingDetector_v3.zip
(2.12 KiB) Downloaded 314 times
Post Reply