Re: [WiX-users] Build msi for multiple platforms

2014-07-31 Thread Phill Hogland
The functionality is a MSBuild feature, which VS uses, to 'batch process' cultures in the wix linking/binding process. I use batch scripts to to call MSBuild for each platform specific build of my driver projects. You could create a MSBuild targets file (much like the wix source does) which calls

Re: [WiX-users] Build msi for multiple platforms

2014-07-31 Thread Ashish Agarwal
There is a Batch build option in visual studio. On Jul 31, 2014 3:51 PM, "Berend Veldkamp" wrote: > I know I have to create separate msi's for x86 and x64, and I managed to do > so in Visual Studio. However, to build both versions, I need to manually > switch the platform between x86 and x64, and

[WiX-users] Build msi for multiple platforms

2014-07-31 Thread Berend Veldkamp
I know I have to create separate msi's for x86 and x64, and I managed to do so in Visual Studio. However, to build both versions, I need to manually switch the platform between x86 and x64, and then build again. Is there a way to build both platforms at the same time? We already can build msi's for