cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Gui installation Packages with Enjoy Theme

Former Member
0 Kudos

Hi to all,

With NwSapSetupAdmin I would like to create a SapGui Installation Package that sets "Enjoy Theme" as default and not "SAP Signature Theme".

How can I do ?

Thank you.

Pasquale.

Accepted Solutions (1)

Accepted Solutions (1)

naveen_kumar1
Active Participant
0 Kudos

Hi Pasquale,

The registry setting to set Signature or Enjoy theme remains the same

as the note 1233328

If you want to change per Registry

please change the value key "UseSMCRendering" in

HKEY_CURRENT_USER\Software\SAP\General\Appearance

"UseSMCRendering" has value 0 > Enjoy

"UseSMCRendering" has value 1 > SAP Signature

Would you mind changing your installation script into:

HKLM\Software\SAP\General\Appearance

Name : "Theme"

Type : REG_SZ

Value : "Enjoy"

And please set the UseSMCRendering in the same node to "0".

Please let me know if this does not work.

Please check also SAPnote 328723 for additional options and information.

Best Regards,

Naveen.

Answers (0)