Hi All!

I've question:

In my setup sequence, user must set same data in custom action dlg.
but, if user don't set this data, I ask for empty data and continue
installation

<Control Id="Next" Type="PushButton" X="316" Y="323" Width="56"
Height="17" Default="yes" Text="[ButtonText_Next]">
  <Publish Event="SpawnDialog" Value="EmptyInterfacesErrDlg">NOT
EmptyInterfaces</Publish>
  <Publish Event="NewDialog" Value="VerifyReadyDlg">EmptyInterfaces</Publish>
</Control>

// EmptyInterfacesErrDlg:
<Control Id="No" Type="PushButton" X="132" Y="80" Width="56"
Height="17" Default="yes" Cancel="no" Text="[ButtonText_No]">
  <Publish Event="EndDialog" Value="Return">1</Publish>
</Control>
<Control Id="Yes" Type="PushButton" X="72" Y="80" Width="56"
Height="17" Text="[ButtonText_Yes]">
  <Publish Property="EmptyInterfaces" Value="1">1</Publish>
  <Publish Event="EndDialog" Value="Return">1</Publish>
</Control>

How to continue process, if user click "Yes"?
I tried to publish NewDialog, but it's not work.

Thanks.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to