Search found 3 matches

by mveras1972
Fri Jan 13, 2023 3:59 pm
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: scripted Silent uninstall
Replies: 5
Views: 5639

Re: scripted Silent uninstall

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?
by mveras1972
Fri Jan 13, 2023 3:58 pm
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: scripted Silent uninstall
Replies: 5
Views: 5639

Re: scripted Silent uninstall

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 f...
by mveras1972
Mon Nov 21, 2022 8:07 pm
Forum: V7.6.x Public Release Windows/Linux/MacOS X
Topic: scripted Silent uninstall
Replies: 5
Views: 5639

scripted Silent uninstall

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!