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

Reply via email to