Installshield build all installer in development computer

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)InstallShield2014SetupPrerequisites"
    3. the build server info: 10.222.**.***; buildadministrator@******
  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:Windowssystem32cmd.exe /s /c ""C:WindowsMicrosoft.NETFrameworkv4.0.30319MSBuild.exe" Service***sp**erf***.sln /p:Configuration=Release&&"C:Program Files (x86)InstallShield2014SystemIsCmdBld.exe" -r "SINGLE_EXE_IMAGE" -p Service***install***.ism -y "5.0.000.427"&&"C:Program Files (x86)InstallShield2014SystemIsCmdBld.exe" -r "SINGLE_EXE_IMAGE" -p Service***installWalkie-Talkie.ism -y "5.0.000.427"&&"C:Program Files (x86)InstallShield2014SystemIsCmdBld.exe" -r "SINGLE_EXE_IMAGE" -p Service***installSp***erf.ism -y "5.0.000.427"&&del ***config.js 2>nul&&"C:Program Files (x86)InstallShield2014SystemIsCmdBld.exe" -r "SINGLE_EXE_IMAGE" -p Service***installFileSe***rver.ism -y "5.0.000.427""
     
    pause
 
原文地址:https://www.cnblogs.com/zhengshuangliang/p/10062190.html