aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-07-16 13:52:05 +0200
committerPierre Ossman <ossman@cendio.se>2020-07-16 15:42:04 +0200
commitcd2952c7bd0d952b6ffbf42543898e0f7a44ce9d (patch)
tree8f6c6cc8473db8b845f421d6374281dec03758da /release
parent502132ba54a21fedd3572bdf9512e410d14f47ea (diff)
downloadtigervnc-cd2952c7bd0d952b6ffbf42543898e0f7a44ce9d.tar.gz
tigervnc-cd2952c7bd0d952b6ffbf42543898e0f7a44ce9d.zip
Warn that WinVNC is unmaintained
Diffstat (limited to 'release')
-rw-r--r--release/winvnc.iss.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/winvnc.iss.in b/release/winvnc.iss.in
index 2173038a..adb83f26 100644
--- a/release/winvnc.iss.in
+++ b/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;