﻿<?xml version="1.0" encoding="utf-8" ?> 

<Package
    xmlns="http://schemas.microsoft.com/developer/2004/01/bootstrapper"
    Name="DisplayName"
    Culture="Culture"
    LicenseAgreement="eula.txt"
>

    <PackageFiles>
        <PackageFile Name="eula.txt"/>
    </PackageFiles>

    <!-- Defines a localizable string table for error messages-->
    <Strings>
        <String Name="DisplayName">Microsoft Visual J# .NET Redistributable Package 2.0</String>
        <String Name="Culture">en</String>
        <String Name="AdminRequired">Administrator permissions are required to install Microsoft Visual J# .NET Redistributable Package 2.0. Contact your administrator.</String>
        <String Name="DotNetFxRequired">Installation of Microsoft Visual J# .NET Redistributable Package 2.0 requires Microsoft .NET Framework 2.0. Contact your application vendor.</String>
        <String Name="WindowsInstallerImproperInstall">Due to an error with Windows Installer, the installation of Microsoft Visual J# .NET Redistributable Package 2.0 cannot proceed.</String>
        <String Name="AnotherInstanceRunning">Another instance of setup is already running. The running instance must complete before this setup can proceed.</String>
        <String Name="BetaNDPFailure">A beta version of Microsoft Visual J# .NET Redistributable Package 2.0 was detected on the computer. Uninstall any previous beta versions of Microsoft Visual J# .NET Redistributable Package before continuing.</String>
        <String Name="GeneralFailure">A failure occurred attempting to install Microsoft Visual J# .NET Redistributable Package 2.0.</String>
        <String Name="VJRedistExe">http://go.microsoft.com/fwlink/?LinkId=37281</String>
    </Strings>

</Package>
