OneReallyCoolApplication wrote:
> 
> I am supposed to create a MSI package using WiX that can detect whether
> the computer it's on has 32-bit or 64-bit architecture, and install
> different files for each.
> 
I believe that this is possible (using the VersionNT64 property) *provided
you're not trying to install 64-bit files or install into the
64-bit-specific parts of the registry or file-system*.
As soon as you need to start making 64-bit reg/file-system changes then you
need a 64-bit MSI, and of course this won't run on 32-bit windows.
It *is* possible to conditionally compile a 32- or 64-bit MSI from a single
set of source, but you need to be careful with things like component codes.
-- 
View this message in context: 
http://www.nabble.com/Explanation-for-why-you-can%27t-have-both-a-32-bit-and-64-bit-installer-tf4549274.html#a12999699
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to