Setup.exe for Windows

NSIS script to build setup file to install Syncthing and install as a service.
This commit is contained in:
bencurthoys
2015-03-06 11:51:49 +00:00
parent 6057138466
commit f0a88061db
3 changed files with 137 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<service>
<id>Syncthing</id>
<name>Syncthing</name>
<description>This service runs Syncthing</description>
<executable>syncthing.exe</executable>
<arguments>-home .\ServiceHome -no-console -no-browser</arguments>
<logmode>rotate</logmode>
</service>