Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can anyone use GetIt! to install any product in Delphi 10.4.1?

Tags:

delphi

I have been trying since Friday (Oct 16) for GetIt to install anything, like a component, or anything else for that matter. When I press the Install button for, say "Icons8 1.0", I get an error message:

Loading EULAS...
  Cannot load data from the server: "RADSTUDIO.json" metadata file does not exist.
  Setup cannot continue due to corrupted installation file.

This error occurs in Delphi 10.4 Update 1, and Delphi 10.3.

Is GetIt working?

like image 646
Rolling Stone Avatar asked Oct 20 '20 15:10

Rolling Stone


2 Answers

Solution should be : http://docwiki.embarcadero.com/RADStudio/Sydney/en/Release_Notes

If you use the offline installer, RAD Studio will not be able to access the GetIt Package Manager until you manually switch to "online mode". To do this, we recommend using the GetItCmd.exe tool: GetItCmd.exe -c=useonline

like image 103
user1769184 Avatar answered Nov 13 '22 23:11

user1769184


I just have fixed it without getitcmd. Run this hotfix from MS (from here at the bottom), and getit-104.embarcadero.com will be available in a minute. It fixes TLC

like image 21
djdance Avatar answered Nov 13 '22 22:11

djdance