cancel
Showing results for 
Search instead for 
Did you mean: 

Disable SAP Logon-Based Update of SAP GUI ?

Former Member
0 Kudos

Hello,

I know how to do that interactively (right mouse button->Configure Update-Check), but:

I want to use installation server for installations and SAP Logon-Based Update feature is enebled by default, since I'm planning to use Automatic Workstation Update I want it to be disabled after installation.

How do I do that ?

At least some registry hack I could add to installation server events ?

thnks

Vilius

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ok I found an answer by myself:

On End Install event:

strRegUpdate = "HKLM\SOFTWARE\SAP\SAPsetup\SAPstart\AutoUpdate\SAPLgPad.exe\UpdateMode"

NwEngine.Shell.SetRegValue strRegUpdate, "REG_SZ", "ForceOff"

Vilius