In RAD Studio, Delphi, C++Builder, XE4 there can become a scenario if you try to modify, repair, upgrade, or even remove the installation you will get an "Invalid serial number" message.
The solution appears fairly simple and we have tracked it down where we are adding a couple of errant lines to our CGLM.INI files. You can find/edit these in 2 locations:
[on 64-bit Windows 7 and later]
\ProgramData\Embarcadero\RAD Studio\11.0
\Program Files (x86)\Embarcadero\RAD Studio\11.0\bin
[on Windows XP]
\Documents and Settings\All Users\Application Data\Embarcadero\RAD Studio\11.0
\Program Files\Embarcadero\RAD Studio\11.0\bin
The malformed lines will look something like:
_4=---
_36=---
_20=---
If you just edit and remove those lines and leave the rest, the installer action should perform better on the next attempt.
Please keep in mind that the file in Program Files will have some permissions restrictions on Win7 and later operating systems. The easiest way to edit often is to copy elsewhere like your Desktop, edit, and then copy back and overwrite the previous one.
**Be sure to make backup copies prior to any editing.
本文介绍了解决RAD Studio、Delphi、C++Builder等XE4版本在修改、修复、升级或卸载过程中出现“无效序列号”错误的方法。通过编辑特定的CGLM.INI文件并移除错误行,可以有效解决此问题。
492

被折叠的 条评论
为什么被折叠?



