Re: [WiX-users] GDI+ MergeModule

2007-08-29 Thread stian
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: VersionNT=500 Or NOT Version9x="" Thanks for helping! John Vottero wrote: > > Yes, you still ha

Re: [WiX-users] GDI+ MergeModule

2007-08-29 Thread stian
Hi and thanks, I was thinking the same; that it was something outside this block that caused the problems. However, I don't have any more CDATAs or "]]>" in this WiX file. This file only contains a fragment, and I have another xml containing the block. This file does not contain any CDATA either.

Re: [WiX-users] GDI+ MergeModule

2007-08-29 Thread stian
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: And the error still: candle.exe : error CNDL0001 : Cannot have ']]>' inside an XML CDATA block. More suggestions are very welcome! Brian Simoneau

Re: [WiX-users] GDI+ MergeModule

2007-08-29 Thread stian
Thanks, but still the same error.. Now my block is: Component Guid="{..}" Id="C_GDI"> ' inside an XML CDATA block. Thomas Leigh wrote: > > try replacing your ]]> with >

Re: [WiX-users] GDI+ MergeModule

2007-08-29 Thread stian
I put the condition under the component. Assume that is okay? However, I'm having problems with the condition.. candle.exe won't eat it. Here is what I use: And the error I get from candle is: candle.exe : error CNDL0001 : Cannot have ']]>' inside an XML CDATA block. Any cl

Re: [WiX-users] GDI+ MergeModule

2007-08-23 Thread stian
Schrieken, Rene wrote: > > I have no experience with gdi+ but afaik it is just one download: > http://www.microsoft.com/downloads/details.aspx?FamilyID=6a63ab9c-df12-4d41-933c-be590feaa05a&DisplayLang=en > Thanks. Well, I found this site before, but this is the dll, and not the Merge Module -

[WiX-users] GDI+ MergeModule

2007-08-23 Thread stian
Hi, I have an MSI where I need to include gdiplus.dll to make it run on Win2k as this is not included by default. I've read that there exists a MergeModule for this file; can someone verify that this is correct? I've been googling like crazy, but I can't find it. Can someone point me in the right

Re: [WiX-users] Consensus about CRT/MCF merge modules?

2007-03-20 Thread stian
put the dlls in? Then I need to make sure TARGETDIR is what I want it to be.. When installing they are put in the root (c:\). Is this what my WinSxS folder is set to then? I didn't think so.. Can I change the WinSxS? Do I have to say explicitally that I use WinSxs? Note that I'