Page 1 of 1

How to use UniDAC without Admin rights?

Posted: Wed 10 Dec 2014 10:23
by to2
Win7, C++ Builder 2010

I've installed UniDAC 6.0.1. Usually I run the IDE without admin rights. UniDac doesn't appear. Restarted Windows. Nothing. Ran the IDE with admin rights, UniDac appears. How can I use UniDac in an IDE which is not running with admin rights?

Re: How to use UniDAC without Admin rights?

Posted: Wed 10 Dec 2014 10:59
by AlexP
Hello,

In order for our components to be loadable under any user, they should be added to the following registry branch:

HKCU\Software\Borland\Delphi\XXX\Known Packages

The entries:

C:\Program Files\Borland\DelphiXXX\Bin\dcldacXXX.bpl=Devart Data Access Components
C:\Program Files\Borland\DelphiXXX\Bin\dacvclXXX.bpl="Devart Data Access GUI related Components"
C:\Program Files\Borland\DelphiXXX\Bin\DataSetManagerXXX.bpl="Devart DataSet Manager"
C:\Program Files\Borland\DelphiXXX\Bin\dclunidacXXX.bpl"="Universal Data Access Components"
C:\Program Files\Borland\DelphiXXX\Bin\unidacvclXXX.bpl"="Universal Data Access GUI related Components"

You can copy this data from the registry branch of the user, under which UniDAC was installed.

Re: How to use UniDAC without Admin rights?

Posted: Mon 19 Jan 2015 14:41
by to2
Thanks.

Re: How to use UniDAC without Admin rights?

Posted: Tue 20 Jan 2015 06:50
by AlexP
If you have any further questions, feel free to contact us.