Silent Mode Installation of Java
The below content in a batch file will install JDK in D:\jdk1_6_xx without popping up any GUI. Useful to install without user interaction. The log will be written into setuplog.txt
echo off start ./sdk/jdk-6uxx-windows-i586-p.exe /s INSTALLDIR=D:\jdk1_6_xx /L ./setuplog.txt