[All]
How to perform a silent install for JDatastore 7 on RedHat Linux ES 3.0?
Abstract: How to perform a silent install for JDatastore 7 on RedHat Linux ES 3.0?
Product Name: JDatastore 7.x
Product Version:�6.x
Product Component: Installation
Platform/OS Version:�Redhat Linux ES 3.0�
JDK/Compiler Version: JDK 1.4.2
Description:
This article describes how to perform a silent install for JDatastore 7.x on RedHat Linux ES 3.0.
Answer/Solution:
Please do the following in order perform a silent install for JDatastore:
- Create a properties file called "install.properties" in the same directory as the installer with the following contents (assuming that you are installing to /opt/JDatastore7):
INSTALLER_UI=silent
USER_INSTALL_DIR=/opt/JDatastore7
- Run the following on a command prompt:
./linux-jds_install.bin -f install.properties