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 John Vottero
> 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 CD

Re: [WiX-users] GDI+ MergeModule

2007-08-29 Thread Schrieken, Rene
ice. Rene From: [EMAIL PROTECTED] on behalf of stian Sent: Wed 8/29/2007 14:29 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] GDI+ MergeModule I put the condition under the component. Assume that is okay? However, I'm having problems wi

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 John Vottero
s- > [EMAIL PROTECTED] On Behalf Of stian > Sent: Wednesday, August 29, 2007 2:34 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] GDI+ MergeModule > > > Thanks for the suggestion, but it still gives the same error... Do I > have to > use CDATA to achi

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 Brian Simoneau
Try this in your condition -Brian Simoneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of stian Sent: Wednesday, August 29, 2007 8:57 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] GDI+ MergeModule Thanks, but still the same error

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 Thomas Leigh
try replacing your ]]> with > And the error I get from candle is: candle.exe : error CNDL0001 : Cannot have ']]>' inside an XML CDATA block. Any clues? Best regards. Schrieken, Rene wrote: > > I have no experience with Installshield so I cannot comment on that. And > if you have a

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 Wilson, Phil
le is the corrected version). http://www.installsite.org/pages/en/topic/gdi.htm Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of stian Sent: Thursday, August 23, 2007 2:11 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users

Re: [WiX-users] GDI+ MergeModule

2007-08-23 Thread Schrieken, Rene
sourceforge.net Subject: Re: [WiX-users] GDI+ MergeModule 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

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 -

Re: [WiX-users] GDI+ MergeModule

2007-08-23 Thread Schrieken, Rene
of stian Sent: Thu 8/23/2007 10:30 To: wix-users@lists.sourceforge.net Subject: [WiX-users] GDI+ MergeModule 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

[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