Skip to content

Releases: Catfriend1/syncthing-msi

Syncthing MSI v1.27.12

19 Sep 11:00
Compare
Choose a tag to compare

Syncthing MSI v1.27.9

29 Jul 12:53
Compare
Choose a tag to compare

Syncthing MSI v1.27.7

20 May 00:05
c9dfb6e
Compare
Choose a tag to compare

MSI transform is no longer supported. Instead, the package now supports group policies set by registry keys. You can set them via AD GPO or batch, powershell.

Example are written on install to:
HKLM\Software\Policies\Syncthing\Example

The policies are applied on INSTALL/UPGRADE.
Future plan: They will be applied on every start of the service.

EXAMPLE with default settings:

  • If a setting does not exist in the registry, its default value is used. Just set some you really need.
@echo off
REM
REG ADD "HKLM\Software\Policies\Syncthing" /v "addDeviceHost" /t REG_SZ /d "localhost.localdomain" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "addDeviceID" /t REG_SZ /d "CF6WMOG-F4RHVKW-2FTJONJ-GJ3FZQS-YW5TJVW-VDDT6ZQ-EVJ2WDP-RL4QZQO" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "addDevicePort" /t REG_SZ /d "22000" /f >NUL:
REM
REG ADD "HKLM\Software\Policies\Syncthing" /v "dataTcpPort" /t REG_SZ /d "22000" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "defaultVersioningMode" /t REG_SZ /d "none" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "enableAutoUpgrade" /t REG_SZ /d "1" /f >NUL:
REM
REG ADD "HKLM\Software\Policies\Syncthing" /v "enableGlobalDiscovery" /t REG_SZ /d "1" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "enableLocalDiscovery" /t REG_SZ /d "1" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "enableNAT" /t REG_SZ /d "1" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "enableRelays" /t REG_SZ /d "1" /f >NUL:
REM
REG ADD "HKLM\Software\Policies\Syncthing" /v "enableRemoteWebUi" /t REG_SZ /d "0" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "enableTelemetry" /t REG_SZ /d "1" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "hashers" /t REG_SZ /d "0" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "setDevicenameToComputername" /t REG_SZ /d "1" /f >NUL:
REG ADD "HKLM\Software\Policies\Syncthing" /v "webUiTcpPort" /t REG_SZ /d "8384" /f >NUL:

Syncthing MSI v1.27.6

06 May 22:24
Compare
Choose a tag to compare

Syncthing MSI v1.27.4

10 Mar 15:54
Compare
Choose a tag to compare

Syncthing MSI v1.27.3

22 Feb 22:00
Compare
Choose a tag to compare

Syncthing MSI v1.27.1

16 Dec 12:35
Compare
Choose a tag to compare

Syncthing MSI v1.27.0

05 Dec 14:14
Compare
Choose a tag to compare

Syncthing MSI v1.26.0

06 Nov 20:46
Compare
Choose a tag to compare

Syncthing MSI v1.23.5

11 Jun 10:27
Compare
Choose a tag to compare