Microsoft KB Archive/313421

From BetaArchive Wiki

PSS ID Number: 313421

Article Last Modified on 10/30/2003



The information in this article applies to:

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server



This article was previously published under Q313421

SUMMARY

To support multiple languages on a single Remote Installation Services (RIS) server, modify the Welcome.osc file that is included in the default RIS installation. This article contains an example of how to customize the Welcome.osc file so that the first screen that is displayed provides a list of supported languages for users to select. Note that if only one language option exists on your server, this screen is not displayed.

back to the top

To Enable Language Selection in the Client Installation Wizard

  1. Using a text editor such as Notepad, open the Multilng.osc file in the OSChooser folder.
  2. Modify the <OPTION> tags to match the languages that are supported by the server.
  3. Save the modified Multilng.osc over the Welcome.osc file. (A copy of the original Welcome.osc file is located in the language-specific folder. For example, the English-language folder is named OSChooser\English.)
  4. Create folders for each supported language in the OSChooser folder.
  5. Create the Client Installation Wizard screens that are required for each language. If you want to, you can copy these directly from the supplied OSChooser\English folder. This is a sample screen:

    <OSCML>
    <META KEY=ENTER HREF="LOGIN">
    <META KEY=F3 ACTION="REBOOT">
    <TITLE> Client Installation Wizard Multilanguage Welcome Example </TITLE>
    <FOOTER> Select a language and press [ENTER] to continue </FOOTER>
    <BODY left=5 right=75>




    Select a language from the list below. The language you select determines which language-specific operating system choices and tools are offered for installation.


    <FORM ACTION="WELCOME">
    <SELECT NAME="LANGUAGE" SIZE=4>
    <OPTION VALUE="ENGLISH"> English
    <OPTION VALUE="GERMAN"> Deutsch
    <OPTION VALUE="SPANISH"> Espanol
    <OPTION VALUE="FRENCH"> Francais
    </SELECT>
    </FORM>


    NOTE TO ADMINISTRATORS: This file is an example of a multilanguage Welcome screen. By using a multilanguage Welcome screen, you can host multiple languages of an operating system (OS) on a remote installation server, yet present only the language-specific OS options. When a user selects a language, the remote installation service presents a list of operating systems that match the chosen language. You need to ensure that the languages listed above are available as images on the remote installation servers on your network.
    </BODY>
    </OSCML>

After you follow these steps, users who perform a network-service boot receive the multilanguage welcome screen. Subsequent Client Installation Wizard screens are obtained from the OSChooser\Language folder that matches the selected language. The selected language limits the list of image options that are displayed to the user.

back to the top

Restrictions for Using a Multilanguage RIS Server

The Client Installation Wizard does not support non-101 keyboards, non-OEM fonts, or Multi-Byte Character Set (MBCS)/Unicode character sets. These limitations apply to data that is used in the Client Installation Wizard, such as computer names, domain names, and file and folder names (such as answer files).

These limitations also restrict information that can be displayed to users, such as sample or descriptive text, and information that users can enter in the Client Installation Wizard, such as user names, passwords, and domain names.

Because of these restrictions, make sure that the common strings for users who use RIS servers, such as domain names, user names, and user passwords, do not contain characters that cannot be used in the Client Installation Wizard.

In addition, even though you can use a different set of Client Installation Wizard screen files for the language that is selected, creating screens that are fully localized for the selected language is not possible by using the available character sets in many cases.

back to the top


REFERENCES

For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:

247696 Error Message: Client Installation Wizard Error: 00000003


268325 Description of Client Installation Wizard Screens for Remote Installation Services


241063 RIS-Installed Clients Need Access to CD for Additional Languages


back to the top






Keywords: kbhowto kbHOWTOmaster KB313421
Technology: kbwin2000AdvServ kbwin2000AdvServSearch kbwin2000Search kbwin2000Serv kbwin2000ServSearch kbWinAdvServSearch