disabling downloading the jre in simple jre example
Hi!
I'm new to NSIS and I want to set up a setup routine for my java application. But I do not want my routine to try getting a jre from the web. I want to package the jre installer into my NSIS-installer. The silent-installation-mode of the actual jre-installer is comfortable:
I think the NSIS-script would be then something like:
ExecWait "$TEMP\jre-1_5_0_04-windows-i586-p.exe /s /v $\"/qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=$PROGRAMFILES\jre\$" "
OK. So far so good.
But what changes have to be done to the example scipt to disable downloading the jre?
Another problem is, that my java application MUST have java versions >= 1.5.0 installed! How can I ensure this?
BIG BIG THANKS TO ALL OF YOU IN ADVANCE!!!
Oliver Demetz