解决软件卸载时Abstract: "Invalid serial number" xe4

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.

删除掉那三行就可以了

posted on 2019-09-23 18:41  癫狂编程  阅读(203)  评论(0编辑  收藏  举报

导航

好的代码像粥一样,都是用时间熬出来的