From 8318453bf9d4fd50b137ff6c6fc8d1fd22aa6395 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:07:15 +0200 Subject: 3.7 --- BUILD/Help/html/advanced/RunAsService.html | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'BUILD/Help/html/advanced/RunAsService.html') diff --git a/BUILD/Help/html/advanced/RunAsService.html b/BUILD/Help/html/advanced/RunAsService.html index ea1e4f2c..499d0d4d 100644 --- a/BUILD/Help/html/advanced/RunAsService.html +++ b/BUILD/Help/html/advanced/RunAsService.html @@ -5,7 +5,7 @@ - + @@ -58,10 +58,8 @@ the new Service with RealtimeSync:

  • 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.

    @@ -72,7 +70,24 @@ the new Service with RealtimeSync:

    it!


    -


    +

    +

    + Attention:
    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