zoukankan      html  css  js  c++  java
  • Inno setup internal error:Cannot find utCompiledCode record for this version of the uninstaller

    在进行 Inno setup安装包卸载的时候出现错误:

         internal error:Cannot find utCompiledCode record for this version of the uninstaller

    解决办法:

           一般是在制作客户端安装包时,安装包文件夹中存在之前配置的卸载文件没有删除,找到要打包的安装包文件夹,删除“unins000.dat,unins000.exe”这两个文件即可。然后制作安装包程序,会自动生成上面的两个文件,就可以正常卸载安装包了。

  • 相关阅读:
    单词接龙
    字符串,字符数组
    马的遍历
    约瑟夫问题
    扫雷游戏
    寻找道路
    传纸条
    数的划分
    火柴棒等式
    火星人
  • 原文地址:https://www.cnblogs.com/wlming/p/13395863.html
Copyright © 2011-2022 走看看