Procházet zdrojové kódy

Warn that WinVNC is unmaintained

tags/v1.10.90
Pierre Ossman před 3 roky
rodič
revize
cd2952c7bd
2 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 2
    0
      README.rst
  2. 1
    0
      release/winvnc.iss.in

+ 2
- 0
README.rst Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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;


Načítá se…
Zrušit
Uložit