cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI 8.00 Command Line Installation

0 Kudos

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 ?

moshenaveh
Community Manager
Community Manager
0 Kudos

Welcome to the SAP Community! Thank you for visiting us to get answers to your questions.


Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.
First, please see https://community.sap.com/resources/questions-and-answers, as this resource page provides tips for preparing questions that draw responses from our members. Secondly, feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html as well, as that will help you when submitting questions to the community.
Finally, I recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html.
I hope you find this advice useful, and

Accepted Solutions (0)

Answers (1)

Answers (1)

jy28545016zyx
Member
0 Kudos

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