Re: [WiX-users] Single installer for 32-bit and 64-bit

2009-04-16 Thread Pally Sandher
As Simon Dahlbacka said, no. An MSI has to target a specific platform which has to be either "Intel" (aka Win32 or x86), "Intel64" (aka ia-64) or x64 (can also be AMD64 but this is deprecated to x64). An x86 MSI can't target x64 specific directories. Try it & if you look at the logs you'll see som

Re: [WiX-users] Single installer for 32-bit and 64-bit

2009-04-15 Thread Simon Dahlbacka
On Wed, Apr 15, 2009 at 10:04 PM, Prashant Murthy wrote: > Hi All, > > Is it possible to bundle 32-bit and 64-bit files into a single MSI and > install the appropriate ones based on the system on which it is being > installed? AFAIK, no ---