From 88a8b528e20013c0aa3cc6bcd9659b0b5ddd9170 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:20:07 +0200 Subject: 5.4 --- BUILD/Help/html/RunAsService.html | 140 -------------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 BUILD/Help/html/RunAsService.html (limited to 'BUILD/Help/html/RunAsService.html') diff --git a/BUILD/Help/html/RunAsService.html b/BUILD/Help/html/RunAsService.html deleted file mode 100644 index dcd0b029..00000000 --- a/BUILD/Help/html/RunAsService.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - -

Run as Service -(Windows only)

-


-

-

The -following step-by-step guide describes how to setup RealtimeSync (or -any other application) as a Windows Service. This is necessary if the -tool shall run on the SYSTEM account independent from currently -logged-in users. If you are the only user and all you want is to -start RealtimeSync automatically then it's better to place a link -into Windows' Autostart folder, specifying RealtimeSync.exe and the -.ffs_batch or .ffs_real file as argument.

-


-

-

1. Get -access to the command-line tools "instsrv.exe" -and "srvany.exe" -which come with the Windows Server 2003 Resource Kit Tools:

-

Download: -http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en

-


-

-

2. -Create and register a new Service via command line:

- -


-

-

3. Link -the new Service with RealtimeSync:

- -


-

-

The new -service is now ready for operation!

-


-

-

-

- Attention:
When running - RealtimeSync as a service the application has no means to interact - with the user. Therefore any popup dialog will halt the process! - Consider the following options when setting up a FreeFileSync batch - job:

- -

-


-

-


-

-

You can -start the service now via command line or Windows Service -administration:

- -


-

-


-

-

-

- Note:
By default the - service is created with start-up type "automatic" which - runs it on Windows start. This behavior can be changed in Windows - Service administration.

-

-

-

-


-

-


-

-

If the -Service shall be removed from the system, enter via command line:

- -


-

-

(Reference: -http://support.microsoft.com/kb/137890)

- - \ No newline at end of file -- cgit