<Publish Event="SpawnDialog" Value="DatabaseDetailsEmptyDlg"
Order="1"><![CDATA[

NOT (AUTHENTICATIONTYPEITEMS="SQLAuth" AND
SERVERNAME <> "" AND DBUSERNAME <> ""
AND PASSWORD <> "")
OR

NOT (AUTHENTICATIONTYPEITEMS="WinAuth" AND
SERVERNAME <> "")

]]></Publish>

<Publish Event="SpawnDialog" Value="DatabaseNameInvalidDlg" Order="2">

<![CDATA[INSTALLSQLEX = "0"]]> </Publish>


 
> Date: Tue, 9 Feb 2010 11:46:55 +0530
> From: bimal...@gmail.com
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] 2 SpawnDialog events does not work for
> 
> 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
                                          
_________________________________________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
http://clk.atdmt.com/GBL/go/201469226/direct/01/
------------------------------------------------------------------------------
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