Re: [WiX-users] Overriding the output path

2012-09-27 Thread Rob Mensching
If you have a localizing .wxl file, the localized directory behavior kicks in. I do not think there is a way to disable when using a .wxl file. On Mon, Sep 24, 2012 at 6:50 AM, huntantr wrote: > I'm building my install through VS2010 using Wix 3.6. When my msi is > created > it goes to "bin\Relea

[WiX-users] Overriding the output path

2012-09-24 Thread huntantr
I'm building my install through VS2010 using Wix 3.6. When my msi is created it goes to "bin\Release\en-us" The output path in the project is just "bin\$(Configuration)". Is there any to stop it from going to a language sub folder? This is an internal msi and I have no plans to have it translated s