Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
3.1 KiB

  1. /*:
  2. @*: This file is organized into two main blocks. The first block contains
  3. @*: code (non-string) sections which are specific to languages. Please put
  4. @*: the code sections in the correct language.
  5. @*: The second block is reserved for [Strings] which localizers will be
  6. @*: working with. It is further divided using "#if LANGUAGE ==" for language
  7. @*: specific strings. For strings which are common to all languages
  8. @*: place outside the #ifs.
  9. @*:
  10. @*: This file is first precompiled with LANGUAGE_ID
  11. @*: set to the language (see inf\win4\inf\makefile.inc for details).
  12. @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
  13. @*: will appear.
  14. @*:
  15. @*: Important: To support locstudio, this file contains only ONE [Strings] section.
  16. @*:
  17. @*/
  18. /*: Note: component INF files section has been moved here so that we can have different
  19. @*: sets of components for different languages. Please add components that require
  20. @*: per language conditional installs at the end of the [Components] section.@*:
  21. @*:
  22. @*: Component INF files installation.
  23. @*: Format:
  24. @*: CompnentName=ComponentDirectory,ComponentINF_FileName,InstallationSection,UninstallationSection
  25. @*: E.g.
  26. @*: IE5=ie5,ie5ui.inf,DefaultInsatll,DefaultUninstall
  27. @*: The component name is IE5. Its INF file is called ie5ui.inf, and is stored in the ie5 direcotry of a specific language direcotry.
  28. @*: During the installation, [DefaultInstall] section will be executed, and [DefaultUninstall] section will be executed
  29. @*: in the uninstallation time.
  30. @*:
  31. @*/
  32. [Components]
  33. AppHelp DB=AppHelp,apphlpui.inf,DefaultInstall,DefaultUninstall,0
  34. IE5=ie5,ie5ui.inf,DefaultInstall,DefaultUninstall,0
  35. @@:@m:WIE5=wie5,wie5ui.inf,DefaultInstall,DefaultUninstall,0
  36. @@:@i:OOBE=oobe,oobemui.inf,DefaultInstall,DefaultUninstall,0
  37. Shell MUI support=shellmui,shellmui.inf,DefaultInstall, Uninstall,0
  38. ErrorReporting=er,ermui.inf,DefaultInstall,Uninstall,0
  39. @@:@m:WErrorReporting=wer,wermui.inf,DefaultInstall,Uninstall,0
  40. @w:@i:Movie Maker Support=moviemk,moviemui.inf,DefaultInstall,Uninstall,0
  41. @@!d:@3:Windows Media Profiles=netshow,wmprfmui.inf,InstallWmPrf,DefaultUninstall,0
  42. @@!d:@3:Windows Media Skins=netshow,skinsmui.inf,InstallSkins,Uninstall,0
  43. @@!d:@3:Windows Media Tour=netshow,wmtrmui.inf,DefaultInstall,Uninstall,0
  44. HSS=hss,pchmui.inf,DefaultInstall,DefaultUninstall,0
  45. @w:@3:Tour=tourmui,tourmui.inf,DefaultInstall,DefaultUninstall,0
  46. @@:@i:Search Assistant=srchmui,srchmui.inf,DefaultInstall,DefaultUninstall,0
  47. @@:@m:MUIWOW64=muiwow64,muiwow64.inf,DefaultInstall,DefaultUninstall,0
  48. @@:@@:PerfMon=PerfMon,perfmui.inf,DefaultInstall,DefaultUninstall,0
  49. OEM Help Content=OemHelp,oemmui.inf,DefaultInstall,DefaultUninstall,1
  50. UDDI=uddimui,uddimui.inf,DefaultInstall,DefaultUninstall,0
  51. #if LANGUAGE_ID == 0x409 || LANGUAGE_ID == 0x411 || LANGUAGE_ID == 0x407 || LANGUAGE_ID == 0x412 || LANGUAGE_ID == 0x804 || LANGUAGE_ID == 0x404 || LANGUAGE_ID == 0x40C || LANGUAGE_ID == 0xC0A
  52. @@:@i:Remote Administration Tools=sakit,sakitmui.inf,DefaultInstall,DefaultUninstall,0
  53. #endif
  54. [Strings]