Moved under "windows" dir.

This commit is contained in:
2018-05-13 14:10:59 +02:00
parent d1ee124c01
commit f541aee45f
117 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<UI Id="UI.dialog_fatal_error">
<Dialog Id="DialogFatalError" 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="57" Transparent="yes" NoPrefix="yes">
<Text>[BigFont][ProductName] Ended Prematurely!</Text>
</Control>
<Control Id="Description1" Type="Text" X="9" Y="70" Width="356" Height="33" Transparent="yes" NoPrefix="yes">
<Text>[ProductName] setup ended prematurely because of an unexpected error. 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="103" Width="356" Height="25" Transparent="yes" NoPrefix="yes">
<Text>Please contact our support department if you need assistance - http://support.eiffel.com.</Text>
</Control>
<Control Id="Description3" 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>