Skip to Content
0
Former Member
Jan 07, 2011 at 11:51 AM

setting Registry Keys during Sapgui 710-Update

680 Views

dear all,

i have a 710 SAP Installation Server running. In my package i have an "On End Update" script which should automaticly enable GuiXt and additional title ifo:

NwEngine.Context.Log.Write "Event: activating GuiXt via registry key"

strRegGuiXT = "HKCUSoftwareSAPSAPGUI FrontSAP Frontend ServerCustomizeGuiXT"

NwEngine.Shell.SetRegValue strRegGuiXT, "REG_DWORD", "1"

NwEngine.Context.Log.Write "Event: registry key for additional title info"

strRegNumMod = "HKCUSoftwareSAPSAPGUI FrontSAP Frontend ServerAdministrationShowAdditionalTitleInFo"

NwEngine.Shell.SetRegValue strRegNumMod, "REG_DWORD", "1"

after updating a client there are success-messages in the update log:

12:31:34 NwSapsAtlC 1 Executing Scripting Event...

12:31:34 NwSapsEngn 1 Event: activating GuiXt via registry key

12:31:34 NwSapsEngn 1 Shell : registry value 'GuiXT' has been successfully set

12:31:34 NwSapsEngn 1 Event: Setting the auto-update registry key for SAP Logon

12:31:34 NwSapsEngn 1 Shell : registry value 'UpdateMode' has been successfully set

12:31:34 NwSapsEngn 1 Shell : registry value 'Prob' has been successfully set

12:31:34 NwSapsEngn 1 Event: registry key for additional title info

12:31:34 NwSapsEngn 1 Shell : registry value 'ShowAdditionalTitleInFo' has been successfully set

but GuiXt is still inactive, there are no additional tilte info´s and there are no such keys in the registry!

any idea what the cause could be?

thanks!

Alexander