cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI uninstallation command line

SAPSupport
Employee
Employee
0 Kudos

Hi Team

I need silent uninstallation script to uninstall sap gui older version. (As SAP GUI 8.00 single file package which i have made is not overwriting older versions). i have used the below mentioned script.

"C:\Program Files (x86)\SAP\SAPsetup\NwSapSetup.exe" /all /Silent /Uninstall

"NwSapSetup.exe" /all /silent

The problem with this is, its uninstalling everything related to SAP. So when the new package gets all dependencies are not there and sap gui is throwing error. even i have tried.

"C:\Program Files (x86)\SAP\SAPsetup\NwSapSetup.exe" /Product="SAPGUI /all /Silent /Uninstall

This is not working. Can you please suggest  us script or line that can uninstall older SAP GUI ONLY.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

Hello Customer,

The uninstallation command line for any product/package can be consulted through the NwSAPSetupAdministration product/packages properties.

For uninstalling SAP GUI 770 for example the command line would be: NwSapSetup.exe /Silent /Uninstall /Product="SAPGUI"

The template is: NwSapSetup.exe /Silent /Uninstall /Product="<product-name>" OR NwSapSetup.exe /Silent /Uninstall /Package="<package-name>"

Best regards,

Thiago

Frontend Installation Support

Satya_Asrith
Newcomer
0 Kudos

Hi Thiago,

As mentioned i have already tried that command line but it is still  not getting uninstalled.

Regards,

Satya.

Answers (0)