Thu Apr 26, 2018 2:58 pm
Hello and welcome to our forums,
Please note that the above error message is not thrown by the settings from "Java Products" page, but by the Java predefined launch condition you configured from "Launch Conditions" page -> "Software" tab. Here when you configure the JRE 8 launch condition, this launch condition will search for the 32-bit or for the 64-bit version of the JRE on target machine depending on the package type (32 or 64-bit, check this from "Install Parameters" page) of your setup.
Thus if your setup project is of 32-bit package type, then the Java launch condition will search for a 32-bit version of Java and if not found it will thrown the error message blocking the installation. This is our current implementation.
If your setup package is of 32-bit type but your deployed java app can run with 64-bit versions of JRE, then I suggest you to remove from your project the predefined JRE launch condition from "Launch Conditions" page.
Let us know if you have any further questions.
All the best,
Daniel