mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 14:55:47 +03:00
[GH-ISSUE #25] Temporary files left behind after failed agent update #17
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NiceGuyIT on GitHub (Nov 6, 2022).
Original GitHub issue: https://github.com/amidaware/rmmagent/issues/25
The agent doesn't clean up the temporary files in
C:\Program Files\TacticalAgent\. I believe these are the updater downloaded on line 599. When the update fails, the temporary file is left behind.These files were left behind in rmmagent v2.4.0 and I won't be able to test 2.4.1 until the next update is out.
Listing of C:\Program Files\TacticalAgent
@NiceGuyIT commented on GitHub (Nov 6, 2022):
The temporary install directories in
C:\Windows\Tempare also left behind, although it could be argued these should be cleaned up via other means.Listing of C:\Windows\Temp
@wh1te909 commented on GitHub (Nov 7, 2022):
thank you, fixed in
473cfd3ced@wh1te909 commented on GitHub (Nov 13, 2022):
releasing shortly