I am trying to install UniDAC on Windows 7 / Delphi 2010 running as user with domain admin rights but I get an error saying that the UniConnectForm.pas can't be compiled.
I found the error to be that the was no write access to folder c:\Program Files\Devart\UniDac for RAD Studio 2010\Lib\ so Delphi couldn't create the _History dir.
I changed the access rights to the dir and it worked.
But am I missing something here or is that how it is supposed to be.