-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packaging: properly unregister Grafana Agent when uninstalling on Win…
…dows (#166) (#6867) #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. Co-authored-by: Robert Fratto <[email protected]>
- Loading branch information
1 parent
123f23c
commit 817be06
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters