Home > Installation / Configuration > Silent Mode Installation of Java

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
  • Share/Bookmark
  1. No comments yet.
  1. No trackbacks yet.