Oracle Transactional Business Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Oracle BI Publisher Silent Installation

353
Views
2
Comments

The Official installer for the BIPublisherDesktop is provided in .exe format.

The official command that is being used is

BIPublisher64.exe /S /v/qn

The installation failed with the following error code:

[ResponseResult]

ResultCode=-3

The installation is successful with the UI Enabled.

--

To make it work I extracted the .msi file from the temp folder and I installed it via msiexec commands with

msiexec /i "Oracle BI Publisher Desktop.msi" /qn

msiexec /i "TBAddInSetup64.msi" /qn

msiexec /i "ETBAddInSetup64.msi" /qn

--

Is it possible to silently install the software with the provided exe?

Comments