I'm trying to compare two properties together (does property A = Property B?)
and it doesn't' seem to be working.
The application is for me to verify that a password and a confirm password
that they type in are the same before continuing on the dialog.
<! - - Dialog Snippet - ->
<Control Id="WebService_PasswordLabel" Type="Text" X="10" Y="100" Width="80"
Height="20" Text="Password:" />
<Control Id="WebService_Password" Type="Edit" X="140" Y="96"
Width="150" Height="20" Password="yes" Property="WEBSERVICE_PASSWORD" />
<Control Id="WebService_PasswordConfirmLabel" Type="Text" X="10" Y="130"
Width="80" Height="20" Text="Confirm Password:" />
<Control Id="WebService_PasswordConfirm" Type="Edit" X="140" Y="126"
Width="150" Height="20" Password="yes" Property="WEBSERVICE_PASSWORDCONFIRM" />
<!- - End dialog snippet - ->
<Publish Dialog="WebServiceSetupDlg" Control="Next" Event="NewDialog"
Value="SelectFolderDlg" Order="4">WEBSERVICE_PASSWORD =
WEBSERVICE_PASSWORDCONFIRM</Publish>
<Publish Dialog="WebServiceSetupDlg" Control="Next" Event="SpawnDialog"
Value="PasswordSpawnDlg" Order="5">WEBSERVICE_PASSWORD <![CDATA[<>]]>
WEBSERVICE_PASSWORDCONFIRM</Publish>
After this comparison, I always get the PasswordSpawnDlg instead of the
selectfolderdlg.
What am I doing wrong?
Thanks in advance!
-pierson
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users