TFS and WIX
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a nice set of C# solutions on my machine. Solution A and B compiles a few exe and dll. Solution C generates a couple of MSI with WIX (it gets it files from the output of the two other solutions). It work well on my machine. When I try to compile it with a TFS Build Server though things differ. 1 - all the exe and dll are going to a single folder 2 - as the files are not compiled in the same places wix cannot find the exe and libraries. I can think of a few ways to fix this, but I can't help but wonder, what did I do wrong?