added a blurb about synrgyhk.dll and that the service manager
will look for the binary wherever it was when --install was used.
This commit is contained in:
parent
2b07c8091c
commit
21af7b2f17
16
README
16
README
|
@ -35,6 +35,7 @@ manifest
|
||||||
README README this file
|
README README this file
|
||||||
synergy synergy.exe the synergy client
|
synergy synergy.exe the synergy client
|
||||||
synergyd synergyd.exe the synergy server
|
synergyd synergyd.exe the synergy server
|
||||||
|
synrgyhk.dll the synergy hook dll
|
||||||
synergy.conf synergy.conf sample configuration file
|
synergy.conf synergy.conf sample configuration file
|
||||||
synergy.linux.init startup script for client
|
synergy.linux.init startup script for client
|
||||||
synergyd.linux.init startup script for server
|
synergyd.linux.init startup script for server
|
||||||
|
@ -177,10 +178,17 @@ windows:
|
||||||
synergyd --install [other command line options]
|
synergyd --install [other command line options]
|
||||||
|
|
||||||
the client/server is installed as a service and the command
|
the client/server is installed as a service and the command
|
||||||
line is saved and used when starting the service. note that
|
line is saved and used when starting the service. the system
|
||||||
when installing the client you must provide the server
|
will expect to find the program wherever it was when you used
|
||||||
hostname argument. to change the arguments you must first
|
the --install option so make sure it's not on a network share
|
||||||
uninstall then reinstall.
|
from another system because the network share will not be
|
||||||
|
available at boot time. synergyd will also try to load
|
||||||
|
synrgyhk.dll so that should be in the same directory as
|
||||||
|
synergyd.exe.
|
||||||
|
|
||||||
|
note that when installing the client you must provide the
|
||||||
|
server hostname argument. to change the arguments you must
|
||||||
|
first uninstall then reinstall.
|
||||||
|
|
||||||
you must also install the configuration file along with the
|
you must also install the configuration file along with the
|
||||||
server. it's recommended that you put it in the windows
|
server. it's recommended that you put it in the windows
|
||||||
|
|
Loading…
Reference in New Issue