From f1dfc69d083a68447fcb4b678def29a862f5517f Mon Sep 17 00:00:00 2001 From: crs Date: Thu, 10 Jun 2004 19:39:07 +0000 Subject: [PATCH] Removed dependency of service on Browser. Browser isn't always available and, if it's not, synergy won't start. Users may have to use an IP server address instead of a hostname since the service may start before the service that resolves hostnames. If I knew what that service was I'd depend on it instead. --- cmd/launcher/CAutoStart.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/launcher/CAutoStart.cpp b/cmd/launcher/CAutoStart.cpp index 2b58b202..d5eee0ce 100644 --- a/cmd/launcher/CAutoStart.cpp +++ b/cmd/launcher/CAutoStart.cpp @@ -199,12 +199,12 @@ CAutoStart::onInstall(bool allUsers) // clear error message m_errorMessage = ""; - // install. depend on Browser + // install try { ARCH->installDaemon(m_name.c_str(), m_isServer ? SERVER_DAEMON_INFO : CLIENT_DAEMON_INFO, appPath.c_str(), m_cmdLine.c_str(), - "Browser\0", allUsers); + NULL, allUsers); askOkay(m_hwnd, getString(IDS_INSTALL_TITLE), getString(allUsers ? IDS_INSTALLED_SYSTEM :