SAP dashboards
uninstall string which i saw in the registry key is not working ,does any one have silient uninstall switch for SAP dashboards 6.0.4.0, thank you..
uninstall string which i saw in the reg edit is --i product.xcelsius-4.0-core-32
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
COC_Christian
10 years ago
U can use the same procedure as the install response file :)
So for the uninstall you will need the setup.exe (sources not targetdir) with the following switches:
setup.exe -w uninstall.ini
With that file you can deploy ur silent uninstall with the following switches:
setup.exe -r uninstall.ini
So for the uninstall you will need the setup.exe (sources not targetdir) with the following switches:
setup.exe -w uninstall.ini
With that file you can deploy ur silent uninstall with the following switches:
setup.exe -r uninstall.ini
Comments:
-
I also created and used a response ini file as described by COC_Christian (thank you).
the command line I used to capture the ini was: "c:\Program Files\SAP BusinessObjects\setup.exe" -i product.businessobjectsclient-4.0-core-32 -w uninstall.ini
the command line I used to use the ini was: "c:\Program Files\SAP BusinessObjects\setup.exe" -i product.businessobjectsclient-4.0-core-32 -r uninstall.ini - hks7mgt 9 years ago-
COC_christian and hks7mgt are both correct. This worked for me, thanks! - jaymz281 9 years ago
Posted by:
phamhiepst
10 years ago
Please try "C:\Program Files (x86)\SAP BusinessObjects\setup.exe" -u product.xcelsius-4.0-core-32 -q
-q parameter to uninstall silently
Posted by:
creck
9 years ago
I found how do do this in two steps, with help by referring to COC_Christian's notes.
- Open a command prompt and change directories to the original install source location.
- Type setup.exe -w uninstall.ini (or whatever you want the uninstall file to be named.
- This should bring up the GUI. Choose Uninstall and the prompts that follow.
- The product did not uninstall here, but created an uninstall.ini file in the directory above.
- The actual command now to uninstall is setup.exe -r uninstall.ini -q
This will uninstall all the SAP components. This did however leave two items behind. Visual C++ 7.1 distributables and MSXML 4.0 SP2 Parser and SDK. These may be benign, but others might be interested in what was left.
Cheers
Posted by:
dugullett
11 years ago
Try this for the uninstall string.
"C:\Program Files (x86)\SAP BusinessObjects\setup.exe" -i product.xcelsius-4.0-core-32
Comments:
-
i tried that but that is not working ...thanks - sandeep0616 11 years ago
-
its not doing siliently with that command... - sandeep0616 11 years ago
-
I am facing the similar issue while uninstalling. Kindly let me know the exact cmd line to do silent uninstalllation. - rvprasad 10 years ago