can any one please tell me how to uninstall Sap BO Data Services sp2 4.1 package silently
can any one please tell me how toun install Sap BO Data Services sp2 4.1 package silently
2 Comments
[ + ] Show comments
-
can any one please tell me how to uninstall Sap BO Data Services sp2 4.1 package silently - rarao90 10 years ago
-
If you create the uninstall ini file from a test device, will this uninstall ini work on any other device for an uninstall? - Nonothing 5 years ago
Answers (2)
Please log in to answer
Posted by:
andykn
9 years ago
For future reference, you can get the uninstall string from the Uninstall section of the registry:
"C:\Program Files (x86)\SAP BusinessObjects\setup.exe" -i product.dataservices-4.0-core-32
Run that on a test PC with -w inifile to write a silent uninstall.ini file:
"C:\Program Files (x86)\SAP BusinessObjects\setup.exe" -i product.dataservices-4.0-core-32 -w c:\support\BODSUn\SAPBodsUN.ini
Then you can run
"C:\Program Files (x86)\SAP BusinessObjects\setup.exe" -i product.dataservices-4.0-core-32 -r c:\support\BODSUn\SAPBODSUn.ini
Comments:
-
I'm only about a year into sensible level packaging but this one threw me - I know an old post but helped me with 4.2 / SAP generally, thanks Andykn. Purely by referencing an .ini it appears SAP is happy to run silently, in this case, the .ini generated barely contains anything - but... allows you to run the registry's uninstall command silently/no prompt. - Blowbags 6 years ago
Posted by:
dj_xest
10 years ago