I migrated all my components from one pc to another. On the old pc the Jedi JCL installer will correctly detect a Delphi XE2 installation and will show its tab, but on the new pc it does not (it only recognizes a Delphi 7 installation). Notice that on the new pc when I run the jcl install.bat it will use the Delphi XE2 compiler to create the installer exe. What step can I do to have this sorted out?
The version of Jedi is the latest one at the moment that is 3.47
d:\DelphiProjects\Libs\JCL\jcl\install\JediInstaller.dpr
Or at least you can track what instalelr does inSysInternals Process Monitor
and see which register paths and file paths are tried to detect XE2 to maybe see where some search fails. – Arioch 'The