Step:

  1. Copy all "SetupPrerequisites" from build server. please make sure below items:
    1. Installshield version, current is 2014
    2. SetupPrerequisites is in path: "C:\Program Files (x86)\InstallShield\2014\SetupPrerequisites"
    3. the build server info: 10.222.**.***; build\administrator@******
  2. Copy the needs “merging module” from build server. If installshield cannot find the merging module or the right version, it will popup the error "
    Error -4075: File not found. An error occurred merging module <MODULENAME> for feature <FEATURENAME>." please make sure the below items:
    1.  search build server merging moule from these folder
    2.  Copy the build server module replace to local computer. detail see this link: https://flexeracommunity.force.com/customer/articles/en_US/ERRDOC/Build-Error-4075-Pro-Premier

  3. Create bat file and run the bat command, please replace the build number if need.
    C:\Windows\system32\cmd.exe /s /c ""C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" Service\***\sp**erf\***.sln /p:Configuration=Release&&"C:\Program Files (x86)\InstallShield\2014\System\IsCmdBld.exe" -r "SINGLE_EXE_IMAGE" -p Service\***\install\***.ism -y "5.0.000.427"&&"C:\Program Files (x86)\InstallShield\2014\System\IsCmdBld.exe" -r "SINGLE_EXE_IMAGE" -p Service\***\install\Walkie-Talkie.ism -y "5.0.000.427"&&"C:\Program Files (x86)\InstallShield\2014\System\IsCmdBld.exe" -r "SINGLE_EXE_IMAGE" -p Service\***\install\Sp***erf.ism -y "5.0.000.427"&&del ***\config.js 2>nul&&"C:\Program Files (x86)\InstallShield\2014\System\IsCmdBld.exe" -r "SINGLE_EXE_IMAGE" -p Service\***\install\FileSe***rver.ism -y "5.0.000.427""
    
    pause
 

最新文章

  1. Android 面试题--Service
  2. C# 将PDF文件转换为word格式
  3. Redis 数据类型-List
  4. 使用github托管代码心
  5. android 如何让文本中某个关键字高亮显示?
  6. 由多次使用Statement实例引起的Result set already closed异常的解决方案
  7. 信息图形(Infographic)
  8. AppDomain
  9. 【白痴弟弟和你加强应用层】阅读 Develop API Guides 思考(一个)
  10. javascript中常用的
  11. codeforces 651C Watchmen
  12. DNS服务详解
  13. JAVA获取计算机CPU、硬盘、主板、网络等信息
  14. numpy的索引-【老鱼学numpy】
  15. div 遮罩问题
  16. 28. pt-table-sync
  17. Swap交换分区概念
  18. CSS3背景色透明(兼容IE8)
  19. Java并发编程(二)同步
  20. 编程中的链式调用:Scala示例

热门文章

  1. iOS 展示 gif
  2. opencv学习之路【四】——opencv文件结构介绍
  3. 第二天----列表、深浅拷贝、元组、字符串、算数运算、字典、while
  4. IE Firefox css 差别
  5. QQ.PC管家进程
  6. node路由访问,中间件返回数据
  7. HTML5坦克大战
  8. PHP+MySQL百万级数据插入的优化
  9. Idea_学习_05_Intellij Idea自动添加注释的方法
  10. web前端绘制0.5像素的几种方法