zoukankan      html  css  js  c++  java
  • installshield生成时提示6003错误的一种可能

    因为项目需要,2014年写过的一个老项目需要重新打包。开发电脑换了,原来开发的系统是win7,现在已经升到了win10。而且原来使用installshield limited 2013开发的打包项目已经不能正常打开,重新下载了installshield limited 2015,终于打开了原来的打包项目。可是就在“重新生成”项目时又出现了错误,报6003错误,双击该错误,打开了官网的一些文档,看了一遍说是使用的签名方法有变,又说需要导入证书之类的一头雾水。

    错误提示如下:

    ISEXP : error -6003: An error occurred streaming 'C:Program Files (x86)InstallShield2015LESetupPrerequisitesWindows Installer3.1x86WindowsInstaller-KB893803-v2-x86.exe' into setup.exe
    ISEXP : error -6003: An error occurred streaming 'C:Program Files (x86)InstallShield2015LESetupPrerequisitesWindowsImagingComponentx86wic_x86_enu.exe' into setup.exe
    ISEXP : error -6003: An error occurred streaming 'C:Program Files (x86)InstallShield2015LESetupPrerequisitesWindows Installer3.1x86WindowsServer2003-KB898715-x86-enu.exe' into setup.exe
    ISEXP : error -6003: An error occurred streaming 'C:Program Files (x86)InstallShield2015LESetupPrerequisitesWindowsImagingComponentx64wic_x64_enu.exe' into setup.exe
    ISEXP : error -6003: An error occurred streaming 'C:Program Files (x86)InstallShield2015LESetupPrerequisitesWindows Installer3.1ia64WindowsServer2003-KB898715-ia64-enu.exe' into setup.exe
    ISEXP : error -6003: An error occurred streaming 'C:Program Files (x86)InstallShield2015LESetupPrerequisitesWindows Installer3.1x64WindowsServer2003-KB898715-x64-enu.exe' into setup.exe
    ISEXP : error -6003: An error occurred streaming 'C:Program Files (x86)InstallShield2015LESetupPrerequisitesWindows Installer3.1x64WindowsXP-KB898715-x64-enu.exe' into setup.exe
    ISEXP : error -6003: An error occurred streaming 'C:Program Files (x86)InstallShield2015LESetupPrerequisitesMicrosoft .net4.0FulldotNetFx40_Full_x86_x64.exe' into setup.exe
    Building .cab files...
    Data1.cab built
    Files built
    Media table successfully built
    Setup.exe created
    Automatic update notification disabled
    ExpressSingleImage - 8 error(s), 3 warning(s)

    后来,百度到了一个StackOverFlow的帖子,通过该帖子回忆起来原来做该项目的时候,依赖的项目有一些是从网上下载的。

    解决方法是:打开Redistributables,找到有InstallShield Prerequistite Nees to be downloaded的项目,右键,选择Download all required items...或Download selected item...

  • 相关阅读:
    根据中国气象局提供的API接口实现天气查询
    小程序——云函数发送请求
    apifm-wxapi API工厂
    首次使用 linux 阿里云服务器,入门及使用
    Android立体旋转动画实现与封装(支持以X、Y、Z三个轴为轴心旋转)
    Android来电监听和去电监听
    Android 源码下载方法(Git 方式clone)
    HandlerThread 创建一个异步的后台线程
    Android Toast cancel和show 不踩中不会知道的坑
    PopupWindow 点击外部和返回键无法消失背后的真相(setBackgroundDrawable(Drawable background))
  • 原文地址:https://www.cnblogs.com/yuanyuan/p/5408367.html
Copyright © 2011-2022 走看看