mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #2121] Outdated go-win64api doesn't list user-installed software. #1320
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#1320
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 @catmandx on GitHub (Jan 21, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2121
Server Info (please complete the following information):
Installation Method:
--insecureflag at installAgent Info (please complete the following information):
Describe the bug
The agent cannot list user-scoped installed software, because it uses:
github.com/iamacarpet/go-win64api v0.0.0-20230324134531-ef6dbdd6db97which is outdated (2023-03-24).To Reproduce
Steps to reproduce the behavior:
Expected behavior
The agent should be able to list all installed software. Especially software that does not require admin privileges.
Additional info
See this commit's software.go file :
github.com/iamacarpet/go-win64api@ef6dbdd6db/software.gocompare it to the latest commit:
https://github.com/iamacarpet/go-win64api/blob/master/software.go