FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 65bcef12 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Use correct environment variable in java8-jre upgrade cmds

parent b564cb23
No related branches found
No related tags found
1 merge request!126Java JRE8 -> v8.251
......@@ -111,10 +111,10 @@
<upgrade cmd='msiexec /qn /x {26A24AE4-039D-4CA4-87B4-2F64180221F0}'> <exit code='1603'/> <exit code='1605'/> </upgrade>
<upgrade cmd='msiexec /qn /x {26A24AE4-039D-4CA4-87B4-2F32180221F0}'> <exit code='1603'/> <exit code='1605'/> </upgrade>
<upgrade cmd='%SOFTWARE%\java\java8\jre-8u%version%-windows-x64.exe /s WEB_JAVA=1'>
<upgrade cmd='%WPKGSOFTWARE%\java\java8\jre-8u%version%-windows-x64.exe /s WEB_JAVA=1'>
<exit code='1603'/> <!-- Sigh, we just have to hope this is an "already installed" error -->
</upgrade>
<upgrade cmd='%SOFTWARE%\java\java8\jre-8u%version%-windows-i586.exe /s WEB_JAVA=1'>
<upgrade cmd='%WPKGSOFTWARE%\java\java8\jre-8u%version%-windows-i586.exe /s WEB_JAVA=1'>
<exit code='1603'/> <!-- Sigh, we just have to hope this is an "already installed" error -->
</upgrade>
<!-- Disable Auto Update -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment