View Single Post
  #1  
Old 01-11-2008, 11:43 AM
dheller dheller is online now
Registered User
 
Join Date: 08-07-2007
Location: New Castle, DE
Posts: 14
InstallShield Build Step does not copy build files to the right folder

I have a automatic build that includes a step that builds my InstallShield project, however since I switched from a MSI Basic to MSI Script project, it does not properly build the project and copy the files to the proper folder. Here is the output statement

The problem is that the build is creating components that are within the InstallShield project as part of the released files.


"C:\Program Files\Macrovision\IS2008\System\IsCmdBld.exe" -p "C:\My Setups\TRIOS\TRIOS1.ism" -b "C:\My Setups\TRIOS" -r "Release 1" -a Trios_IS_MSI -w -x -c COMP -e y -q3 -l WindowsFolder=C:\Windows\ -l SystemFolder=C:\Windows\system32\ -l "CommonFilesFolder=c:\Program Files\Common Files\\" -l "ProgramFilesFolder=C:\Program Files\\" -l "ISPROJECTDIR=C:\My Setups\TRIOS\\" -l "ISProductFolder=C:\Program Files\Macrovision\IS2008\\" -l "ISProjectDataFolder=C:\My Setups\TRIOS\\" -l "ISProjectFolder=c:\My Setups\TRIOS|" -p "C:\My Setups\TRIOS\TRIOS1.ism"
Reply With Quote