Re: [WiX-users] Any way to build an MSI that will run on both x64 and x86

2013-01-18 Thread Rohit Sharma (AIDC)
.com] Sent: Thursday, January 17, 2013 10:54 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Any way to build an MSI that will run on both x64 and x86 x86 will install on both 32-bit and 64-bit OSs. On Thu, Jan 17, 2013 at 10:27 AM, Sidharth Vija

Re: [WiX-users] Any way to build an MSI that will run on both x64 and x86

2013-01-17 Thread Rob Mensching
a 64 bit machine > the application won't launch. > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Thursday, January 17, 2013 10:54 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Any way to b

Re: [WiX-users] Any way to build an MSI that will run on both x64 and x86

2013-01-17 Thread Sidharth Vijayachandran
0:54 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Any way to build an MSI that will run on both x64 and x86 x86 will install on both 32-bit and 64-bit OSs. On Thu, Jan 17, 2013 at 10:27 AM, Sidharth Vijayachandran < sidharth.vijayachand...@microso

Re: [WiX-users] Any way to build an MSI that will run on both x64 and x86

2013-01-17 Thread Rob Mensching
x86 will install on both 32-bit and 64-bit OSs. On Thu, Jan 17, 2013 at 10:27 AM, Sidharth Vijayachandran < sidharth.vijayachand...@microsoft.com> wrote: > Hi, > > Our application binaries when built with target architecture AnyCPU runs > on both x64 and x86 machines. However the MSI that is bui

Re: [WiX-users] Any way to build an MSI that will run on both x64 and x86

2013-01-17 Thread Hoover, Jacob
I don't think that is possible, the MSI is either 32 bit or 64 bit. What you can do is create two installers from the same Wix source with conditional defines, then use an external CAB for the binaries and burn to select the proper MSI based on OS bitness. -Original Message- From: Sid