FAQ | This is a LIVE service | Changelog

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

Strip out install check for copied files in java8-jre

Because these files are optionally copied, we can't just
unconditionally include them in the install check condition.
parent 527a418b
No related branches found
No related tags found
1 merge request!43Jre8
......@@ -9,9 +9,6 @@
<check type="uninstall" condition="exists" path="Java 8 Update %version% (64-bit)" />
<check type="uninstall" condition="exists" path="Java 8 Update %version%" />
</check>
<check type="file" condition="exists" path="%programfiles%\java\jre1.8.0_%version%\lib\deployment.config"/>
<check type="file" condition="exists" path="%programfiles%\java\jre1.8.0_%version%\system.config"/>
<check type="file" condition="exists" path="%programfiles%\java\jre1.8.0_%version%\exception.sites"/>
</check>
<install cmd='taskkill /f /im jqs.exe /im iexplore.exe /im firefox.exe'>
......
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