SaiTeja wrote:

>       <Condition>((NOT VersionNT=500) AND (VersionNT64))</Condition>   

This is just a side note, but you should almost never use something like
(NOT Version=500). Maybe you are looking for something like
(VersionNT>500)? If you do not want to use CDATA section, you probably
can just type (VersionNT &gt; 500 )

The reason for this is what will happen if someone wants to install this
on NT 4 for some reason?

Cheers,
Adam

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to