When I remove the Antipest and Antivirus it does not remove the BES logging service. I am on client ver 7.0.1.376, AV 7.1.0192, AP 2.0.0.20, Logging 7.0.0.19. Is there a way to remove the BES logging service via Bigfix for multiple computers. I cant seem to find one ?
The logging service isn’t removed automatically when you uninstall AV/AP because it is used in several components and the uninstaller doesn’t want to accidentally remove the service if it is needed.
To uninstall it using BES, you can issue this action (or put this in a Fixlet or a Task):
wait {value “UninstallCmdLine” of key “HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\LoggingService” of registry}
And you can put in this relevance
exists service “BESClientLoggingService”
to make sure this action only runs on computers with the logging service installed.
We will be releasing a task to remove the logging service as part of the BES Support site in the next couple of days. It will be relevant when the logging service is installed but no extensions that use it are installed.