You can run the installer in silent mode. This means that no panels are
displayed during the installation and there are no prompts for input. There
are two ways to run the install silently:
- From the jar file
Run the installation in the same way as previously described, but append
the -silent flag. For example:
- On Windows®
-
set classpath=.\setup.jar;%classpath%
jview run -silent
- On Linux®, AIX®,
Solaris, and HP-UX
-
CLASSPATH=./setup.jar:$CLASSPATH
export CLASSPATH
java run -silent
- From a platform specific launcher
Add the -is:silent -silent flags. For example:
- On Windows
-
setup.exe -is:silent -silent
- On AIX
-
Setupaix.bin -is:silent -silent
- On Linux
-
Setuplinux.bin -is:silent -silent
- On Solaris
-
Setupsolaris.bin -is:silent -silent
- On HP-UX
-
Setuphp-ux.bin -is:silent -silent