Re: [WiX-users] DTF Transaction problem with x64 msi

2011-04-19 Thread Blair
bitnesses in the same transaction, they must be in 64-bit-then-32-bit order. Blair -Original Message- From: Tobias S [mailto:tobias.s1...@gmail.com] Sent: Friday, April 01, 2011 1:11 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] DTF Transaction problem

Re: [WiX-users] DTF Transaction problem with x64 msi

2011-04-01 Thread Tobias S
The point here is that you are using a multi package transaction. So the whole Install Execute transaction can run either as x86 transaction or x64 transaction if there are only x64 pacakges in the transaction but not as combined one where x64 packages are treated as they should (e.g. targeting

[WiX-users] DTF Transaction problem with x64 msi

2011-03-31 Thread Douglas Mendizabal
I'm using an external UI to chain several msi files together. I have an ExternalUIHandler that is part of a WPF MVVM wizard application. Most of the msi files are 32bit (Intel platform) but one of them is a 64 bit (x64 platform, let's call it my-x64.msi) that contains both 32-bit and 64-bit