Delphi compiler not found

 on compiling simple Delphi7 project I get: "Delphi compiler not found. Please make sure you have specified the correct Delphi compiler version"

 
of course Delphi ver is selected correctly in Tools - Options (Delphi7)
 
I suppose, FB is trying to get path to DCC32.EXE in the registry? what keys is it looking on?
App key contains C:\Program Files\Borland\Delphi7\Bin\delphi32.exe
but I do not see path to dcc32.exe there...
 
Thanks

Found the problem - there was no RootDir key in HKEY_LOCAL_MACHINE\SOFTWARE\Borland\Delphi\7.0 path of my registry, I’ve created it with value C:\Program Files\Borland\Delphi7 and now FB works good.