Friends, I am using JSMOOTH installer for creating .exe file and Bundled my Default JRE path in it..
If the user doesn't have Java Virtual Machine in his system it has to use the Bundled JRE in my .exe file ..
But its Redirecting to Download Page i tried with all skeleton option but fails to use the Bundled JRE..
There are 5 skeleton 1.Win Service 2.Autodownload wrapper 3.Console wrapper 4.Windowed Wrapper 5.Custom web downloader wrapper
My Question are :
1.From this five option which option i have to select such that if user is not JVM it use my bundled JRE.
The error i am getting is as follows "
If i use 1.Auto Download wrapper as my skeleton i am getting
and
If i use CustomWeb downloader as my skeleton i am getting
3.If i use windowed wrappper as my skeleton Console i am getting

- If i use Console wrapper as my skeleton i am getting
What i want is that if there is no JVM in User system it must use the Bundled JRE instead of asking to download the JAVA..
I reffered this manual and do it so but still i cant achieve my Destination..
My JSmooth screens are



I am having my JAR file in my desktop inside the folder Test and also my JRE folder inside it..
I tried by keeping my JRE near .exe and Default path..But all time it refers the default Java path's Jre...