grafana / agent

Vendor-neutral programmable observability pipelines.
https://grafana.com/docs/agent/
Apache License 2.0
1.59k stars 486 forks source link

packaging: properly unregister Grafana Agent when uninstalling on Windows #6867

Closed tpaschalis closed 5 months ago

tpaschalis commented 5 months ago

Porting over grafana/alloy#166

grafana/agent#6550 fixed an issue where the service settings were not being removed properly, but inadvertedly broke the process of removing the application from the Add/Remove programs list.

Grafana Agent is registered as a program to the 32-bit registry, and so it must be removed from the 32-bit registry and not the 64-bit registry.