There you are: https://gitlab.com/nilslennart.bruns/cm ... er-wrapperCaptainStarbuck wrote:It would be a huge service to the globe if this thread concluded with a final script and instructions for use.
I wrote another NSIS installer that does all the difficult work.
You only need to put the original installer and this one in the same directory. (must be namend "fah-installer_7.5.1_x86.exe") (Download the orginal one from http://foldingathome.org! Because of licensing i can't redistribute it on Gitlab.)
Example
Code: Select all
.\cmd-fah-installer-wrapper.exe /S /user=wuerfelfreak /team=233518 /passkey=000000000yourPasskey00000000 /allow=0.0.0.0/0 /password=yourPassword
1. It runs the FAH-Installer in silent mode
2. It adds the missing Registry key for the service to work
3. It adds the config
4. It adds the system service
5. Profit
After installing FAH will start at boot without user intervention.
But! When you just want to install this on your friends PC over RDP i would strongly recommend to use the graphical installer.
Also I don't really know what I am doing as I normally only work with Linux so please check anything before executing!