Quick install for Windows XP and 2000
Install the Microsoft .NET framework v2.0 before installing the SMP client. Next, run the self-extracting installer to choose an installation directory and install the files there. Then run install.bat in the installation directory to complete the install process. Running the fah.exe binary starts the client. More detailed instructions are at the bottom of this page. The quick version is:
1. Make sure .netframework 2.0 is installed
2. Make sure you have an account with a password set up (FAH SMP on Windows won't work if your account doesn't have a password associated with it).
3. Install FAH SMP client
4. Run install.bat file
5. Run fah.exe
Detailed Installation Instructions
Windows Installation Instructions (Console)
Installation instructions are also included with the client download in a readme.rtf file.
Note: The account under which the client runs MUST have a password. Blank passwords will cause the FAH cores to fail.
1. Required component for XP & 2000 (not Vista, it is built in): The Windows SMP client requires the Microsoft .NET framework v2.0; please install this prior to installing the client. The version 2.0 framework is required; it can co-exist with other versions, but this version must be installed. It can be obtained from Microsoft at the following URL:
http://www.microsoft.com/downloads/...cb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en. Administrator privileges are required for installation.
2. Unpack files. Run the self-extracting installer to unpack the SMP client files.
3. Client installation. Run install.bat from within the SMP install directory to complete the installation. This will install MPI services that the client needs. If you have Windows Firewall enabled, you may get a pop-up window asking if you should give access to the smpd and mpiexec programs. Grant access. If you use an alternate firewall product, you will likely have to make a similar exception for smpd.
NOTE The username and password you provide for mpiexec should be your Windows login that you will run the client under. This is used for authentication on your local machine. It is cached in encrypted form in your Registry and is not transmitted to FAH servers. And if you change your password, you will need to run install.bat again.
At the end of the install process, you should see two lines of output:
If you see this twice, MPI is working
If you see this twice, MPI is working
If you do not see these lines, do not start the client. MPI is not successfully installed, and the client will not run successfully.
1. Run the client:
Run fah.exe to start the SMP client. You will get another pop-up firewall window. Note: We do not officially support running the SMP client as a service, although people have found the following to work
* .NET 2.0 & Windows SMP Client must be installed from the same account with full administrator privileges.
* using the -configonly flag, say "yes" to services question & configure everything else as you normally would. Do not start the client yet.
* Open the services control pannel, go to the new FAH WinSMP service & open the properties and click the Log On tab. Select Log On As: This Account (instead of Local System Account), put the user name for the account under which .NET 2.0 and the SMP client were installed. Enter the password.
* Reboot. The SMP client will automatically start in service mode.