Thanks for the suggestion, but it still gives the same error... Do I have to
use CDATA to achieve what I want? 

The component is now: 
<Component Guid="{..}" Id="C_GDI">
  <Condition><![CDATA[VersionNT=500 Or NOT Version9X=""]]></Condition> 
  <File DiskId="1" Id="id1893" KeyPath="yes" Name="gdiplus.dll" Vital="yes"
src="gdiplus.dll" /> 
</Component>

And the error still: 
candle.exe : error CNDL0001 : Cannot have ']]>' inside an XML CDATA block.

More suggestions are very welcome! 



Brian Simoneau wrote:
> 
> Try this in your condition
> <![CDATA[VersionNT=500 Or NOT Version9X=""]]>
> 
> -Brian Simoneau
> 

-- 
View this message in context: 
http://www.nabble.com/GDI%2B-MergeModule-tf4316091.html#a12392946
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to