I have the ErrorText Control as the first child of the Dialog.

      <Dialog Id="ErrorDlg" Width="270" Height="105" Title="[ProductName] Setup"
              ErrorDialog="yes" NoMinimize="yes" >
        <Control Id="ErrorText" Type="Text" X="48" Y="15" Width="205" 
Height="60" Text="Information text">
        </Control>
        <Control Id="ErrorIcon" Type="Icon" X="15" Y="15" Width="24" 
Height="24" Text="UIIcoInfo" 
                 FixedSize="yes" />
        <Control Id="Y" Type="PushButton" X="100" Y="80" Width="56" Height="17" 
Text="&amp;Yes">
          <Publish Event="EndDialog" Value="ErrorYes">1</Publish>
        </Control>
        <Control Id="A" Type="PushButton" X="100" Y="80" Width="56" Height="17" 
Text="Cancel">
          <Publish Event="EndDialog" Value="ErrorAbort">1</Publish>
        </Control>
        <Control Id="C" Type="PushButton" X="100" Y="80" Width="56" Height="17" 
Text="Cancel">
          <Publish Event="EndDialog" Value="ErrorCancel">1</Publish>
        </Control>
        <Control Id="I" Type="PushButton" X="100" Y="80" Width="56" Height="17" 
Text="&amp;Ignore">
          <Publish Event="EndDialog" Value="ErrorIgnore">1</Publish>
        </Control>
        <Control Id="O" Type="PushButton" X="100" Y="80" Width="56" Height="17" 
Text="OK">
          <Publish Event="EndDialog" Value="ErrorOk">1</Publish>
        </Control>
        <Control Id="N" Type="PushButton" X="100" Y="80" Width="56" Height="17" 
Text="&amp;No">
          <Publish Event="EndDialog" Value="ErrorNo">1</Publish>
        </Control>
        <Control Id="R" Type="PushButton" X="100" Y="80" Width="56" Height="17" 
Text="&amp;Retry">
          <Publish Event="EndDialog" Value="ErrorRetry">1</Publish>
        </Control>
      </Dialog>
      <Property Id="ErrorDialog" Value="ErrorDlg" />

But the first_Control is Y.
Have you an idea?
________________________________________
Von: Bob Arnson [...@joyofsetup.com]
Gesendet: Donnerstag, 12. März 2009 19:17
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Own UI-File

Bahn Thomas wrote:
> The next problem i have, is to specify the ErrorText-Control to appear in 
> Control_First field of the dialog table. Which Attribute let me set this in 
> WiX?
>

Make it the first child element of the Dialog.

--
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to