91
edits
Changes
Java
,→Java Runtime Environment (JRE) 8: Grammar & typo corrections
To uninstall the old Java 7 and 8 versions you can use a [http://wpkg.org/index.php?title=Remove_Java a removal package].
I suggest use using this to remove all Java7 versionsof Java 7:
<install cmd='wmic product where "name like 'Java 7%%'" call uninstall' />
and to remove all Java8 Java 8 is similar:
<install cmd='wmic product where "name like 'Java 8%%'" call uninstall' />
Indeed you can use the last line to remove Java8Java 8, like this:
<remove cmd='wmic product where "name like 'Java 8%%'" call uninstall' />
It´s easier to mantain even if it slower to run.
<install cmd='wmic product where "name like 'Java(tm) 6 %%'" call uninstall' />
(you You may need to put a space before (tm) for some versions)
<source lang="xml">