<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi";>
  <Fragment>
    <UI>
      <Dialog Id="PrepareDlg" Width="370" Height="270"
Title="$(loc.PrepareDlg_Title)" Modeless="yes">
        <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56"
Height="17" Default="yes" Cancel="yes" Text="$(loc.WixUICancel)">
          <Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
        </Control>
        <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370"
Height="234" TabSkip="no" Text="$(loc.PrepareDlgBitmap)" />
        <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370"
Height="0" />
        <Control Id="Description" Type="Text" X="135" Y="70" Width="220"
Height="20" Transparent="yes" NoPrefix="yes"
Text="$(loc.PrepareDlgDescription)" />
        <Control Id="Title" Type="Text" X="135" Y="20" Width="220"
Height="60" Transparent="yes" NoPrefix="yes" Text="$(loc.PrepareDlgTitle)"
/>
        <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56"
Height="17" Disabled="yes" TabSkip="yes" Text="$(loc.WixUIBack)" />
        <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56"
Height="17" Disabled="yes" TabSkip="yes" Text="$(loc.WixUINext)" />

        <Control Id="ActionData" Type="Text" X="135" Y="125" Width="220"
Height="30" Transparent="yes" NoPrefix="yes">
          <Subscribe Event="ActionData" Attribute="Text" />
        </Control>
        <Control Id="ActionText" Type="Text" X="135" Y="100" Width="220"
Height="20" Transparent="yes" NoPrefix="yes">
          <Subscribe Event="ActionText" Attribute="Text" />
        </Control>
      </Dialog>

      <InstallUISequence>
        <Show Dialog="PrepareDlg" Before="AppSearch" />
      </InstallUISequence>
    </UI>
  </Fragment>
</Wix>

Richard-45 wrote:
> 
> 
> In article <1243879828422-3007707.p...@n2.nabble.com>,
>     achandrapano <achan...@panologic.com>  writes:
> 
>> It looks like it is being spit from PrepareDlg. Not sure why it is
>> showing
>> property values yet. Is it necessary to show this dialog?
> 
> Post the definition of PrepareDlg and all the controls on it.
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>       <http://www.xmission.com/~legalize/book/download/index.html>
> 
>         Legalize Adulthood! <http://blogs.xmission.com/legalize/>
> 
> ------------------------------------------------------------------------------
> OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
> looking to deploy the next generation of Solaris that includes the latest 
> innovations from Sun and the OpenSource community. Download a copy and 
> enjoy capabilities such as Networking, Storage and Virtualization. 
> Go to: http://p.sf.net/sfu/opensolaris-get
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/MSI-UI-Dialog-shows-strange-things-tp3007622p3008461.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to