Dec 05 2019 01:00 AM
I am creating package for SAPBusinessObjectsAnalysis 2.5 64bit for windows 10 64bit OS. installation works manually without silent parameter. But, when I deploy it using Intune/SCCM , it is failing with error code 70.
I checked all prerequisites are installed correctly. I checked for error code 70 , it says 'Invalid XML files' but my package doesn't have any xml files.
Dec 16 2019 02:49 AM
Hello,
I am using this line to install it with http://psappdeploytoolkit.com:
Execute-Process -FilePath "AOFFICE25SP04P_1-80002421.EXE" -Arguments "/NoDlg /NoIgnoreBlockingApp" -WindowStyle Hidden -IgnoreExitCodes "129"
It works fine.
Just ignoring exit code 129 which is not relevant.