Re: [WiX-users] x64 Compatibility

2007-08-12 Thread John Vottero
You can create an installer that will install on both x64 and x86 in fact, most 32 bit MSIs will install and work just fine under x64 but, those applications run as 32 bit apps under the WOW64 emulator. What you can’t do is create an MSI that installs a 32 bit app under x86 and a 64 bit app un

Re: [WiX-users] x64 Compatibility

2007-08-12 Thread Tal Shrestha
Could you elaborate on why this is true even though the x64 version utilizes the WOW64 emulator? ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/win64/win64/running_32_bit_applications.asp ) On 8/12/07, John Vottero <[EMAIL PROTECTED]> wrote: > > No, you cannot create one MSI

Re: [WiX-users] x64 Compatibility

2007-08-12 Thread John Vottero
No, you cannot create one MSI for both x64 and x86. Windows Installer doesn’t support that. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of barbq Sent: Sunday, August 12, 2007 7:16 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] x64 Compatibility Hello, I wo

[WiX-users] x64 Compatibility

2007-08-12 Thread barbq
Hello, I would like to compile an MSI using WIX that is targeted for both x86 and x64 machines. I've noticed features intended explicitly for x64 machines, however this does not suit my needs. Can one single MSI be compatible with both x64 and x86 machines? Thanks, Tal. -