I've run into a D12 issue: The GetIt FastReports installer now installs to a user owned path!
C:\Users\<username>\Documents\Embarcadero\Studio\23.0\CatalogRepository\FastReport-2023.3\
It used to be: C:\Program Files (x86)\FastReports\
This is a problem because our build server doesn't see that path as it runs with a different AD user than the user that installed Delphi, and hence barfs when trying compile units that contain Fast Reports units.
Has anyone found a good solution to this?