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?
How to use UniDAC without Admin rights?
Re: How to use UniDAC without Admin rights?
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.
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?
If you have any further questions, feel free to contact us.