SF.net SVN: unattended:[4461] trunk/install/scripts/tightvnc.bat
jjp3--- via unattended-cvs <[email protected]> Tue, 01 Dec 2020 14:07:39 +0000
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4461
http://sourceforge.net/p/unattended/code/4461
Author: jjp3
Date: 2020-12-01 14:07:39 +0000 (Tue, 01 Dec 2020)
Log Message:
-----------
tightvnc-2.8.55
Modified Paths:
--------------
trunk/install/scripts/tightvnc.bat
Modified: trunk/install/scripts/tightvnc.bat
===================================================================
--- trunk/install/scripts/tightvnc.bat 2020-11-16 10:05:00 UTC (rev 4460)
+++ trunk/install/scripts/tightvnc.bat 2020-12-01 14:07:39 UTC (rev 4461)
@@ -1,8 +1,8 @@
-:: OPTIONAL: Install TightVNC 2.8.27
+:: OPTIONAL: Install TightVNC 2.8.55
:: HOME: http://www.tightvnc.com/
:: FIXME: Need to change user-agent to work
-:: URL|ALL|http://www.tightvnc.com/download/2.8.27/tightvnc-2.8.27-gpl-setup-32bit.msi|packages/tightvnc-2.8.27-setup-x86.msi
-:: URL|ALL|http://www.tightvnc.com/download/2.8.27/tightvnc-2.8.27-gpl-setup-64bit.msi|packages/tightvnc-2.8.27-setup-AMD64.msi
+:: URL|ALL|http://www.tightvnc.com/download/2.8.55/tightvnc-2.8.55-gpl-setup-32bit.msi|packages/tightvnc-2.8.55-setup-x86.msi
+:: URL|ALL|http://www.tightvnc.com/download/2.8.55/tightvnc-2.8.55-gpl-setup-64bit.msi|packages/tightvnc-2.8.55-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.27-setup-%PROCESSOR_ARCHITECTURE%.msi %VNC_OPTIONS%"
+todo.pl "msiexec /qb /i %Z%\packages\tightvnc-2.8.55-setup-%PROCESSOR_ARCHITECTURE%.msi %VNC_OPTIONS%"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.