58 lines
3.1 KiB
Plaintext
58 lines
3.1 KiB
Plaintext
/*:
|
|
@*: This file is organized into two main blocks. The first block contains
|
|
@*: code (non-string) sections which are specific to languages. Please put
|
|
@*: the code sections in the correct language.
|
|
@*: The second block is reserved for [Strings] which localizers will be
|
|
@*: working with. It is further divided using "#if LANGUAGE ==" for language
|
|
@*: specific strings. For strings which are common to all languages
|
|
@*: place outside the #ifs.
|
|
@*:
|
|
@*: This file is first precompiled with LANGUAGE_ID
|
|
@*: set to the language (see inf\win4\inf\makefile.inc for details).
|
|
@*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
|
|
@*: will appear.
|
|
@*:
|
|
@*: Important: To support locstudio, this file contains only ONE [Strings] section.
|
|
@*:
|
|
@*/
|
|
|
|
/*: Note: component INF files section has been moved here so that we can have different
|
|
@*: sets of components for different languages. Please add components that require
|
|
@*: per language conditional installs at the end of the [Components] section.@*:
|
|
@*:
|
|
@*: Component INF files installation.
|
|
@*: Format:
|
|
@*: CompnentName=ComponentDirectory,ComponentINF_FileName,InstallationSection,UninstallationSection
|
|
@*: E.g.
|
|
@*: IE5=ie5,ie5ui.inf,DefaultInsatll,DefaultUninstall
|
|
@*: The component name is IE5. Its INF file is called ie5ui.inf, and is stored in the ie5 direcotry of a specific language direcotry.
|
|
@*: During the installation, [DefaultInstall] section will be executed, and [DefaultUninstall] section will be executed
|
|
@*: in the uninstallation time.
|
|
@*:
|
|
@*/
|
|
[Components]
|
|
AppHelp DB=AppHelp,apphlpui.inf,DefaultInstall,DefaultUninstall,0
|
|
IE5=ie5,ie5ui.inf,DefaultInstall,DefaultUninstall,0
|
|
@@:@m:WIE5=wie5,wie5ui.inf,DefaultInstall,DefaultUninstall,0
|
|
@@:@i:OOBE=oobe,oobemui.inf,DefaultInstall,DefaultUninstall,0
|
|
Shell MUI support=shellmui,shellmui.inf,DefaultInstall, Uninstall,0
|
|
ErrorReporting=er,ermui.inf,DefaultInstall,Uninstall,0
|
|
@@:@m:WErrorReporting=wer,wermui.inf,DefaultInstall,Uninstall,0
|
|
@w:@i:Movie Maker Support=moviemk,moviemui.inf,DefaultInstall,Uninstall,0
|
|
@@!d:@3:Windows Media Profiles=netshow,wmprfmui.inf,InstallWmPrf,DefaultUninstall,0
|
|
@@!d:@3:Windows Media Skins=netshow,skinsmui.inf,InstallSkins,Uninstall,0
|
|
@@!d:@3:Windows Media Tour=netshow,wmtrmui.inf,DefaultInstall,Uninstall,0
|
|
HSS=hss,pchmui.inf,DefaultInstall,DefaultUninstall,0
|
|
@w:@3:Tour=tourmui,tourmui.inf,DefaultInstall,DefaultUninstall,0
|
|
@@:@i:Search Assistant=srchmui,srchmui.inf,DefaultInstall,DefaultUninstall,0
|
|
@@:@m:MUIWOW64=muiwow64,muiwow64.inf,DefaultInstall,DefaultUninstall,0
|
|
@@:@@:PerfMon=PerfMon,perfmui.inf,DefaultInstall,DefaultUninstall,0
|
|
OEM Help Content=OemHelp,oemmui.inf,DefaultInstall,DefaultUninstall,1
|
|
UDDI=uddimui,uddimui.inf,DefaultInstall,DefaultUninstall,0
|
|
#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
|
|
@@:@i:Remote Administration Tools=sakit,sakitmui.inf,DefaultInstall,DefaultUninstall,0
|
|
#endif
|
|
|
|
|
|
[Strings]
|