SF.net SVN: unattended:[4678] trunk/install/scripts/t ightvnc.bat

jjp3--- via unattended-cvs <[email protected]> Tue, 10 Sep 2024 17:37:36 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4678
          http://sourceforge.net/p/unattended/code/4678
Author:   jjp3
Date:     2024-09-10 17:37:36 +0000 (Tue, 10 Sep 2024)
Log Message:
-----------
TightVNC 2.8.85

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

Modified: trunk/install/scripts/tightvnc.bat
===================================================================
--- trunk/install/scripts/tightvnc.bat	2024-09-05 23:01:41 UTC (rev 4677)
+++ trunk/install/scripts/tightvnc.bat	2024-09-10 17:37:36 UTC (rev 4678)
@@ -1,8 +1,8 @@
-:: OPTIONAL: Install TightVNC 2.8.84
+:: OPTIONAL: Install TightVNC 2.8.85
 :: HOME: http://www.tightvnc.com/
 :: FIXME: Need to change user-agent to work
-:: URL|ALL|http://www.tightvnc.com/download/2.8.84/tightvnc-2.8.84-gpl-setup-32bit.msi|packages/tightvnc-2.8.84-setup-x86.msi
-:: URL|ALL|http://www.tightvnc.com/download/2.8.84/tightvnc-2.8.84-gpl-setup-64bit.msi|packages/tightvnc-2.8.84-setup-AMD64.msi
+:: URL|ALL|http://www.tightvnc.com/download/2.8.85/tightvnc-2.8.85-gpl-setup-32bit.msi|packages/tightvnc-2.8.85-setup-x86.msi
+:: URL|ALL|http://www.tightvnc.com/download/2.8.85/tightvnc-2.8.85-gpl-setup-64bit.msi|packages/tightvnc-2.8.85-setup-AMD64.msi
 @Echo off
 
 :: Edit install/site/pass.bat and provide your password like 'set tightvncpass=12345678'
@@ -14,4 +14,4 @@
 :: 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.84-setup-%PROCESSOR_ARCHITECTURE%.msi %VNC_OPTIONS%" 
+todo.pl "msiexec /qb /i %Z%\packages\tightvnc-2.8.85-setup-%PROCESSOR_ARCHITECTURE%.msi %VNC_OPTIONS%" 

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