Files
es_build_deliv/windows/install/interface/DialogUserExit.wxs

23 lines
1.3 KiB
XML

<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<UI Id="UI.dialog_exit_success">
<Dialog Id="DialogUserExit" Width="375" Height="220" Title="[ProductName]">
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="375" Height="220" TabSkip="no" Text="backdrop_error.bmp" />
<Control Id="Title" Type="Text" X="56" Y="13" Width="309" Height="45" Transparent="yes" NoPrefix="yes">
<Text>[BigFont][ProductName] [ProcessType4] Was Interrupted</Text>
</Control>
<Control Id="Description1" Type="Text" X="9" Y="70" Width="356" Height="92" Transparent="yes" NoPrefix="yes">
<Text>[ProductName] was interrupted. Your system has not been modified. To install this program at a later time, please run the installation again.</Text>
</Control>
<Control Id="Description2" Type="Text" X="9" Y="162" Width="356" Height="21" Transparent="yes" NoPrefix="yes">
<Text>Click the Finish button to exit the installer.</Text>
</Control>
<Control Id="Finish" Type="PushButton" X="309" Y="193" Width="56" Height="17" Cancel="yes" Default="yes" Text="[Button_Finish]">
<Publish Event="EndDialog" Value="Exit">1</Publish>
</Control>
</Dialog>
</UI>
</Fragment>
</Wix>