]> source.dussan.org Git - tigervnc.git/commitdiff
Warn that WinVNC is unmaintained
authorPierre Ossman <ossman@cendio.se>
Thu, 16 Jul 2020 11:52:05 +0000 (13:52 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 16 Jul 2020 13:42:04 +0000 (15:42 +0200)
README.rst
release/winvnc.iss.in

index bff7801408ad872686f9ef8c6c86107751e93de7..d2aede19ab79447bdfaf8e4de4c398879b68efdb 100644 (file)
@@ -64,6 +64,8 @@ The Windows version of TigerVNC contains the following programs:
 * winvnc - the TigerVNC Server for Windows.  winvnc allows a Windows desktop to
            be accessed remotely using a VNC viewer.
 
+WARNING: winvnc is currently unmaintainted and and may not function correctly.
+
 winvnc may not work if the Fast User Switching or Remote Desktop features are
 in use.
 
index 2173038a0e95098178da2f9815a8df603ff1f587..adb83f2671b2bc1bd3b519e61457041b0cb66fe6 100644 (file)
@@ -113,6 +113,7 @@ var
 function InitializeSetup: Boolean;
 begin
   GetWindowsVersionEx(OSVersion);
+  MsgBox('TigerVNC Windows Server is currently unmaintained and may not function correctly.', mbError, MB_OK);
   Result := True;
 end;