Hi,

I think this more a MSXML problem than it is a WiX problem ;) But I
don't know.

Regards,

Albert van Peppen 

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Geoff Finger
Verzonden: dinsdag 30 januari 2007 23:15
Aan: wix-users@lists.sourceforge.net
Onderwerp: Re: [WiX-users] Problem with CDATA and default values
inConditionstatements

Swapping in "<>" fixed both issues! Thank you!

Why is it necessary to use that in some cases though when in other spots
I used "<>" without any problem? Shouldn't using the CDATA wrapper have
prevented it from being an issue?

On 1/30/07, Albert van Peppen <[EMAIL PROTECTED]> wrote:
> Did you try using &lt;&gt; instead of <> in your condition?
>
> Like:
>     <Condition>FOOVAR &lt;&gt; ""</Condition>
>
> Iso:
>     <Condition>FOOVAR <> ""</Condition>
>
> Regards,
>
> Albert van Peppen
>

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to