Generating the properties file on Linux

When you want to install the product software in the silent mode on Linux, you must provide the installation details in a properties file. You must first generate a properties file by using the stand-alone installer that contains the data required to install the product.

Before you begin

You must have completed the following tasks:

About this task

You must provide the properties file that contains the required details in the command to install the product software in the silent mode. You must create a properties file for each of the product that you want to install.

Procedure

Enter the following command in the terminal after you replace the variables with values on your computer:

./<Extracted_Product_name.exe> -r <Destination_path>/<File_name_installer.properties>

Where:
  • Extracted_Product_name.exe is the name of the product in the folder where you have extracted the downloaded package.
  • Destination_path is the path to the folder where the product must be installed.
  • File_name_installer.properties is the name of the installer.properties file.
For example, if you have the following conditions:
  • Find the name of the extracted product file is HCL-OneTest-API-Linux-x64-v10.2.0.0.bin in the folder where you have extracted the downloaded package
  • Want to install the product in the folder opt/HCL/OneTest-API
  • Want to create the properties file with the name as api_installer.properties
Then the command to generate the properties file for HCL OneTest API is as follows:

./"HCL-OneTest-API-Linux-x64-v10.2.0.0.bin" -r opt/HCL/OneTest-Agent/apia_installer.properties

Results

You have generated the properties file that you can use to install the product software in the silent mode.