Page 1 of 1

scripted Silent uninstall

Posted: Mon Nov 21, 2022 8:07 pm
by mveras1972
Is there a silent uninstall option for FAH Client? I am trying to create an automated script to push it to a group of machines where we want to uninstall the client silently. Please advise. Thanks!

Re: scripted Silent uninstall

Posted: Mon Nov 21, 2022 8:37 pm
by Joe_H
Not that I am aware of. The package for all three OSs include an uninstaller, but as privileges are required to install they are also required to uninstall.

My assumption is that you are following the F@h terms of use which include only installing on machines you own or have permission to use the folding client on. If you don't ownership or permission, then please do not install the client. The F@h project does not need negative perceptions that come from misuse of the software.

Re: scripted Silent uninstall

Posted: Tue Nov 22, 2022 1:54 am
by calxalot
The uninstaller pkg is at
https://github.com/FoldingAtHome/fah-cl ... r/releases

You can uninstall via script with

Code: Select all

sudo installer -target / -pkg fah-uninstaller_0.1.5_all.pkg

Re: scripted Silent uninstall

Posted: Fri Jan 13, 2023 3:58 pm
by mveras1972
Joe_H wrote: Mon Nov 21, 2022 8:37 pm Not that I am aware of. The package for all three OSs include an uninstaller, but as privileges are required to install they are also required to uninstall.

My assumption is that you are following the F@h terms of use which include only installing on machines you own or have permission to use the folding client on. If you don't ownership or permission, then please do not install the client. The F@h project does not need negative perceptions that come from misuse of the software.
What can I tell you. The same people that asked me to install it to their department PCs is now asking me to uninstall it. I only support them and do what they ask.

Re: scripted Silent uninstall

Posted: Fri Jan 13, 2023 3:59 pm
by mveras1972
calxalot wrote: Tue Nov 22, 2022 1:54 am The uninstaller pkg is at
https://github.com/FoldingAtHome/fah-cl ... r/releases

You can uninstall via script with

Code: Select all

sudo installer -target / -pkg fah-uninstaller_0.1.5_all.pkg
Is there one for Windows?

Re: scripted Silent uninstall

Posted: Sat Jan 14, 2023 12:17 am
by calxalot
There is an uninstall created when installed on Windows. I don’t know how to use it from command line. I expect it’s easy to run from MS remote management tools.