Re: [WiX-users] VS Building using Different platforms

2013-03-28 Thread Marc Beaudry
Thanks for the feedback. Marc -Original Message- From: Daniel Madill [mailto:dan.mad...@quanser.com] Sent: March-28-2013 2:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] VS Building using Different platforms Hello Marc, It is probably just

Re: [WiX-users] VS Building using Different platforms

2013-03-28 Thread Daniel Madill
ally acceptable, does not have an advantage over the other? Just curious, Marc -Original Message- From: Daniel Madill [mailto:dan.mad...@quanser.com] Sent: March-28-2013 12:27 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] VS Building using Different p

Re: [WiX-users] VS Building using Different platforms

2013-03-28 Thread Marc Beaudry
have an advantage over the other? Just curious, Marc -Original Message- From: Daniel Madill [mailto:dan.mad...@quanser.com] Sent: March-28-2013 12:27 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] VS Building using Different platforms Hello Marc, I

Re: [WiX-users] VS Building using Different platforms

2013-03-28 Thread Daniel Madill
Hello Marc, I do this all the time, building both a 32-bit MSI and a 64-bit MSI from the same source simply based on the platform selected. I have a WiX include file containing the following:

Re: [WiX-users] VS Building using Different platforms

2013-03-28 Thread Marc Beaudry
Thanks for the reply... I'll implement it like this too. -Original Message- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: March-28-2013 12:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] VS Building using Different platforms

Re: [WiX-users] VS Building using Different platforms

2013-03-28 Thread Steven Ogilvie
I am doing the same thing, you need to have 2 MSI's one for 32 and 64 bit: I modify the project file: 32 bit solution file: GlobalSection(SolutionConfigurationPlatforms) = preSolution DebugX86|Mixed Platforms = DebugX86|Mixed Platforms ReleaseX86|Mixed Platforms =