Browse Source

Warn that WinVNC is unmaintained

tags/v1.10.90
Pierre Ossman 3 years ago
parent
commit
cd2952c7bd
2 changed files with 3 additions and 0 deletions
  1. 2
    0
      README.rst
  2. 1
    0
      release/winvnc.iss.in

+ 2
- 0
README.rst View 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.


+ 1
- 0
release/winvnc.iss.in View 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;


Loading…
Cancel
Save