cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI Silent installation w/o server

ILIAN_Grigorov
Contributor
0 Kudos

Hi all,

In my case I cannot make and installation server, because most of the users connect through

different networks to the saprouter, and I don't have any access to them, and they don't have

any access to servers in my building.

So we make installations mainly using a distribution medium, where we select the first check.

Is there any way I can make a BAT file or so, and do a silent install from the medium, because

it will be quick-er and more user friendly.

i.e. SetupAll.exe /silent /options , something like that....

Thanks in advnace

Ilian

Accepted Solutions (1)

Accepted Solutions (1)

former_member194094
Active Participant
0 Kudos

Hi Ilan,

Why don't you create a single-file self installing .exe package as described at page 39 of the SAP Frontend installation guide and used it in conjunction with the /silent command line parameter ? See page 57 for other possible switches.

Of course you can invoke SAPSetup using a batch file but there is generally no need for it.

Kind regards

Eric Van de Catsije

ILIAN_Grigorov
Contributor
0 Kudos

Thank you for the idea.

I will read, try, and then write back here. It will take some time!

Thanks again!

Ilian

Answers (1)

Answers (1)

ILIAN_Grigorov
Contributor
0 Kudos

I am working on SAP GUI 7.40 installation.

One way to do my task is to execute this directly from the media:

NwSapSetup.exe /product=SAPGUI /nodlg

(usually in folder PRES1\GUI\WINDOWS\WIN32\Setup)

It installs only the first check, and you see only the progress bar.

Works like a Charm!

Now I try to do the self extracing exe file.

It is easy, but I will write later....

Regards

Ilian