views:

32

answers:

1

We have a TFS build which outputs 2 exe's for 2 different solutions. How do I now integrate my build with InstallShield to use these exe's of both the solutions in my installer.

Any points to information would be greatly appreciated.

Thanks much in advance!!

A: 

There is no "as is" integration for this in TFS/MsBuild. You must open the msbuild script that TFS uses for each of your solutions and specify a target that will launch installshield.

Brent Arias