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.
|
|
; ; ; update.txt ; ; ; This file along with update.inx are used to constuct the ; update.inf and hotfix.inf files used by service pack ; and hotfix install (update.exe). ; ; The sections contained in this file are merged with the ; update.inx file using the following utilities in order. ; ; * C Precompiler processes and #if conditions ; * Infmerge.exe to insert the sections into update.inf ; * Prodfilt.exe to process platform and type conditions ; ; ; The prodfilt utility uses the following syntax and ; order of precedence is: ; ; Platform = @i: - i386 ; = @m: - ia64 ; = @a: - alpha ; = @x: - axp64 ; = @n: - NEC98 ; ; Hotfix/ServicePack = @h: - Hotfix ; = @u: - Service Pack ; ; ; @@ - represents any ; ; ; Localization Considerations: ; ; - No blanks immediately following @@:@u: and @@:@h: ; - No blanks lines with @@:@u: and @@:@h: are permitted ; - Move all sections to precede the [Strings] section ; - No indents before macro IDs ; ;
; ; This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ... ;
@m:@u:[Product.Add.Reg] @m:@u:HKLM,"SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run","IMJPMIG8.1",,"""%10%\IME (x86)\IMJP8_1\IMJPMIG.EXE"" /Spoil /RemAdvDef /Migration32"
[Strings]
LangTypeValue = 0x11 WSEDIR = "1041" TSCLIENTDIR = "Terminal Services Client" PORTUGAL = "�|���g�K��" FALKLANDS = "�t�H�[�N�����h����"
@*: These are used for constructing directory names used in build 2600. @*: They should be correct as is, and shouldn't be modified. LCID = "0411" W32ID = "0411" ACCESSDIR = "accessories"
@@:@u:SP_TITLE = "Windows Server 2003 Service Pack 1" @@:@u:SP_SHORT_TITLE = "Service Pack 1" @@:@u:SP_KB_NUMBER = "%SP_SHORT_TITLE%" @@:@u:ServicePackSourceFiles = "Windows Server 2003 Service Pack 1 �\�[�X �t�@�C��" @@:@u:USER_NAME = "���[�U�[��:" @@:@u:PASSWORD = "�p�X���[�h:" @@:@u:DOMAIN = "�h���C��:" @@:@u:CREDENTIALS = "���I DNS �o�^�̎��i����:"
@@:@h:ServicePackSourceFiles = "Windows Server 2003 �z�b�g�t�B�b�N�X �\�[�X �t�@�C��" @@:@h:SP_SHORT_TITLE = "%QNUM%" @@:@h:SP_TITLE = "Windows Server 2003 �z�b�g�t�B�b�N�X �p�b�P�[�W [�ڍ����� %QNUM% ���Q�Ƃ��Ă�������]" @@:@h:SERVICE_PACK_NUMBER = 1
; ; AutoUpdate ; @*: Needs to be localized exactly as the task scheduler job created by CUN WUCUN_TS_JOBFILE = "Windows �d�v�ȍX�V�̒ʒm.job"
BITS_DISPLAY_NAME = "Background Intelligent Transfer Service" BITS_DESCRIPTION = "�A�C�h�����Ԃ̃l�b�g���[�N�ш敝���g�p���ăo�b�N�O���E���h�Ńt�@�C�����]�����܂��B�T�[�r�X�����~���Ă����ꍇ�AWindows Update �� MSN Explorer �Ȃǂ̋@�\�͎����I�Ƀv���O�����₻�̂ق��̏������_�E�����[�h�ł��Ȃ��Ȃ��܂��B���̃T�[�r�X�������ł����ꍇ�A���̃T�[�r�X�ɖ����I�Ɉˑ����Ă����T�[�r�X�́ABITS �������ɂȂ��Ă����ꍇ�� IE �o�R�Œ��ڃt�@�C�����]�������t�F�[�� �Z�[�t�@�\���Ȃ��T�[�r�X�ɂ��Ă̓t�@�C�����]���ł��Ȃ��\���������܂��B" BITS_CLASS_NAME = "Background Intelligent Transfer Control Class 1.0" LEGACY_BITS_CLASS_NAME = "Legacy Background Intelligent Transfer Control Class" AU_DESCRIPTION = "�d�v�� Windows Update �̃_�E�����[�h�ƃC���X�g�[�����L���ɂ��܂��B���̃T�[�r�X���ɂ��Ă����ꍇ�́AWindows Update �� Web �T�C�g�ŃI�y���[�e�B���O �V�X�e�����蓮�ōX�V�ł��܂��B" AU_DISPLAY_NAME = "Automatic Updates"
@*: @*: Update registry with changes between XP Gold (2600) and XP SP1 (current builds) @*: @*: Needs to be localized exactly as hive???.txt @@:@u:MICROSOFT_PASSPORT_CONFIG_FILE="Microsoft Passport �\���t�@�C��" @*: @*: hivesys.inf @*: @@:@u:MOUNTMGR_SERVICE = "Mount Point Manager" @@:@u:PARTMGR_SERVICE = "Partition Manager" @@:@u:VGASAVE_DESCRIPTION = "VGA �f�B�X�v���C �A�_�v�^�𐧌䂵�āA���{�I�ȃf�B�X�v���C�̋@�\�����܂��B" @@:@u:VGASAVE_DISPLAYNAME = "VGA Display Controller."
@*: @*: hivesft.inf @*: @@:@u:GMT_MINUS_07_B_DAYLIGHT = "���L�V�R �R�n���� 2" @@:@u:GMT_MINUS_07_B_STANDARD = "���L�V�R �R�n�W���� 2"
|