[WiX-users] bug in wix 3.6?

2012-04-27 Thread Sean Farrow
Hi Focks: I think I've found a bug in wix 3.6: I'm trying to create a solution that allows building two msi's one x86 and one x64. I have to following in my package element to this end: Package InstallerVersion=300 Compressed=yes InstallScope=perMachine

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread Rob Mensching
Use the arch switch on the candle coomand-line and remove the Platform attribute. On Fri, Apr 27, 2012 at 5:10 AM, Sean Farrow sean.far...@seanfarrow.co.ukwrote: Hi Focks: I think I've found a bug in wix 3.6: I'm trying to create a solution that allows building two msi's one x86 and one x64.

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread Sean Farrow
Is there a way to specify that in visual studio? Cheers Sean. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 27 April 2012 15:37 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] bug in wix 3.6? Use the arch switch

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread Rob Mensching
April 2012 15:37 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] bug in wix 3.6? Use the arch switch on the candle coomand-line and remove the Platform attribute. On Fri, Apr 27, 2012 at 5:10 AM, Sean Farrow sean.far...@seanfarrow.co.ukwrote: Hi Focks

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread Sean Farrow
: [WiX-users] bug in wix 3.6? IIRC, by default it picks it up from your VS Configuration. On Fri, Apr 27, 2012 at 9:04 AM, Sean Farrow sean.far...@seanfarrow.co.ukwrote: Is there a way to specify that in visual studio? Cheers Sean. -Original Message- From: Rob Mensching [mailto:r

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread David Watson
for Windows Installer XML toolset. Subject: Re: [WiX-users] bug in wix 3.6? So if I have a solution that has an x64 platform, and don't include a platform attribute, would this work? Cheers Sean. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 27 April 2012 17:12

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread Castro, Edwin G. (Hillsboro)
: [WiX-users] bug in wix 3.6? IIRC, by default it picks it up from your VS Configuration. On Fri, Apr 27, 2012 at 9:04 AM, Sean Farrow sean.far...@seanfarrow.co.ukwrote: Is there a way to specify that in visual studio? Cheers Sean. -Original Message- From: Rob Mensching

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread Sean Farrow
...@fiserv.com] Sent: 27 April 2012 17:57 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] bug in wix 3.6? Last time I looked at the WiX .targets files I noticed that they create an InstallerPlatform property that is passed to candle. The InstallerPlatform property

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread Castro, Edwin G. (Hillsboro)
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] bug in wix 3.6? Hi: I am building one msi for x86, and x64 from the same project. If I am interpreting you correctly, I can let visual studio create the new solution platform for me. Please correct me if I'm

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread Sean Farrow
toolset. Subject: Re: [WiX-users] bug in wix 3.6? That is correct. You will still need to build twice as only one platform gets built at a time. You'll want to take a look at what projects are selected for each solution platform and make decisions about how to build your solution. Perhaps you need

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread Castro, Edwin G. (Hillsboro)
XML toolset. Subject: Re: [WiX-users] bug in wix 3.6? Hi: And where finally can I see what is building for what platform? I know I can see but don't know where! Cheers Sean. -Original Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: 27 April 2012

Re: [WiX-users] bug in wix 3.6?

2012-04-27 Thread Neil Sleightholm
as x64 and then build my overall solution as Mixed Platforms. Neil -Original Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: 27 April 2012 20:24 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] bug in wix 3.6? Option 1