SF.net SVN: unattended:[4521] trunk/install/scripts/tightvnc.bat

jjp3--- via unattended-cvs <[email protected]> Mon, 11 Oct 2021 22:08:30 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4521
          http://sourceforge.net/p/unattended/code/4521
Author:   jjp3
Date:     2021-10-11 22:08:30 +0000 (Mon, 11 Oct 2021)
Log Message:
-----------
 TightVNC 2.8.63

Modified Paths:
--------------
    trunk/install/scripts/tightvnc.bat

Modified: trunk/install/scripts/tightvnc.bat
===================================================================
--- trunk/install/scripts/tightvnc.bat	2021-10-11 22:04:35 UTC (rev 4520)
+++ trunk/install/scripts/tightvnc.bat	2021-10-11 22:08:30 UTC (rev 4521)
@@ -1,17 +1,17 @@
-:: OPTIONAL: Install TightVNC 2.8.59
+:: OPTIONAL: Install TightVNC 2.8.63
 :: HOME: http://www.tightvnc.com/
 :: FIXME: Need to change user-agent to work
-:: URL|ALL|http://www.tightvnc.com/download/2.8.59/tightvnc-2.8.59-gpl-setup-32bit.msi|packages/tightvnc-2.8.59-setup-x86.msi
-:: URL|ALL|http://www.tightvnc.com/download/2.8.59/tightvnc-2.8.59-gpl-setup-64bit.msi|packages/tightvnc-2.8.59-setup-AMD64.msi
+:: URL|ALL|http://www.tightvnc.com/download/2.8.63/tightvnc-2.8.63-gpl-setup-32bit.msi|packages/tightvnc-2.8.63-setup-x86.msi
+:: URL|ALL|http://www.tightvnc.com/download/2.8.63/tightvnc-2.8.63-gpl-setup-64bit.msi|packages/tightvnc-2.8.63-setup-AMD64.msi
 @Echo off
 
 :: Edit install/site/pass.bat and provide your password like 'set tightvncpass=12345678'
 call %Z%\site\pass.bat
 if %tightvncpass%==xxxxxxxx goto nopass
-SET VNC_OPTIONS= SET_USEVNCAUTHENTICATION=1 VALUE_OF_USEVNCAUTHENTICATION=1 SET_PASSWORD=1 VALUE_OF_PASSWORD=%tightvncpass%
+SET VNC_OPTIONS= SET_PASSWORD=1 VALUE_OF_PASSWORD=%tightvncpass%
 :nopass
 
 :: Add rule to the firewall to allow port 5900 
 :: This change include public profile. Same behaviour as old good Windows XP 
 todo.pl "\"netsh firewall add portopening protocol=TCP port=5900 name=TightVNC profile=all\""
-todo.pl "msiexec /qb /i %Z%\packages\tightvnc-2.8.59-setup-%PROCESSOR_ARCHITECTURE%.msi %VNC_OPTIONS%" 
+todo.pl "msiexec /qb /i %Z%\packages\tightvnc-2.8.63-setup-%PROCESSOR_ARCHITECTURE%.msi %VNC_OPTIONS%" 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.