ReadMe.txt 759 B

12345678910111213
  1. A first pass at an install script for SyncThing as a Windows Service
  2. Script uses NSIS http://nsis.sourceforge.net/Download
  3. Requires the NSIS Simple Service Plugin http://nsis.sourceforge.net/NSIS_Simple_Service_Plugin
  4. And uses the Windows Service Wrapper https://github.com/kohsuke/winsw
  5. To build the setup file:
  6. 1. Install NSIS, download the Simple Service Plugin DLL into the NSIS plugin folder
  7. 2. Create a folder (referenced by the $SOURCEPATH variable in the .nsi file) with all the syncthing output in it (exe file, licences, etc)
  8. 3. Download winsw.exe from https://github.com/kohsuke/winsw/releases, rename it to syncthingservice.exe and save that in $SOURCEPATH
  9. 4. Put syncthingservice.xml in there too
  10. 5. Compile SyncthingSetup.nsi using NSIS