Just installed ImageEn in Builder XE5 but the ImagEn components didn't get installed on the Component Palette. How can I fix this?
Actually had the same issue with another vendors packages. This computer is Dual Boot between Windows XP and Windows 7 32bit. Windows 7 is on the second partition and think this is what causes the installation to fail. It really doesn't fail it just doesn't install the Components on the Palette.
We fixed the other issue with the vendor telling me where the packages were located and what .BPL files I needed to install manually.
Help!
Edit: Maybe should have added XE5 is installed in Windows 7 on the second partition.
Check project output directories. Usually, BPLs in XE5/Win7 are stored in C:\Users\Public\Documents\RAD Studio\12.0\BPL directory, but it can be changed in project.
Here is a list of package files created by compiling for XE10. It's the same as for XE5 except the version number (12.0 / 17.0):
Design time components begin with "D" (DPKIECRL19.BPL, DPKIEDB19.BPL) and are in <imageen_installation_path>\DelphiXE5.
Go to your "IDE Tools->Options->C++ Options->Paths and directories" and check Library path entries. If there isn't path to ImageEn directory, add it and then go to Components->Install packages...and add ImageEn design time packeges manually (DPK*.bpl).