Here is a link that gives an example of how to make a 32-bit and 64-bit 
installation from the same installer source (see "24 Answers" near the top of 
the linked page). It doesn't give all the details, but is a reasonable starting 
point:

http://stackoverflow.com/questions/471424/wix-tricks-and-tips
 
Daniel Madill
Quanser Inc.
http://www.quanser.com

-----Original Message-----
From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com] 
Sent: Friday, May 13, 2011 5:45 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] single msi for 32-bit and 64-bit ??

You can create separate components and use component conditions to install only 
the one which is needed for each OS.

-Maksim

-----Original Message-----
From: Preethi S. [mailto:preet...@amiindia.co.in] 
Sent: Friday, May 13, 2011 1:37 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] single msi for 32-bit and 64-bit ??

Hi,

Using WIX, I need to create an msi that should work in both 32-bit and
64-bit machines.

I need to use separate dlls based on the OS Architecture in which my msi
is to be installed. 

Is there any way to achieve it?? 

 

Thanks,

S. Preethi.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to