Thanks - that works perfectly! 

Removing the CDATA makes it compile. When I install it on WinXP the dll is
not installed, but on Win2k it is - just like I wanted. 

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

Thanks for helping! 


John Vottero wrote:
> 
> Yes, you still have access to VersionNT and Version9X.  Try making your
> condition:
> 
> <Condition>VersionNT=500 Or NOT Version9x=""</Condition>
> 

-- 
View this message in context: 
http://www.nabble.com/GDI%2B-MergeModule-tf4316091.html#a12394849
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