任何人都可以使用 GetIt!在 Delphi 10.4.1 中安装任何产品?
Can anyone use GetIt! to install any product in Delphi 10.4.1?
自周五(10 月 16 日)以来,我一直在尝试让 GetIt 安装任何东西,例如组件或与此相关的任何其他东西。当我按下“Icons8 1.0”的安装按钮时,我收到一条错误消息:
Loading EULAS...
Cannot load data from the server: "RADSTUDIO.json" metadata file does not exist.
Setup cannot continue due to corrupted installation file.
此错误发生在 Delphi 10.4 更新 1 和 Delphi 10.3 中。
GetIt 工作吗?
解决方案应该是:
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
我刚刚在没有 getitcmd 的情况下修复了它。
运行 this hotfix from MS (from here 在底部),getit-104.embarcadero.com 将在一分钟内可用。它修复了 TLC
这里的解决方案 对我有用。安装并重启电脑后,RAD Studio 10.4 Delphi CE Win 7。安装开始。错误 12175 不再出现。
自周五(10 月 16 日)以来,我一直在尝试让 GetIt 安装任何东西,例如组件或与此相关的任何其他东西。当我按下“Icons8 1.0”的安装按钮时,我收到一条错误消息:
Loading EULAS... Cannot load data from the server: "RADSTUDIO.json" metadata file does not exist. Setup cannot continue due to corrupted installation file.
此错误发生在 Delphi 10.4 更新 1 和 Delphi 10.3 中。
GetIt 工作吗?
解决方案应该是: 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
我刚刚在没有 getitcmd 的情况下修复了它。 运行 this hotfix from MS (from here 在底部),getit-104.embarcadero.com 将在一分钟内可用。它修复了 TLC
这里的解决方案