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] ProgramDataEmbarcaderoRAD Studio11.0 Program Files (x86)EmbarcaderoRAD Studio11.0in [on Windows XP] Documents and SettingsAll UsersApplication DataEmbarcaderoRAD Studio11.0 Program FilesEmbarcaderoRAD Studio11.0in 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. |
删除掉那三行就可以了