Replies: 1 comment 3 replies
-
|
Not possible because all the uninstall button does is read the reg key on the machine. You could write a script that would change all the reg entries on all the computers you wish for that uninstaller task though |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ran across a situation when testing the v1.3.1 "Uninstall Button" in the Software category for a given machine.
I wanted to remove CCleaner and after several attempts, each attempt failed. It turns out the provided command is "C:\Program Files\CCleaner\uninst.exe" However per CCleaner documentation the actual command should be: "C:\Program Files\CCleaner\uninst.exe" /S for a silent/unattended install. When making this manual change, it worked like a charm.
Is there anyway for me to make this change permanent for other machines as the change didn't save when going to a second machine to run this command on.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions