Example of an Installer Configuration File

You an use the example of an installer configuration file to create your own configuration files for Windows.

The following is an example of an installer configuration file for Windows. It specifies the following:

  • Perform a silent installation.

  • Install the JRE in the directory C:\java\jre.

  • Set the security level for unsigned Java applications running in a browser to very high.

Example 2-1 Example of an Installer Configuration File for Windows

INSTALL_SILENT=Enable
INSTALL_DIR=C:\java\jre
WEB_JAVA_SECURITY_LEVEL=VH