Scott Sam wrote:

1. Is it possible to have one installer, that recognizes whether the OS is 64 bit or not. Then installs either the 64 bit or the 32 bit version of our software accordingly? Or do we have to have two separate installers, one to install the 32 bit version, and another for the 64 bit version?


You need two. MSI, for whatever reason, doesn't allow multi-platform or platform-neutral packages.

2. From what I've read, you have to set x64 or intel64 in the installer for 64 bit. What if you don't know at compile time what type of processor is being used?


If you support both IA64 and X64, you need two packages (three if you also support X86).

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
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