Hi experts
I need your advise. I have been trying to install BPC SAP client onto the computers using SCCM 2012 R2 however the installation gives up half way.
1. Created a Powershell script, installation is able work. The PowerShell will create a folder C:\Temp\ and copy the Xceedzip.dll to the C:\Temp folder for the installation.
2. Created a Batch file script, installation is able to work. The Batch file script will create a folder C:\Temp\ and copy the Xceedzip.dll to the C:\Temp folder for the installation.
3. Created a software package for the BPC client using SCCM2012, installation is able to work half way and then it stopped. The testing scenario already have C:\Temp\Xceedzip.dll
4. Deployed PowerShell Script, using SCCM2012, went to Software Center to run the installation, using Task Manager, the installation process is able to work half way and then it stopped.
5. Deployed Batch file, using SCCM2012, installation is able to work half way and then it stopped.
went to Software Center to run the installation, using Task Manager, the installation process is able to work half way and then it stopped.
The program is set to run as "Run with administrative rights" and Whether or not a user is logged on.
"BPCCLIENT10_0-10009079.EXE" /s /z"C:\Program Files\SAP BusinessObjects\PC_NW&c:\Temp\xceedzip.dll&NL&ALL"
The other installations in the PowerShell \ Batch file is able to install and run via Software Center without any issue. Except the BPC client.
Please advise, thank you.