diff --git a/src/apps/deskflow-daemon/CMakeLists.txt b/src/apps/deskflow-daemon/CMakeLists.txt index 09c3052f31..1e3b3c821e 100644 --- a/src/apps/deskflow-daemon/CMakeLists.txt +++ b/src/apps/deskflow-daemon/CMakeLists.txt @@ -8,7 +8,7 @@ if(WIN32) set(target ${CMAKE_PROJECT_NAME}-daemon) # Generate rc file - set(EXE_DESCRIPTION "Windows service to run ${CMAKE_PROJECT_NAME} in secure desktops (UAC prompts, login screen, etc)") + set(EXE_DESCRIPTION "${CMAKE_PROJECT_PROPER_NAME} Daemon for handling secure desktops (UAC prompts, login screen, etc)") set(EXE_ICON "IDI_DESKFLOW ICON DISCARDABLE \"${CMAKE_SOURCE_DIR}/src/apps/res/deskflow.ico\"") configure_file(${CMAKE_SOURCE_DIR}/src/apps/res/windows.rc.in ${target}.rc) diff --git a/src/lib/arch/win32/ArchDaemonWindows.h b/src/lib/arch/win32/ArchDaemonWindows.h index 7fb5c410dd..0ccba00926 100644 --- a/src/lib/arch/win32/ArchDaemonWindows.h +++ b/src/lib/arch/win32/ArchDaemonWindows.h @@ -135,7 +135,7 @@ private: }; #define DEFAULT_DAEMON_NAME _T(kAppName) -#define DEFAULT_DAEMON_INFO _T("Manages the Deskflow foreground processes.") +#define DEFAULT_DAEMON_INFO _T("Runs the Core process on secure desktops (UAC prompts, login screen, etc).") #define LEGACY_SERVER_DAEMON_NAME _T("Deskflow Server") #define LEGACY_CLIENT_DAEMON_NAME _T("Deskflow Client")