On 8/4/2010 9:57 AM, Pally Sandher wrote:
> You need to set the Win64 attribute on your components. If it's not set
> they default to 32-bit components in an x64 package.
> An easy way to do it is to use a pre-processor variable set to "no" or
> "yes" whether you're building x86 or x64 packages respectively. Then you
> can simply use something like Win64="$(var.is64bit)" in all the
> components you need to. See
> http://wix.sourceforge.net/manual-wix3/preprocessor.htm
>    

Unnecessary: See 
http://www.joyofsetup.com/2010/05/14/working-hard-or-hardly-working/. 
Use the -arch switch and you get smart defaults.

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


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to