ATL Provider Error ATL2030

Failed to compile RGS. Syntax error: closing ')' not found to match '(' in ifexist block.

The RGS file contains a [!ifexist] directive that lacks a closing parenthesis.

The following sample RGS file generates ATL2030.

HKLM
{
 [!ifexist(noncreatable]
 val testval = s 'testval'
 [!endif]
}

To resolve the error, add a closing parenthesis:

 [!ifexist(noncreatable)]