I'd like to show dialog when user presses Next button on welcome page
warning user if some file not found. But it doesn't work. When I hit Next it
just goes to next page.
Here what I have:

<UIRef Id="WixUI_Mondo"/>
    <UIRef Id="WixUI_ErrorProgressText" />
    <UI>
      <Publish Dialog="WelcomeDlg" Control="Next" Order="1" 
Event="SpawnDialog" Value="NoVcbDlg">1</Publish>
      <Dialog Id="NoVcbDlg" Width="260" Height="85" Title="[ProductName]
[Setup]" NoMinimize="yes">
        <Control Id="Return" Type="PushButton" X="100" Y="57" Width="56"
Height="17" Default="yes" Cancel="yes" Text="&amp;OK">
          <Publish Event="EndDialog" Value="Return">1</Publish>
        </Control>
        <Control Id="Text" Type="Text" X="48" Y="15" Width="194" Height="30"
TabSkip="no">
          <Text>Filek was not found. Please install.</Text>
        </Control>
      </Dialog>
    </UI>
-- 
View this message in context: 
http://n2.nabble.com/SpawnDialog-doesn%27t-work-tp3473786p3473786.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to