damn Nabble takes out the condition:

for the component to be installed on X86 machine:
<Condition>
  < ! [ CDATA[ NOT(VersionNT64) OR $(var.Platform) = "x86" ] ] >
</Condition>

for x64 machine:
<Condition>
  < ! [ CDATA[VersionNT64 OR $(var.Platform) = "x64" ] ] >
</Condition>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Need-help-how-to-put-a-condition-on-a-merge-module-in-Product-wxs-tp7587670p7587671.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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