mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
83fadc2fb5
ROSBE-84 ROSBE-88 ROSBE-89 svn path=/trunk/RosBE/; revision=2262
29 lines
1.8 KiB
XML
29 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Fragment>
|
|
<UI>
|
|
<Dialog Id="RosBESrcPathDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
|
|
<Control Id="SrcPath" Type="Text" X="10" Y="73" Width="110" Height="15" TabSkip="no" Text="ReactOS Source Location:" />
|
|
<Control Id="SrcPathEdit" Type="Edit" X="120" Y="71" Width="200" Height="18" Property="SourceCheckout" />
|
|
<Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="&Back">
|
|
<Publish Event="NewDialog" Value="LicenseAgreementDlg">1</Publish>
|
|
</Control>
|
|
<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="&Next">
|
|
<Publish Event="NewDialog" Value="CustomizeDlg">1</Publish>
|
|
</Control>
|
|
<Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="Cancel">
|
|
<Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
|
|
</Control>
|
|
<Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="WixUI_Bmp_Banner" />
|
|
<Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes">
|
|
<Text>Where is the ReactOS source code located?</Text>
|
|
</Control>
|
|
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
|
|
<Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes">
|
|
<Text>{\WixUI_Font_Title}Source Code Path</Text>
|
|
</Control>
|
|
<Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" />
|
|
</Dialog>
|
|
</UI>
|
|
</Fragment>
|
|
</Wix> |