Re: [WiX-users] Wix project error in TFS build

2011-06-24 Thread ansariwn
email]http://user/SendEmail.jtp?type=nodenode=6509618i=0] Sent: Thursday, June 23, 2011 1:35 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix project error in TFS build I'm noticing something similar in some my builds. What do you mean by manually set

Re: [WiX-users] Wix project error in TFS build

2011-06-24 Thread John Bergman
: [WiX-users] Wix project error in TFS build How do I update the command line in the build to provide verbose output? Some steps please if possible. The project dependencies in my solution are set correctly. I had manually set them. Kind regards, ansariwn On Thu, Jun 23, 2011 at 8:07 PM, John

Re: [WiX-users] Wix project error in TFS build

2011-06-24 Thread Castro, Edwin G. (Hillsboro)
for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix project error in TFS build On the connect web site, this is a known issue. You can use the solutions configuration manager to set project dependencies from inside visual studio. -Original Message- From: Castro, Edwin G

Re: [WiX-users] Wix project error in TFS build

2011-06-24 Thread John Cooper
: [WiX-users] Wix project error in TFS build Hmm... I already have a project reference in my SetupProject to a CSharpProject. Visual Studio already shows the dependency checked and doesn't let me change it. The solution builds fine in Visual Studio but not on the command line (msbuild). Edwin G

Re: [WiX-users] Wix project error in TFS build

2011-06-24 Thread John Bergman
. Subject: Re: [WiX-users] Wix project error in TFS build How many CPU cores on the machine you're building from the command line? Visual Studio forces serialize build, but the default for msbuild from the command line is to thread the build with the number of CPU cores. If you don't have your

[WiX-users] Wix project error in TFS build

2011-06-23 Thread ansariwn
Hi, I am building a solution that contains a Wix v3.6 project on Team Foundation Server (TFS 2010). The solution also contains some other class library projects. The TFS build is unsuccessful with the following error: light.exe : error LGHT0103: The system cannot find the file

Re: [WiX-users] Wix project error in TFS build

2011-06-23 Thread Castro, Edwin G. (Hillsboro)
-Original Message- From: John Bergman [mailto:john.berg...@xpedienttechnologies.com] Sent: Thursday, June 23, 2011 11:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix project error in TFS build If you are using the MSBUILD capabilities on your build

Re: [WiX-users] Wix project error in TFS build

2011-06-23 Thread John Bergman
...@gmail.com] Sent: Thursday, June 23, 2011 11:29 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix project error in TFS build Hi, I am building a solution that contains a Wix v3.6 project on Team Foundation Server (TFS 2010). The solution also contains some other class library projects