loganmathews wrote:
> I am creating a wix v3 project that will be built with x86 and x64 platforms. 
> It builds fine with x86, but it is giving me the following error when I
> build with x64:
>
> error LGHT0204: ICE80: This 64BitComponent ProductComponent uses
> 32BitDirectory INSTALLLOCATION
>
> How can I get this to work with x64?
>   

64-bit components should go into *ProgramFiles64Folder* rather than (the 
32-bit) ProgramFilesFolder. You can use SYS.PLATFORM in an <?ifdef?> 
preprocessing instruction to use different parent Directory elements 
based on the platform you're building for.

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to