Foldershare Beta is replaced by Windows Live Sync, updated instructions can be found here:
I Recently discovered Foldershare and wanted to have this installed and running as a service on WHS.
However, the FolderShare Beta application seems to have changed, and the description needs to be updated, to get it runnning as a service on WHS.
Here are the steps (with quotes from the original Blog post.)
Since the FolderShare software will only work when a user is logged in, we will have to turn it into a Service. This is easy enough to do but be sure that you have already downloaded and configured FolderShare and that data is being synchronized before proceeding and be sure to shutdown FolderShare before performing these steps. This can be done by using remote desktop into WHS as an Administrator.
- 1. You will need instsrv.exe and srvany.exe from the Windows Server 2003 Resource Kit Tools.
2. Copy instsrv.exe to C:\Program Files\Windows Live\FolderShare
3. Copy srvany.exe to C:\Program Files\Windows Live\FolderShare
4. execute “C:\Program Files\Windows Live\FolderShare\instsrv.exe” FolderShare “C:\Program Files\Windows Live\FolderShare\srvany.exe”
5. execute c:\reg ADD HKLM\SYSTEM\CurrentControlSet\Services\FolderShare\Parameters /v Application /d “C:\Program Files\Windows Live\FolderShare\FolderShare.exe”
6. execute c:\reg ADD HKLM\SYSTEM\CurrentControlSet\Services\FolderShare\Parameters /v AppDirectory /d “C:\Program Files\Windows Live\FolderShare”
7. execute c:\reg DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v Foldershare /f
8. Move (cut/paste) ALL the files from C:\Documents and Settings\Administrator\Local Settings\Application Data\FolderShare\settings to C:\Documents and Settings\Default User\Local Settings\Application Data\FolderShare\settings
9. execute c:\net start Foldershare
The major difference with the initial instructions are the changed directory locations in step 2-6 and the additional step 8. It took me a while to figure out step 8, as the service started to run smoothly, but it did not pick up my configuration automatically.
Everytime WHS is (re-)started, FolderShare becomes active automatically.
It would be nice to have an add-in to manage FolderShare settings, since you cannot change them (only by logging in via remote desktop and copying the files as described in step 8 after the changes have been made).
