mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #625] No uninstallation of rmm agent on deletion of computer #2346
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2346
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 @guillaumebottollier on GitHub (Jul 7, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/625
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
When deleting an computer/server from the console, agent is not uninstalled form the target computer/server
To Reproduce
Steps to reproduce the behavior:
Delete a computer form the console, confirm with the copy past of the name.
Even if machine is online, agent is not uninstalled
Expected behavior
Agent should be uninstalled form deleted computers
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
@wh1te909 commented on GitHub (Jul 7, 2021):
run this from elevated cmd on the pc
C:\Program Files\TacticalAgent\unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /FORCECLOSEAPPLICATIONSif it uninstalls then probably AV is blocking the uninstaller from running. add
C:\Program Files\TacticalAgent\*to your AV exclusions and it will work@silversword411 commented on GitHub (Jul 18, 2021):
No answer, closing