RAD 12.3 / VCL UI Pack Installation issue

I recently installed the RAD Studio 12.3 and so I also downloaded and installed the latest version of the VCL UI Pack (13.5.3.0) using the TMS Subscription Manager v2.1.0.8. I downloaded updates for RAD 10 and 11 at the same time.

The download, uninstall, and install seem to progress without any errors.

When I start and run RAD Studio, it does not appear to attempt to load any of the TMS components and they are not available after loading. I don't get any errors. I checked the previous versions of RAD Studio and they load the TMS components as expected.

We also own licenses to the DevExpress components and these seem to have installed successfully in the new RAD Studio version.

Here is a link to the log file. In looking at it I was not able to spot any apparent errors.

I looked on the TMS site for a newer version of the Subscription Manager but was not able to locate a download for it if there is one.

I'm hoping you can get me up and running again.

Thanks,

Jeff Hartman

After opening my eyes, I saw the "new" Dashboard application. After installing that application and cleaning up what I had done before, I was able to install the new components and successfully make them available to RAD 12.3.

Jeff

I couldn't see an error in the log file. Perhaps it was due to running the installer from a different Windows user account than the Windows user account with which Delphi is used. Good to hear it worked out with Smart Setup.

I have just installed RAD 12.3
After installing RAD I tried to install VCL UI, FlexCell and Grid Excel exporter
In my VCL project I use these 3


What should I do to continue?

I went from RAD 11.3 to 12.3 mayby that has something to do with it?
If nothing works I think of purring in a new harddrive, reinstall windows 11 and then instal TMS. But that is a time-consuming way to go.
??

Did you use TMS Smart Setup (TMS Smart Setup introduction | TMS Smart Setup documentation)?
Are you sure there are no old TMSDEFS.INC files in the Delphi library path?
Try to ensure that Delphi 12.3 only sees the latest version source & include files. With a clean setup, there shouldn't be any compile issues (everything goes through a test cycle here before we release)

I did use TMS Smart setup since Grid Excel did not show in the former install system.

I did find old .Inc files and I deleted them all.

But still my project stop because it cannot find a pas-file GDPIpicture. I don't know why?

Please send us the log files generated by TMS Smart Setup

GDIPicture.pas is part of TMS VCL UI Pack and should as such be deployed upon install on your system. Verify in the TMS VCL UI Pack install source folder that it has this file GDIPicture.pas.
Verify also that this TMS VCL UI Pack install source folder is part of the IDE library path for the target you try to compile to.

Thank you for the log, we couldn't see any issues in the log file, so it's unclear what happens. Can you execute a "tms.exe build -full" command?