JRE

WiX: How to check if JRE is installed on install only

Checking JRE can be done with below code. I found this on the net, but it failed for me with WixUI_FeatureTree and WixUI_Mondo setup interfaces. The problem was that the condition has not checked only on install. Therefore I got the message also if I tried to modify features and this prevented my from changing them. The added Installed OR makes sure this condition is only checked on the very first install and no more later. It would otherwise cause serious issues for the user if the application should be removed after the JRE has been uninstalled.

RSS - JRE abonnieren