다음을 통해 공유


<Strings> 요소(부트스트래퍼)

제품 이름, 패키지 이름, 설치 오류 메시지의 지역화된 문자열을 정의합니다.

구문

<Strings>
    <String
        Name
    >
    </String>
</Strings>

요소 및 특성

Strings 요소는 Package 요소의 자식입니다. 특성은 없습니다.

문자열

String 요소는 Strings 요소의 자식입니다. 하나의 Strings 요소에 하나 이상의 String 요소가 포함될 수 있습니다.

String에는 다음 특성이 있습니다.

attribute Description
Name 필수입니다. 문자열의 이름입니다.

예시

다음 코드 예제에서는 .NET Framework 설치 프로그램의 모든 영어 문자열을 지정합니다.

<Strings>
    <String Name="DisplayName">.NET Framework 2.0</String>
    <String Name="Culture">en</String>
    <String Name="AdminRequired">Administrator permissions are required to install the .NET Framework 2.0. Contact your administrator.</String>
    <String Name="InvalidPlatformWin9x">Installation of the .NET Framework 2.0 is not supported on Windows 95. Contact your application vendor.</String>
    <String Name="InvalidPlatformWinNT">Installation of the .NET Framework 2.0 is not supported on Windows NT 4.0. Contact your application vendor.</String>
    <String Name="InvalidPlatformIE">Installation of the .NET Framework 2.0 requires Internet Explorer 5.01 or greater. Contact your application vendor.</String>
    <String Name="InvalidPlatformArchitecture">This version of the .NET Framework 2.0 is not supported on a 64-bit operating system. Contact your application vendor.</String>
    <String Name="WindowsInstallerImproperInstall">Due to an error with Windows Installer, the installation of the .NET Framework 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 the .NET Framework was detected on the computer. Uninstall any previous beta versions of .NET Framework before continuing.</String>
    <String Name="GeneralFailure">A failure occurred attempting to install the .NET Framework 2.0.</String>
    <String Name="DotNetFXExe">http://go.microsoft.com/fwlink/?LinkId=37283</String>
    <String Name="InstMsiAExe">http://go.microsoft.com/fwlink/?LinkId=37285</String>
    <String Name="Msi30Exe">http://go.microsoft.com/fwlink/?LinkId=37287</String>
</Strings>

참고 항목