在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;...


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

相关文章:

  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2021-04-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2021-04-25
  • 2022-12-23
  • 2021-12-18
相关资源
相似解决方案