Last installation "ibdac46d17pro.exe" (and older) add BPL in Delphi XE3 default "BIN" directory :
dclibdac170.bpl,dclibdacfmx170.bpl, ibdacfmx170.bpl, ibdacvcl170.bpl,datasetmanager170.bpl, dclcrcontrols170.bpl, dcldac170.bpl, dacfmx170.bpl,dacvcl170.bpl
But in Delphi XE3 "Release notes" :
http://docwiki.embarcadero.com/RADStudi ... es_for_XE3
It is said :
Marco Cantu speak about this here :Do not install extraneous files in \bin directories
Embarcadero does not allow any unsigned third-party DLLs to be placed in the product bin directories:
$(BDS)\bin
$(BDS)\bin64
A license validation error will occur.
http://blog.marcocantu.com/blog/no_dlls_delphi_bin.htmlAs you can see in the Release Notes for XE3 under the header "Do not install extraneous files in \bin directories" you should not install any DLL or package in the bin and bin64 folders of the main Delphi (or C++Builder) program directory. This is because the DLLs and packages (BPL) in that folder are checked for the original Embarcadero signed version, to avoid developers (or malicious third parties) to temper with the IDE and its licensing.
Best regards,
Fabrice