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?