on 2024 Feb 05 7:57 AM
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.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.