I'll ship my application as .exe file on a cdrom.
When the end user gonna start the program, the following events should occurs (in case he hasn't got any valid JRE installation):
If the user hasn't got an internet connection, the program (exe file) should use an embedded JRE (shipped with the cdrom)
If the user has got an internet connection, he should be redirected to the JRE download location (java.com). He should then download the JRE and install it. I won't use the bundled JRE for a user with an internet connection.
I configured both download path and JRE bundle in Launch4J, but I can't find how i could configure it for my specialities. Anyone got a clue or solution?
Thx