Implementing Silent Installation of SAP BusinessObjects BI Platform 2025

Objective

After completing this lesson, you will be able to implement silent installation option of SAP BusinessObjects BI Platform 2025.

Silent Installation Method

Operation Mode

Administrators can also choose to run an SAP BusinessObjects BI Platform 2025 installation silently. The main benefit is that they can build and customize their own reference file containing all installation option parameters. Once created and customized, it can be used in a command line to start the silent installation.

Response file:
  • This type of installation is called a silent installation.
  • This can be used either for the SAP BusinessObjects BI Platform 2025 installation or for the SAP BusinessObjects BI Platform 2025 Client Tools installation.
Command Lines For a Silent Installation:
  • A response file is a text file with installation option parameters in key-value format. When using a response file to give installation options, the installation program is run from the following command line, as an example.
    Code Snippet
    1
    -r <RESPONSE_FILE> parameter, where <RESPONSE_FILE> is the name of the response file.

    Note

    You can review the information and proceed to the following link: To run a silent installation
  • The response file contains multiple installation options, with one installation option per line.

    Note

    You can review the information and proceed to the following link: Installation option parameters
  • Some command-line switch parameters can be used in the command line:
    1. -w <FILENAME>: Writes a response file to <FILENAME>, containing the options selected from the installation wizard.
      Code Snippet
      1
      setup.exe -w "C:\response.ini"
    2. -r <FILENAME>: Reads installation options from a response file named <FILENAME>.
      Code Snippet
      1
      setup.exe -r "C:\response.ini"

    Note

    You can review the information and proceed to the following link: Command-line switch parameters
Silent installation of SAP BusinessObjects BI Platform 2025.

Summary

  • Every option in the installation wizard can be read from a response file from the command line.
  • A response file is a text file with installation option parameters in key-value format, used to provide installation options.
  • There are specific parameters that can be used in response files to select installation options.
  • There are also switch parameters that can be given to the installation program on the command line to perform a silent installation.