TMS Smart Setup > WebCore fails Delphi 12.3

Hi,
That's strange, let's try to figure out what is happening:

  1. The error you got in the first post:

Can't load package C:\Users\jorge\AppData\Local\TMS Setup\Products\tms.webcore\BinPackages\d12\Win32\Release\TMSWEBCorePkg290.bpl

Is expected, that is not the package that should be added (I failed to realize when I saw the post that this was a manual install). While that package is linked with the others (there are not 3 copies in the disk, it is all physically the same file), that package is not in the Windows Path, so you'll get that error. The package that should be installed in the IDE is:
C:\Users\jorge\AppData\Local\TMS Setup.tmssetup\build\bpl\Win32\TMSWEBCorePkg290.bpl

I wonder if you get a similar error with that one?

  1. Looking at the log, I see it says it registered it correctly, which is strange. Can you do a build, with dephi closed, and before opening delphi, open regedit and look at:
  • Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\23.0\Disabled Packages. It shouldn't be there (smartsetup will actually remove it if it was when you install. But just to be 100% sure)
  • Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\23.0\Known Packages
    It should be here:

If it is, please launch delphi, close it, and retry looking if it is there. Knowing this data might help me understand what is happening here.