Added support for daemon startup dependencies. Made synergy

dependent on NetBT, which I hope is right.
This commit is contained in:
crs
2004-05-02 16:01:59 +00:00
parent d97879b25c
commit 423dd3b718
8 changed files with 17 additions and 6 deletions

View File

@@ -82,6 +82,7 @@ CArchDaemonWindows::installDaemon(const char* name,
const char* description,
const char* pathname,
const char* commandLine,
const char* dependencies,
bool allUsers)
{
// if not for all users then use the user's autostart registry.
@@ -130,7 +131,7 @@ CArchDaemonWindows::installDaemon(const char* name,
pathname,
NULL,
NULL,
NULL,
dependencies,
NULL,
NULL);
if (service == NULL) {