using namespace rfb;
using namespace win32;
-const TCHAR* winvnc::VNCServerService::Name = _T("WinVNC4");
+const TCHAR* winvnc::VNCServerService::Name = _T("TigerVNC Server");
VNCServerService::VNCServerService()
: Service(Name)
static LogWriter vlog("main");
-TStr rfb::win32::AppName("VNC Server");
+TStr rfb::win32::AppName("TigerVNC Server");
extern bool runAsService;
int j = i;
i = argc;
if (rfb::win32::registerService(VNCServerService::Name,
- _T("VNC Server Version 4"),
+ _T("Provides remote access to this machine via the VNC/RFB protocol."),
argc-(j+1), &argv[j+1]))
MsgBoxOrLog("Registered service successfully");
} else if (strcasecmp(argv[i], "-unregister") == 0) {