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

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

 

解决办法:

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

相关文章:

  • 2021-05-17
  • 2021-04-03
  • 2021-04-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
相关资源
相似解决方案