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.

65 lines
3.9 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,OEMFlag
  25. @*: E.g.
  26. @*: IE5=ie5,ie5ui.inf,DefaultInsatll,DefaultUninstall,0
  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. If a component is OEM specific, the last field should be set to 1.
  30. @*:
  31. @*/
  32. [Components]
  33. #if LANGUAGE_ID != 0x401 && LANGUAGE_ID != 0x40D && LANGUAGE_ID != 0x408 && LANGUAGE_ID != 0x406 && LANGUAGE_ID != 0x414 && LANGUAGE_ID != 0x40B
  34. AppHelp DB=AppHelp,apphlpui.inf,DefaultInstall,DefaultUninstall
  35. #endif
  36. IE5=ie5,ie5ui.inf,DefaultInstall,DefaultUninstall
  37. @@:@m:WIE5=wie5,wie5ui.inf,DefaultInstall,DefaultUninstall
  38. @@:@i:OOBE=oobe,oobemui.inf,DefaultInstall,DefaultUninstall
  39. Shell MUI support=shellmui,shellmui.inf,DefaultInstall, Uninstall
  40. ErrorReporting=er,ermui.inf,DefaultInstall,Uninstall
  41. @@:@m:WErrorReporting=wer,wermui.inf,DefaultInstall,Uninstall
  42. @@!d:@3:Windows Media Profiles=netshow,wmprfmui.inf,InstallWmPrf,DefaultUninstall
  43. @@!d:@3:Windows Media Skins=netshow,skinsmui.inf,InstallSkins,Uninstall
  44. @@!d:@3:Windows Media Tour=netshow,wmtrmui.inf,DefaultInstall,Uninstall
  45. @@:@i:Search Assistant=srchmui,srchmui.inf,DefaultInstall,DefaultUninstall
  46. @@:@m:MUIWOW64=muiwow64,muiwow64.inf,DefaultInstall,DefaultUninstall
  47. #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 || LANGUAGE_ID == 0x410 || LANGUAGE_ID == 0x41D || LANGUAGE_ID == 0x413 || LANGUAGE_ID == 0x416 || LANGUAGE_ID == 0x419 || LANGUAGE_ID == 0x405 || LANGUAGE_ID == 0x415 || LANGUAGE_ID == 0x40E || LANGUAGE_ID == 0x816 || LANGUAGE_ID == 0x41F
  48. HSS=hss,pchmui.inf,DefaultInstall,DefaultUninstall
  49. @@:@@:PerfMon=PerfMon,perfmui.inf,DefaultInstall,DefaultUninstall
  50. OEM Help Content=OemHelp,oemmui.inf,DefaultInstall,DefaultUninstall,1
  51. @@:@i:UDDI=uddimui,uddimui.inf,DefaultInstall,DefaultUninstall
  52. #endif
  53. #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
  54. @@:@i:Remote Administration Tools=sakit,sakitmui.inf,DefaultInstall,DefaultUninstall
  55. #endif
  56. /*: BUGBUG: We have removed the Tour and Moviemaker entries below for Server builds. Need to build mui.inf per sku in future.
  57. @*: @w:@3:Tour=tourmui,tourmui.inf,DefaultInstall,DefaultUninstall
  58. @*: @w:@i:Movie Maker Support=moviemk,moviemui.inf,DefaultInstall,Uninstall
  59. @*/
  60. [Strings]