Hello,
I am building a new installer for our application. Our customers are using Java6 and Java7. I need to have the installer to set an environment variable dependent of the used Java version:
If Java 6 is installed the installer needs to set an environment variable as xxxxx
If Java 7 is installed the installer needs to set this environment variable as yyyyy
Is this possible to do within 1 installer? If so, how?
Thanks for your answers.