>    <![CDATA[VersionNT64 OR $(var.Platform) = "x64"]]>

That doesn't make much sense because $(var.Platform) is compile time. For an 
x64 build, it's like you wrote:
<![CDATA[VersionNT64 OR "x64" = "x64"]]>
(and x86 is <![CDATA[VersionNT64 OR "x86" = "x64"]]>)

This could be simplified to "VersionNT64"

Dave


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to