[WiX-users] Different msi name for x86 and x64 build

2009-03-31 Thread Maciej Oszutowski
Hi, Is there any way (except renaming msi after building) to condition msi file name in Votive? I have x86 and x64 installers built from single source file. Platform-specific components and other stuff are conditioned using ?if? statements. Now I really need 32bit installer to be named

Re: [WiX-users] Different msi name for x86 and x64 build

2009-03-31 Thread Christopher Karper
You can use msbuild properties (such as $(Platform)) in the output file name... However, there's an open bug against Votive that it escapes the control characters for now. If you open the project file directly and make your change, it works. I use it like this today. Chris On Tue, Mar 31,