I can't figure out how to perform a search to check if a particular version of JRE is already installed on the target machine.
Using the result of the search I would like to install JRE if the version on the target is less than 1.4.2_03 or if JRE is not installed at all.
Judging by posting on the forum, I need to do this using a custom action. Is there some example code I can use?
Any help would be greatly apreciated.