Installation fails

Hello and Happy New Year to all.
I am trying to install vcl ui pack (registered) and the installation fails.

I am attaching the wetransfer link to the log file

Thanks
Andreas

The error we see in the log file is:

TMSVCLUIPackPkgDXE15.dpk(753): error F2042: Write error on 'C:\Users+ã?\AppData\Local\tmssoftware\registered\TMS VCL UI Pack\Win64\Release\TMSVCLUIPackPkgDXE15.a' [C:\Users\„šà\AppData\Local\tmssoftware\registered\TMS VCL UI Pack\TMSVCLUIPackPkgDXE15.dproj]
The command exited with code 1. (TaskId:65)

Can it be you are out of disk space or there is an issue with write permissions on this folder C:\Users+ã?\AppData\Local\tmssoftware\registered\TMS VCL UI Pack\Win64\Release?

Hello Bruno,
there is no problem with disk space. What I have noticed is that the entire 'Local' folder and subfolders are Read Only.
I assigned full permissions to tmssoftware and all subfolder for the system account and the admin account.

It still failed.
with the following error

Write error on 'C:\Users+ ?\AppData\Local\tmssoftware\registered\TMS VCL UI Pack\Win64\Release\TMSVCLUIPackPkgDXE15.a' [C:\Users\ \AppData\Local\tmssoftware\registered\TMS VCL UI Pack\TMSVCLUIPackPkgDXE15.dproj]

I had the folders on one window and the installation on another and when the setup failed, I noticed that the win64\release folder is not created.

I am surprised, before purchasing the suite, I had downloaded and installed the trial version with no issues.

I do not understand how your install folder is 'C:\Users+ ?\AppData..'
It looks like your Windows user name is not well formatted?
Normally, it is c:\users\USERNAME\AppData....
Can there be some bad characteres in the path name?

You are right about the windows accountname folder. For some strange reason, long long time ago I wrote 'Me' in Greek and windows accepted it, and had no problems.
All this time, only with 1 app / vendor had this problem, which has been solved by a small tweak in their code.
But, with TMS software never had a problem all this timie. Before purchasing the bundle I had installed almost all tms products without problems.

Even tms Smart Setup fails to install vcl ui pack with the following error
[ERROR] Error running TTmsBuildRunner: Running failed: build tms.vcl.uipack -full -display-options:product-progress (ETmsRunner)

I have more than 10GB free in my drive.

Thanks
Andreas

It looks like it is rather the msbuild tool that compiles the packages has an issue with this path name.
Can you try to see if MSBUILD works standalone (it should be after a succesful Delphi install).
See:
https://docwiki.embarcadero.com/RADStudio/Athens/en/Building_a_Project_Using_an_MSBuild_Command

If this doesn't work, then something will have to be repaired at Delphi setup level.

What is interesting is the fact that the vc ui pack got installed with no built errors by installing the excel bridge product through the tms smart setup gui

Although, for some reason, when i compile my app, the advdirectorytreeview.pas produces 3 errors.

Something is not correct. I think that maybe the suite did not get installed correctly in ifs entirety.

I will look into it

Andreas

Please check, as I explained, if MSBUILD runs properly on your machine.