Dmitry Ponomarenko wrote:
> I am in trouble with building my WiX solution using NAnt and MSBuild task on 
> a server which is running under Windows 2003 x64.
>   

NAnt will run as a 64-bit process on an x64 machine; for compatibility, 
the WiX tools are marked as x86 and NAnt won't be able to load 32-bit 
processes in-process. Set the RunWixToolsOutOfProc property to "true" in 
your .wixproj to force the tools to load out-of-process.

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



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to