Re: [WiX-users] WiX3 build fails

2007-03-04 Thread Neil Sleightholm
d to the make.bat so that the correct version is selected? Neil From: Neil Sleightholm Sent: 04 March 2007 10:05 To: 'Rob Mensching'; wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] WiX3 build fails I have VS 6, 2003 and 2005 installed on my PC, how do I determine w

Re: [WiX-users] WiX3 build fails

2007-03-04 Thread Neil Sleightholm
I have VS 6, 2003 and 2005 installed on my PC, how do I determine which one it will use? Neil From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: 03 March 2007 17:14 To: Neil Sleightholm; wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] WiX3 build fails What version of the

Re: [WiX-users] WiX3 build fails

2007-03-03 Thread Rob Mensching
AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX3 build fails Thanks for the response but I don't think this is the problem as the cl command is running but it is failing to build the "dutil" source. Neil From: Matthew Janulewicz [mailto:[EMAIL PROTECTED] Sen

Re: [WiX-users] WiX3 build fails

2007-03-02 Thread Neil Sleightholm
net Subject: RE: [WiX-users] WiX3 build fails There are a few command-line tools (this is the C compiler) the build calls that may not be in your path, this is one of them. You can: Easy: Add the path to cl.exe to your path (mine is at c:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe