Oracle Java SE Development Kit
In the msi the publicjre and javadb are executed in the InstallUISequence. This sequence is only run in Full and Reduced UI modes which is why these features do not install with the /qb and /qn… Read More
Answering Jeemo U can (with Orca) Apply Changes to the JRe Installation. Open MSI : And find the JREinstall Paramters I Changed them to msiexec.exe /i "[INSTALLDIR]\jre.msi" ADDLOCAL=ALL SD… Read More
JDK Silent Installation You can perform a silent JDK installation by using the command-line arguments. The following arguments install JDK silently and provide an option of installing public J… Read More
Just to save people time the installer extracts its JDK msi to c:\documents and settings\username\application data\sun\java The JRE is extracted to local settings temp Read More
We deploy the corresponding JRE first, then the JDK. The following is just an excerpt from the script and won't work in isolation but should give you an idea. if not exist "%ProgramFiles%\Jav… Read More
We all know that the standard Java Runtime Environment is bundled with the executable for Java Development Kit. I mean, it would be CRAZY to have the means to develop Java applications but not … Read More