瀏覽代碼

Warn that WinVNC is unmaintained

tags/v1.10.90
Pierre Ossman 3 年之前
父節點
當前提交
cd2952c7bd
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 2
    0
      README.rst
  2. 1
    0
      release/winvnc.iss.in

+ 2
- 0
README.rst 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存