[WiX-users] Error wile building WiX solution in TFS Build.

2008-12-24 Thread Chandra Vuppala
Hi, How to build Wix project in TFSBuild? When I add wix proj file to solutiontobuild it is giving the below error. Please help me. Error: c:\test\BuildType\TFSBuild.proj" (EndToEndIteration target) (1) -> "c:\test\BuildType\TFSBuild.proj" (CoreCompile target) (1:2) -> "c:\test\BuildType

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-23 Thread chandrashekar
; From: Neil Sleightholm [mailto:n...@x2systems.com] > Sent: Monday, December 22, 2008 11:17 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. > > Does it work if you build the solution with msbuil

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-23 Thread amit srivastava
: Sachin Dubey (Tata Consultancy Services) To: General discussion for Windows Installer XML toolset. Sent: Tuesday, December 23, 2008 2:00:05 PM Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. Yes! With msbuild all works well. Thanks Sachin -Original Message

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-23 Thread Sachin Dubey (Tata Consultancy Services)
Yes! With msbuild all works well. Thanks Sachin -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Monday, December 22, 2008 11:17 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-22 Thread Neil Sleightholm
: [WiX-users] Error wile building WiX solution in TFS Build. Thanks for reply Neil. It's actually not relative path. Its fixed and I know where the source file would go when the c# Solution is build. However at the beginning of the build process this path doesn't exist and created

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-22 Thread Sachin Dubey (Tata Consultancy Services)
ilto:v-sad...@microsoft.com] Sent: 22 December 2008 18:58 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. Hi Amit, No of errors are as many as the files are in .wxs file. Error message is: error LGHT0083: The file with id

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-22 Thread Neil Sleightholm
2008 18:58 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. Hi Amit, No of errors are as many as the files are in .wxs file. Error message is: error LGHT0083: The file with id ' and name '' could no

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-22 Thread Sachin Dubey (Tata Consultancy Services)
Sent: Sunday, December 21, 2008 2:43 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error wile building WiX solution in TFS Build. Sachin, What error you are getting at the time of compilation from TFS? It seems it file location for msi will not be in the sa

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-21 Thread amit srivastava
; "wix-d...@lists.sourceforge.net" Sent: Sunday, December 21, 2008 11:54:29 AM Subject: [WiX-users] Error wile building WiX solution in TFS Build. Hi, I got two projects, a c# project that generates the deployable binaries and WiX project to generate MSI out of the binaries. If I build them

[WiX-users] Error wile building WiX solution in TFS Build.

2008-12-21 Thread Sachin Dubey (Tata Consultancy Services)
Hi, I got two projects, a c# project that generates the deployable binaries and WiX project to generate MSI out of the binaries. If I build them separately all work fine. (output location of first project is used as source location in WiX project - wxs file). However when I try to include solutio