Generating the properties file on Windows

When you want to install the product software in the silent mode on Windows, 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:

<Path_extracted_product>\<Extracted_Product_name.exe> -r <Destination_path>\<File_name_installer.properties>

Where:
  • <Path_extracted_product> is the path to the folder where you have extracted the downloaded package.
  • <Extracted_Product_name.exe> is the name of the product in the folder.
  • <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:
  • Extracted the downloaded product software package to the folder C:\Downloads\DevOps_Test_API_1101_Install_IA_WIN
  • Find the name of the extracted product file is DevOps-Test-API-Win-x64-v11.0.1.exe
  • Want to install the product in the folder C:\Program Files\HCL\DevOpsTestAPI
  • Want to create the properties file with the name as api_installer.properties in C:\MyDocuments.
Then the command to generate the properties file for Test Integrations and APIs is as follows:

C:\Downloads\DevOps_Test_API_1101_Install_IA_WIN\DevOps-Test-API-Win-x64-v11.0.1.exe -r C:\HCL\DevOpsTestAPI\api_installer.properties

Results

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