How to use UniDAC without Admin rights?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
to2
Posts: 4
Joined: Wed 10 Dec 2014 10:08

How to use UniDAC without Admin rights?

Post by to2 » Wed 10 Dec 2014 10:23

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?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: How to use UniDAC without Admin rights?

Post by AlexP » Wed 10 Dec 2014 10:59

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.

to2
Posts: 4
Joined: Wed 10 Dec 2014 10:08

Re: How to use UniDAC without Admin rights?

Post by to2 » Mon 19 Jan 2015 14:41

Thanks.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: How to use UniDAC without Admin rights?

Post by AlexP » Tue 20 Jan 2015 06:50

If you have any further questions, feel free to contact us.

Post Reply