cancel
Showing results for 
Search instead for 
Did you mean: 

How can i upgrade SAP Gui 8.0 from 7.5 with command lines.

Hmmt_Cskn
Newcomer
0 Kudos
314

How can i upgrade SAP Gui 8.0 from 7.5 with command lines.I will be using this code on third party app as an administrator.

thiago_glanzner
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Are you using SAP GUI 800 32bit or 64bit? You can verify that each has a different name for the command line in SAP Setup.

To make an upgrade you need first to uninstall the previous product version via command line:

NwSapSetup.exe /Silent /Uninstall /Product="<product_name>"

Then to install the new product:

C:\Users\<user>\Installation Server\Setup\NwSapSetup.exe /Silent /Product="<product_name>"

<user>
and <product_name> are placeholders which content may vary depending on the user executing the command and the target product.

Also /silent parameter is optional but it causes the process to be executed silently on background, it can be replaced by /nodlg (no dialog but with visible progress bar) or you can completely remove this parameter if wanted.

Hope this helps!

View Entire Topic
thiago_glanzner
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Are you using SAP GUI 800 32bit or 64bit? You can verify that each has a different name for the command line in SAP Setup.

To make an upgrade you need first to uninstall the previous product version via command line:

NwSapSetup.exe /Silent /Uninstall /Product="<product_name>"

Then to install the new product:

C:\Users\<user>\Installation Server\Setup\NwSapSetup.exe /Silent /Product="<product_name>"

<user>
 and <product_name> are placeholders which content may vary depending on the user executing the command and the target product.

Also /silent parameter is optional but it causes the process to be executed silently on background, it can be replaced by /nodlg (no dialog but with visible progress bar) or you can completely remove this parameter if wanted.

Hope this helps!