Re: [WiX-users] 32 bit component best practice

2009-12-07 Thread Bob Arnson
John Aldridge wrote: > Should I just be dropping the 32 bit component into CommonFilesFolder, > perhaps? > Sounds like it belongs there and it's easy. To be honest, I wonder how many people (in a general sense, not looking for votes) actually change installation directories these days... --

[WiX-users] 32 bit component best practice

2009-12-07 Thread John Aldridge
Our product has both 32 and 64 bit versions, and we want to allow users to install these side-by-side on a 64 bit machine. The 64 bit version includes a 32 bit component which is identical to the corresponding component of the 32 bit version. How should we choose an installation location for th