cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP GUI 8.00 Command Line Installation

0 Likes
14,849

Hi

I am trying to install SAPGUI 8.00 using the SAP Front-End Installation Self Extractor via Command Line, however when i run the following command to install just the SAPGUI, I am not represented with any products/nothing installs.

"%~dp0GUI800_2-80006342.exe" /silent /product="SAPGUI"

If i run it without the product paramater, every product installs which not what we want. we only require sapgui to install.

i have got the command line parameters from the installation guide, however this does not seem to be working.

Any suggestions ?

Accepted Solutions (0)

Answers (1)

Answers (1)

kano-jia
Discoverer
0 Likes

if you are in SAP GUI (64bit), the following command will work

"%~dp0GUI800_2-80006342.exe" /silent /product=Product="SAPGUI64"

if you are in SAP GUI (32bit), the following command will work

"%~dp0GUI800_2-80006342.exe" /silent /product="SAPGUI"

Hope my answer will help you

souravmaity99
Newcomer
0 Likes
Yes it worked, thanks.