Skip to Content
Author's profile photo Former Member

How to silently install specific SAP Business Intelligence Client Tools

Below I describe how one can perform a custom, silent installation. In this example, I’ll only install widgets. This example uses SP6 but should be similar for other versions of the product.

  1. Extract the client media to a directory. Here I’ve chosen C:\BusinessObjectsClient.Folder.png
  2. Open a command prompt from the start menu (Start | Programs | Accessories |Command Prompt).
  3. Navigate to the directory where you extracted the media.
  4. Run the command setup -w c:\response.ini. You can specify a different path and filename if you like. This command will create a file that tells the installer which items it should install and where.setupW.png
  5. The installer has launched thanks to the previous command.
  6. Select the components you want to install.
  7. /wp-content/uploads/2013/05/components_215662.png
  8. Complete the installation. Note: nothing will get installed, rather a file will be created in the location you specified in step 4.
  9. Notice that the file shows the selections for where the product should be installed, language options and what actually should be installed.
  10. /wp-content/uploads/2013/05/ini1_215666.png/wp-content/uploads/2013/05/ini2_215667.png
  11. Launch the installation by changing the switch to -r instead of -w which will read the file instead of writing it. In a typical use case you may want to create a .bat file to automatically run the setup command. If you’d like to do this offline, consider using a dvd or perhaps a memory stick.
  12. setupR.png
  13. Widgets have now been successfully installed!
  14. /wp-content/uploads/2013/05/widgets_215668.png

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo William MARCY
      William MARCY

      Helpful. I'll try 😎