Here is the script code I use (which again works most of the time):
strcpy $R0 "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"Note that I require the user to be logged onto Windows with an Admin account (so I can change this registry area), otherwise I stop the install, so that's not the problem.
AccessControl::GrantOnRegKey HKLM $R0 "Users" "SetValue"
Does anyone have any thoughts on what could be wrong or what to try? I have had customers manually edit the registry and make this change which works fine, so it doesn't appear to be a corrupt registry.
Joe A.