else how can we give "SERVERNAME <> """ for the condition text .?? since it
has < >

On Tue, Feb 9, 2010 at 11:37 AM, Sebastian Brand <sebast...@instyler.com>wrote:

> Shouldn't the CDATA[] stuff be used only once in an XML inner text? I've
> never seen this inside a condition..
>
> Best regards,
> Sebastian Brand
> sebast...@instyler.com
>
> Instyler Software - Software development, deployment and productivity
> Geisenfelder Str. 53a - 85053 Ingolstadt, Germany - EU VAT ID: DE219712370
> Phone: +49 841-4544567 - Fax & voicemail: +49 321-21220152
> www.instyler.com
>
>
>
>
> > -----Original Message-----
> > From: Bimali Ponnamperuma [mailto:bimal...@gmail.com]
> > Sent: Tuesday, February 09, 2010 07:03
> > To: WiX-users@lists.sourceforge.net
> > Subject: [WiX-users] 2 SpawnDialog events does not work for
> >
> > I have a next button and based on different conditions on the screen i
> need
> > to show different popups.
> >
> >
> >
> > <Publish Event="SpawnDialog" Value="DatabaseDetailsEmptyDlg"
> > Order="1">
> >
> > NOT (<![CDATA[AUTHENTICATIONTYPEITEMS="SQLAuth"]]> AND
> > <![CDATA[SERVERNAME <> ""]]> AND <![CDATA[DBUSERNAME <> ""]]>
> > AND <![CDATA[PASSWORD <> ""]]>)
> >
> > OR NOT (<![CDATA[AUTHENTICATIONTYPEITEMS="WinAuth"]]> AND
> > <![CDATA[SERVERNAME <> ""]]>)
> >
> > </Publish>
> >
> >
> >
> > <Publish Event="SpawnDialog" Value="DatabaseNameInvalidDlg" Order="2"
> > ><![CDATA[INSTALLSQLEX = "0"]]> </Publish>
> >
> >
> >
> > Even though the 1st condition is satisfied, with INSTALLSQLEX = "0" ,
> > "DatabaseNameInvalidDlg" dialog appears. Why dont i see the
> > "DatabaseDetailsEmptyDlg" screen when INSTALLSQLEX = "0"??
> >
> ------------------------------------------------------------------------------
> > The Planet: dedicated and managed hosting, cloud storage, colocation Stay
> > online with enterprise data centers and the best network in the business
> > Choose flexible plans and management services without long-term contracts
> > Personal 24x7 support from experience hosting pros just a phone call
> away.
> > http://p.sf.net/sfu/theplanet-com
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to