From 8318453bf9d4fd50b137ff6c6fc8d1fd22aa6395 Mon Sep 17 00:00:00 2001
From: Daniel Wilhelm
Open the Registry editor (Regedit.exe) and navigate to key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName>"
-Add
a new key "Parameters".
Add
a new String value named "Application"
and specify a command line that shall be executed as value.
+
+
+ Attention: Enable
+ checkbox "Silent mode" to prevent showing a status
+ dialog at the end of the process. Set
+ "Error handling" to either "Exit
+ instantly" or "Ignore errors".
When running
+ RealtimeSync as a service the application has no means to interact
+ with the user. Therefore any popup dialog will stop the process
+ flow! Consequently consider the following rules when setting up a
+ FreeFileSync batch job:
+
+
+
The new service can now be started via commandline or Windows Service -- cgit