Удалось "руссифицировать" WinPE создаваемый
на основе english W2k3 и WinXP
В ERDBuilder v1.21 не помогало, а в RecAs v2.X очень даже:
Цитата:
Автор: Gena_K, Отправлено:15:23 13-08-2003
Для корректой работы с русским языком и отображения русских букв
в конструкторе WinPe из Corporate Edition Eng
следует заменить в файле txtsetup.sif строки:
[nls]
AnsiCodepage = c_1252.nls,1252
OemCodepage = c_437.nls,437,c_850.nls,850
MacCodepage = c_10000.nls,10000
UnicodeCasetable = l_intl.nls,0409
OemHalFont = vgaoem.fon
DefaultLayout = 00000409
на
[nls]
AnsiCodepage = c_1251.nls,1251
OemCodepage = c_866.nls,866,c_437.nls,437
MacCodepage = c_10007.nls,10007
UnicodeCasetable = l_intl.nls,0419
OemHalFont = vga866.fon
DefaultLayout = 00000409
и скопировать шрифт vga866.fon в папку i386\system32
Достаточно, чтобы "руссифицированный" txtsetup.sif
был внутри .ISO , создаваемого конструктором WinPE
Но можно и в дистрибутиве служащем основой исправить
Еще более "руссифицировать" шрифты в WinPE можно с помощью модуля:
Цитата:
==module.cfg=
#module configuration file for Recovery Assistent 2003!
#module version 2.10
#module author: Minin
#
type=misc
modulename=Cyr Fonts
pathtomodule=i386\system32
regfile=cyr.reg
modcopy=no
===
Цитата:
==Cyr.reg=
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Arial CE,238"="Arial,238"
"Arial CYR,204"="Arial,204"
"Arial Greek,161"="Arial,161"
"Arial TUR,162"="Arial,162"
"Courier New CE,238"="Courier New,238"
"Courier New CYR,204"="Courier New,204"
"Courier New Greek,161"="Courier New,161"
"Courier New TUR,162"="Courier New,162"
"Helv"="MS Sans Serif"
"Helvetica"="Arial"
"MS Shell Dlg"="Microsoft Sans Serif"
"MS Shell Dlg 2"="Tahoma"
"Times"="Times New Roman"
"Times New Roman CE,238"="Times New Roman,238"
"Times New Roman CYR,204"="Times New Roman,204"
"Times New Roman Greek,161"="Times New Roman,161"
"Times New Roman TUR,162"="Times New Roman,162"
"Tms Rmn"="MS Serif"
"System,0"="System,204"
"Fixedsys,0"="Fixedsys,204"
"Small Fonts,0"="Small Fonts,204"
"MS Serif,0"="MS Serif,204"
"MS Sans Serif,0"="MS Sans Serif,204"
"Courier,0"="Courier New,204"
"Arial Cyr,0"="Arial,204"
"Courier New Cyr,0"="Courier New,204"
"Times New Roman Cyr,0"="Times New Roman,204"
"Helv,0"="MS Sans Serif,204"
"Tms Rmn,0"="MS Serif,204"
"Arial Baltic,186"="Arial,186"
"Courier New Baltic,186"="Courier New,186"
"Times New Roman Baltic,186"="Times New Roman,186"
"Arial,0"="Arial,204"
"Arial Black,0"="Arial Black,204"
"Comic Sans MS,0"="Comic Sans MS,204"
"Courier New,0"="Courier New,204"
"Franklin Gothic Medium,0"="Franklin Gothic Medium,204"
"Georgia,0"="Georgia,204"
"Impact,0"="Impact,204"
"Lucida Console,0"="Lucida Console,204"
"Lucida Sans Unicode,0"="Lucida Sans Unicode,204"
"Palatino Linotype,0"="Palatino Linotype,204"
"Sylfaen,0"="Sylfaen,204"
"Tahoma,0"="Tahoma,204"
"Times New Roman,0"="Times New Roman,204"
"Trebuchet MS,0"="Trebuchet MS,204"
"Verdana,0"="Verdana,204"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontMapper]
"COURIER"=dword:000000cc
"COURIER NEW"=dword:000000cc
"ARIAL"=dword:000000cc
"DEFAULT"=dword:000000cc
"FIXEDSYS"=dword:000000cc
"MS SERIF"=dword:000000cc
"MS SANS SERIF"=dword:000000cc
"SMALL FONTS"=dword:000000cc
"TIMES NEW ROMAN"=dword:000000cc
"SYMBOL"=dword:000000cc
"WINGDINGS"=dword:000000cc
"SYMBOL1"=dword:000000cc
"WINGDINGS2"=dword:000000cc
===
"Arial,0"="Arial,204" получил экспортом registry
после запуска в WinPE NTFF100.zip c
http://www.url.ru/~copah/NTFF.htm