Delphi 12.3 64 bit IDE Problems on opening

I am trying to use the 64bit IDE to access 64 bit Firedac components.
Opening up the 64 bit IDE I get the following problems

Failed Install64 0

Failed Install64 1

Failed Install64 2

Thanks Simon

In the first two errors, both files exist in the specified directories.

Failed Install64 3
Failed Install64 4

Have run as administrator - same problems

Thanks Simon

Have you checked that there is a $(PATH) in the environment variables? This seems to be the most usual reason for this. The old installers didn't change the PATH, so it wasn't a problem for them.

Please look at:

I have looked at the Path data using the link you asked me to look at.

My D12.3 32 bit IDE has $(PUBLIC)\Documents\Embarcadero\InterBase\redist\InterBase2020\IDE_spoof;$(PATH)
This IDE opens without any problems.

My D12.3 64 bit IDE has
$(PUBLIC)\Documents\Embarcadero\InterBase\redist\InterBase2020\IDE_spoof;$(PATH)
This IDE opens up with the errors in the initial post.

As far as I can see, these paths are identical to the one in the link you provided.

From my experience with smart setup I cannot just uninstall any component from one IDE.

Is it possible to just uninstall these components from the 12.3 64 bit IDE as a short term solution?
Thanks, Simon

What is the value of your Windows PATH environment variable? Do you have the path D:\TMS_Install\.tmssetup\build\bpl\WIn64 in there?

Can you please run this command:

tms build -full

and then send us the logs.zip file?

it possible to just uninstall these components from the 12.3 64 bit IDE as a short term solution?

You can go to menu Component | Install Packages and uncheck the offending packages there so Delphi won't try to load it again.

Looking at the Windows Path. There were references to the 'classic' path for the FMZ_FlexCel_Components_Design290.bpl. I deleted these and the FlexCell error no longer occurs.

the path now is

Path1

I have done the tms build -full

logs.zip (914.3 KB)

The only error now is

Failed Install64 5

Thanks Simon

Hmm, it looks like you have some leftovers in your computer then.
Don't you have something similar for TMS Cryptography Pack?
In PATH environment variable you have the user settings and the system settings, don't you have some TMS Crypto path in the system settings?