Re: [WiX-users] Component marked Win64 being installed on a 32-bit system
On 26-Sep-10 12:41, Sean Farrow wrote: > I only want to create one install, as this is the one file that differs. MSI doesn't support 64-bit components in a 32-bit package. You need two packages. -- sig://boB http://joyofsetup.com/
[WiX-users] Component marked Win64 being installed on a 32-bit system
Hi: I've got the following component in a .wxs file: It is included in a feature as follows: On a 32-bit version of window xp sp3, the 64-bit component is still being installed. Anyone got any ideas why? I only want