cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI patch installation

Former Member
0 Kudos

Hi all,

We have deployed the SAP GUI installation server in our company and all clients installed their GUI from that server.

Now there is a new patch 24 available for the front end and we would like to push it silently. All we have done resulted in a message box on the client side asking them to confirm the installation. Is there a way we can push it through a script or something that does the patch install silently without prompting for confirmation of the patch installation.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

rolfc_weber
Contributor
0 Kudos

Hi,

Don't know if it is this your are searching for, but as you have a installation server installed, you should be able to call the sapsetup on the installations server with the options /update /silent /msgtime:0 from a command line (script).

Documented in SAP note 510048 and 535308

Regards

Rolf

Former Member
0 Kudos

I tested this out and it works with the batch file but how would I do the same thing through the SAP installation server.

Thanks for your help.

rolfc_weber
Contributor
0 Kudos

How about to add your batch file in your company's logon script?

And then disable the automatic check for updates in saplogon.

Regards

Rolf