Hi,I have an installer with have two target builds: Windows 32- and 64-bits. The targets mainly differ with JVM machine embedded.I would like to prevent 32-bit installer to be installed on 64-bit OS (and vice versa).I could use a conditional rule "Ch...