Re: [WiX-users] How to include a configuration-dependent project output in WiX 3.6 & Visual Studio 2010

2012-08-17 Thread Dennis Petrov
xe -out obj\Release\ -arch x86 Product.wxs So, under msbuild all is OK. It's a bug in votive? 2012/8/17 Dennis Petrov > Here's candle's command prompt from VS output window: > > -- Rebuild All started: Project: *MySetup, Configuration: Release*x86 > -- >

Re: [WiX-users] How to include a configuration-dependent project output in WiX 3.6 & Visual Studio 2010

2012-08-17 Thread Dennis Petrov
configuration of MyApplication?? Any ideas? 2012/8/16 Dennis Petrov > I'm wondering, how to include a configuration-dependent project output in > WiX Setup Project? For example, let's look at Visual Studio solution with > one .NET application and one Wix Setup Project. > &

[WiX-users] How to include a configuration-dependent project output in WiX 3.6 & Visual Studio 2010

2012-08-16 Thread Dennis Petrov
I'm wondering, how to include a configuration-dependent project output in WiX Setup Project? For example, let's look at Visual Studio solution with one .NET application and one Wix Setup Project. I've added a reference to .NET app in Setup project and created component in setup source: