zoukankan      html  css  js  c++  java
  • 解决软件卸载时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]

    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.

    删除掉那三行就可以了

  • 相关阅读:
    《课后习题》
    《课后习题---求两点之间的距离》
    《day06---面向对象入门》
    《java作业》
    《选择排序》
    《冒泡排序》
    《java版进制转换》
    《c语言全局变量的用法》
    《递归问题_2》
    C#把动态创建的多个控件中指定控件显示在最上层
  • 原文地址:https://www.cnblogs.com/jijm123/p/11573992.html
Copyright © 2011-2022 走看看