35 lines
2.4 KiB
XML
35 lines
2.4 KiB
XML
<?xml version="1.0"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Fragment>
|
|
<?ifdef EiffelStudio?>
|
|
<UI Id="UI.dialog_missing_net_fx">
|
|
<Dialog Id="DialogMissingNetFx" Width="375" Height="220" Title="[ProductName]" TrackDiskSpace="yes">
|
|
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="375" Height="220" TabSkip="no" Text="backdrop_warn.bmp" />
|
|
<Control Id="Title" Type="Text" X="56" Y="13" Width="309" Height="57" Transparent="yes" NoPrefix="yes">
|
|
<Text>[BigFont]Missing Microsoft .NET</Text>
|
|
</Control>
|
|
<Control Id="SubTitle" Type="Text" Height="13" Width="302" X="56" Y="35" Transparent="yes" NoPrefix="yes">
|
|
<Text>[SubTitleFont]The installer has detected missing software</Text>
|
|
</Control>
|
|
<Control Id="Description1" Type="Text" X="9" Y="73" Width="356" Height="38" Transparent="yes" >
|
|
<Text>The Microsoft .NET Framework does not seem to be installed on this machine. Continuing the installation will disable the extensions for [ProductName] to compile .NET applications.</Text>
|
|
</Control>
|
|
<Control Id="Description2" Type="Text" Height="62" Width="356" X="9" Y="111" Transparent="yes">
|
|
<Text>If you do not wish to use the Microsoft .NET facilities, click the Next button to contine. If you would like to take advantage of Eiffel using the Microsoft .NET Framework please click Cancel and install the Microsoft .NET SDK, Windows SDK or Visual Studio 2002 and newer.</Text>
|
|
</Control>
|
|
<Control Id="Back" Type="PushButton" X="187" Y="193" Width="56" Height="17" Text="[Button_Back]">
|
|
<Publish Event="NewDialog" Value="DialogSelectLanguage">1</Publish>
|
|
</Control>
|
|
<Control Id="Next" Type="PushButton" X="242" Y="193" Width="56" Height="17" Default="yes" Text="[Button_Next]">
|
|
<Publish Event="NewDialog" Value="DialogSelectCCompiler"><![CDATA[C_CONFIG_CHOOSE = "1"]]></Publish>
|
|
<Publish Event="NewDialog" Value="DialogVerifyReadyInstall"><![CDATA[C_CONFIG_CHOOSE <> "1"]]></Publish>
|
|
</Control>
|
|
<Control Id="Cancel" Type="PushButton" X="309" Y="193" Width="56" Height="17" Cancel="yes" Text="[Button_Cancel]">
|
|
<Publish Event="SpawnDialog" Value="PromptCancelInstall">1</Publish>
|
|
</Control>
|
|
</Dialog>
|
|
</UI>
|
|
<?endif?>
|
|
</Fragment>
|
|
</Wix>
|