zoukankan      html  css  js  c++  java
  • HOWTO:InstallShield Standalone Build环境中编译时找不到Merge Module

    在InstallShield IDE版本中,我们可以在配置项中指定Merge Module的路径(这些信息是存在注册表中的)。

    但在Standalone Build环境中,无法进行此设置,用户通过IsCmdBld进行编译时报错,提示我们那些自定义的Merge Module找不到。

    ISDEV : error -4075: File not found. An error occurred merging Module...” 

    解决方法1:

    编译之前将这些自定义的Merge Module复制到Standalone Build安装目录的...InstallShield\2010 StandaloneBuild\Modules\i386文件夹下。

    解决方法2:

    利用IsCmdBld的命令参数 -o "Merge Module文件夹路径"。

    比如:IsCmdBld -o c:\MergeModulePath

    如果是Merge Module分部在多个文件夹中,则用这样的命令方式:-o c:\MergeModulePath;d:\MergeModulePath;...


    版权声明: 转载时请务必以超链接形式标明文章原始出处和作者信息。 

  • 相关阅读:
    MySQL 存储过程和函数02
    MySQL 视图 存储过程(未完)
    MySQL 简单索引
    Nginx 设置前后端跨域
    Pipeline流水线 自动脚本
    luogu 2024 食物链
    spoj Corporative Network
    luogu2787 语文1(chin1)- 理理思维
    HDU6579 Operation
    luogu3857 彩灯
  • 原文地址:https://www.cnblogs.com/wanbinghong/p/1937669.html
Copyright © 2011-2022 走看看