Changes
no edit summary
: I think this is a nice idea. Maybe "Java" should be a category as "Adobe software" is, grouping all vendors' specific JREs and JDKs silent installers. A drawback could be the low visibility that categories have in home page.
<br>
I use the folowing line to stop the "Java Quick Starter" before updating. net stop returns 2 if the service was not running.
Should add this to the example?
<source lang="xml">
<install cmd='net stop "Java Quick Starter"'><exit code='0' /><exit code='2' /></install>
</source>