Re: [WiX-users] multiple source files to candle

2007-05-14 Thread John Lalande
I have also modified my wix.targets file to make the build work, but I was really hoping that I wouldn't have to do that. I am using a directory name for the "CompileObjOutput" item. That makes the "Compile" target work fine. Then to make the "Lib" target work, I removed the "CompileObjOutput"

Re: [WiX-users] multiple source files to candle

2007-05-14 Thread Schrieken, Rene
The fix I have in my wix.targets is this for the Compile target: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Lalande Sent: Monday, May 14, 2007 4:02 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] multiple source file

Re: [WiX-users] multiple source files to candle

2007-05-14 Thread John Lalande
That certainly works from the command line. But doesn't using the msbuild 'Compile' target. The only way to make it work is to set the "CompileObjOutput" item to a value that has a trailing slash...ie, a directory. But if I do that, if I follow the call to the "Compile" target with a call to th

Re: [WiX-users] multiple source files to candle

2007-05-14 Thread Simon Dahlbacka
as the -out parameter is optional, can't you just leave it out? On 5/14/07, John Lalande <[EMAIL PROTECTED]> wrote: The help information for candle indicates that I can specify more than one sourceFile argument and only specify one outputFile argument. usage: candle.exe [-?] [-nologo] [-out o