Mary Huey
2013-04-25 20:37:15 UTC
I see that java.bat is still for version 7u15, while it's currently on 7u20.
Is there a reason why the installer downloads both the version 6 and 7
installers, but only installs the 6?
svn diff java.bat
Index: java.bat
===================================================================
--- java.bat (revision 3571)
+++ java.bat (working copy)
@@ -4,7 +4,7 @@
:: <http://www.java.com/en/download/manual.jsp>
:: http://www.java.com/en/download/manual_v6.jsp
:: <http://java.sun.com/javase/6/webnotes/install/jre/silent.html#running>
-::URL|ALL|http://javadl.sun.com/webapps/download/AutoDL?BundleId=74781|packages/jre/jre-7u15-windows-i586.exe
+::URL|ALL|http://javadl.sun.com/webapps/download/AutoDL?BundleId=76860|packages/jre/jre-7u21-windows-i586.exe
::URL|ALL|http://javadl.sun.com/webapps/download/AutoDL?BundleId=74347|packages/jre/jre-6u41-windows-i586.exe
@Echo off
@@ -12,5 +12,5 @@
todo.pl "reg add \"HKLM\SOFTWARE\JavaSoft\Java Update\Policy\" /f /v
\"EnableAutoUpdateCheck\" /t REG_DWORD /d 0"
todo.pl "reg add \"HKLM\SOFTWARE\JavaSoft\Java Update\Policy\" /f /v
\"EnableJavaUpdate\" /t REG_DWORD /d 0"
-todo.pl "%Z%\packages\jre\jre-6u41-windows-i586.exe /s IEXPLORER=1
MOZILLA=1 REBOOT=ReallySuppress JAVAUPDATE=0 WEBSTARTICON=0"
+todo.pl "%Z%\packages\jre\jre-7u21-windows-i586.exe /s IEXPLORER=1
MOZILLA=1 REBOOT=ReallySuppress JAVAUPDATE=0 WEBSTARTICON=0"
Is there a reason why the installer downloads both the version 6 and 7
installers, but only installs the 6?
svn diff java.bat
Index: java.bat
===================================================================
--- java.bat (revision 3571)
+++ java.bat (working copy)
@@ -4,7 +4,7 @@
:: <http://www.java.com/en/download/manual.jsp>
:: http://www.java.com/en/download/manual_v6.jsp
:: <http://java.sun.com/javase/6/webnotes/install/jre/silent.html#running>
-::URL|ALL|http://javadl.sun.com/webapps/download/AutoDL?BundleId=74781|packages/jre/jre-7u15-windows-i586.exe
+::URL|ALL|http://javadl.sun.com/webapps/download/AutoDL?BundleId=76860|packages/jre/jre-7u21-windows-i586.exe
::URL|ALL|http://javadl.sun.com/webapps/download/AutoDL?BundleId=74347|packages/jre/jre-6u41-windows-i586.exe
@Echo off
@@ -12,5 +12,5 @@
todo.pl "reg add \"HKLM\SOFTWARE\JavaSoft\Java Update\Policy\" /f /v
\"EnableAutoUpdateCheck\" /t REG_DWORD /d 0"
todo.pl "reg add \"HKLM\SOFTWARE\JavaSoft\Java Update\Policy\" /f /v
\"EnableJavaUpdate\" /t REG_DWORD /d 0"
-todo.pl "%Z%\packages\jre\jre-6u41-windows-i586.exe /s IEXPLORER=1
MOZILLA=1 REBOOT=ReallySuppress JAVAUPDATE=0 WEBSTARTICON=0"
+todo.pl "%Z%\packages\jre\jre-7u21-windows-i586.exe /s IEXPLORER=1
MOZILLA=1 REBOOT=ReallySuppress JAVAUPDATE=0 WEBSTARTICON=0"