SmartSetup. Win64 compilation of uninstalled components in Delphi 12.3

Good afternoon, in the last update of Smartsetup the win64 packages were uninstalled, how can I get them to install again? The Delphi version is the latest 12.3. Do I have to configure something in Delphi or Smartsetup?

Hi,
Try typing tms config in the command line (or press the "config" button in tmsgui)

This will open a yaml file. If all platforms are commented out, it should try to compile for all of them:

If it is like this (or if it is not, but you have win64 enabled), please send us the logs so we can try to figure out what happened

Good morning, I noticed that smartsetup is not finding the path to compile in win64 in Delphi. Because before it was installing the components even in the 64bit version of Delphi, now it is no longer.

2025-06-27-10-45-25.669.saved.log (719.7 KB)
2025-06-27-10-45-25.669.saved.log (719.7 KB)

Hi,
Indeed, it is omitting win64 because it can't find the win64 compiler:

Skipped Delphi 12, win64intel. We can't find dcc64.exe

Can you confirm that you have the file C:\Program Files (x86)\Embarcadero\Studio\23.0\bin\dcc64.exe in your hard disk?

Good afternoon. I had already seen that the file was not there, I analyzed the Delphi backups when it was updated and for some reason it was removed from the last update. From 12.2 to 12.3 it was removed. I put it in manually and it worked.
Thank you.