Re: [WiX-users] providing differing output names for 32-64 bit packages

2010-09-30 Thread Castro, Edwin G. (Hillsboro)
I update the .wixproj file to use a different OutputName for each platform. In my case, I simply append the value of the Platform property: MyProductName$(Platform) Edwin G. Castro Software Developer - Staff Electronic Banking Services Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com

Re: [WiX-users] providing differing output names for 32-64 bit packages

2010-09-30 Thread Lena Vinogradov
I use 2 project files located in the same directory. Each one of them targets one platform, builds only one configuration and includes the same source files. Lena -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Thursday, September 30, 2010 5:09 PM To: wix