ATL Provider Error ATL2028

Failed to compile RGS. RGS tree contains unparseable constructs.

The provider encountered a syntax error in the RGS file.

The following sample RGS file generates ATL2028.

HKLM
{
 subkey = 'test'
}

To resolve the error, change the third line to

subkey = s 'test'