mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1494] Ability to automate the installation of software through web interface #936
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#936
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 @dcwalker3 on GitHub (Apr 25, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1494
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Inability to auto-install software on newly added agents so that admins can make sure all machines have necessary software and if a user of said machine attempts to remove it. It would re-install it. To expand further on this maybe make a policy/template that admins can assign to agents such as workforce agents need to install office automatically, but development agents need to install a different set of tools automatically.
Describe the solution you'd like
A clear and concise description of what you want to happen.
The ability for Tactical RMM to check if a piece of software is installed and if not attempt to install it through chocolatey automatically.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
The ability to have a condition for a script to run that would install said application. Such as:
if not google chrome installed:
choco install googlechrome
Additional context
Add any other context or screenshots about the feature request here.
I am not sure if this is already available and I am missing it. I did go through documentation, but all I found were scripts on how to check if x application is installed where I was hoping something more through the web interface. If this is not possible I understand, and thank you for all your hard work.
@silversword411 commented on GitHub (Apr 25, 2023):
This can be done now with Choco (or Winget) and scripts...it could definitely use polish and features though.
This is not entirely unrelated to #1276 and #1148 and others.
Problem is not all choco's handle install via system well (per-software quirks), and you can't install via user without admin rights....and it all gets quite messy to #JustWork
@dcwalker3 commented on GitHub (Apr 26, 2023):
Okay, got ya and thank you for letting me know and the quick response. I figured it could be done with scripting on it's own, but I wanted to submit a feature request anyway in case it was in the works or maybe if it already existed, but I was unaware.