If you wish to install your AnyCPU binaries in 64-bit spaces, you need a 64-bit MSI (yes, use the -arch switch, that is the correct approach). Realize that an MSI marked 64-bit cannot be installed on a 32-bit system, so you will need another MSI for your 32-bit customers.
You can build both MSIs from the exact same sources (use the -arch switch and use $(sys.PLATFORM) to chose between ProgramFilesFolder and ProgramFiles64Folder (as well as any other similar differences)). -Blair -----Original Message----- From: Rune Moberg [mailto:jjfl...@gmail.com] Sent: Saturday, January 22, 2011 9:23 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] 64 Bit program files folder On Fri, Jan 21, 2011 at 4:47 PM, Rob Mensching <r...@robmensching.com> wrote: > Actually, for Package/@Platform, it is better to use the -arch switch on the > command-line. That will flip your entire package to x64 as needed. Related question (I hope): Is this the proper approach if your .Net application targets AnyCPU? -- Rune ---------------------------------------------------------------------------- -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users