From 2916a0bda26e6f817f1ce6c62cfc563bac53d2bf Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Tue, 15 Jul 2008 20:11:26 +0000 Subject: [PATCH] Fix the mess created by SVN's inability to handle with UTF-16 files. Remove the svn:eol-style property and set svn:mime-type to application/octet-stream, so that these files aren't modified by SVN. svn path=/trunk/; revision=34531 --- reactos/media/inf/NET_NIC.inf | Bin 857 -> 1780 bytes reactos/media/inf/acpi.inf | 92 +-- reactos/media/inf/cdrom.inf | Bin 1662 -> 1662 bytes reactos/media/inf/cpu.inf | Bin 2476 -> 2476 bytes reactos/media/inf/display.inf | Bin 4030 -> 4030 bytes reactos/media/inf/fdc.inf | Bin 3540 -> 3540 bytes reactos/media/inf/font.inf | 1090 ++++++++++++++++---------------- reactos/media/inf/hdc.inf | Bin 4498 -> 4498 bytes reactos/media/inf/intl.inf | 848 ++++++++++++------------- reactos/media/inf/keyboard.inf | Bin 3646 -> 3646 bytes reactos/media/inf/layout.inf | 8 +- reactos/media/inf/machine.inf | Bin 12260 -> 12260 bytes reactos/media/inf/msmouse.inf | Bin 8864 -> 8864 bytes reactos/media/inf/netamd.inf | 124 ++-- reactos/media/inf/netisa.inf | Bin 2724 -> 2724 bytes reactos/media/inf/netrtpnt.inf | 110 ++-- reactos/media/inf/nettcpip.inf | 136 ++-- reactos/media/inf/ports.inf | Bin 5318 -> 5318 bytes reactos/media/inf/scsi.inf | Bin 3660 -> 3660 bytes reactos/media/inf/usb.inf | Bin 2392 -> 2392 bytes reactos/media/inf/usbport.inf | Bin 6982 -> 6982 bytes reactos/media/inf/usbstor.inf | Bin 2664 -> 2664 bytes reactos/media/inf/xboxdisp.inf | 106 ++-- 23 files changed, 1257 insertions(+), 1257 deletions(-) diff --git a/reactos/media/inf/NET_NIC.inf b/reactos/media/inf/NET_NIC.inf index 9a9eeba515861dcfaf7c089c78f6d94c904eac1e..b7b53861349f141d7562386a871ee80bd505dffc 100644 GIT binary patch literal 1780 zcmb7_Yj09P5QgWoiT~k**hG_Z1gWK@@q-1bjkOv+19Fp5<@| z!I+a>c4ubaxetGSpIT&B*0-hI+SKNDW3gR8Ik)?E&rXv)f;O=QQXL!fbvTWXpYVFX zX$*o+LWtmfad(d!S=YT-@IJ+C*#~6i&^*p($7^sKf-3wKT%ktxjFqzo_7U#HdT6=j zo$PKx%_XS&-@XH@gC$FQV~zEzOK5lCt)QQ;{g6KS7&x)hJ8*jBL3QnqtP7uBd5^O) zFYGT9z#vWY7U!OD`Sk~(UCtpKmguG;Z4uZUpAA?*;_6ny%tcsoX82v?VW$wjw zELt1U$kvEFid~L;Zl7ac&sj7~?DNq|qv@q%+muu+wOUDR_e*O(y!ExW&NKh+eO9s9EE4 z8xbYViw^TfJw9PiCy=;3)(o1j=sprluAH&VQ*R1ffYmT(I z+Wjo)lZ%LYe&ni5@x8RyL^Q{g_{3^joqL-q*F2I|SyFXzm*y!sY&h#Bqih7K?wTT+ zdu`YCHKKbAUg-L|i+1SxDxAEXF^8(yv)T1$a5lTX?fOv@A?GaBUce7g3Qp3WUT9eC^i0`1ZTQYs0d~Rou+Ds zO;q}XiaIxDSG;ov^dAhYo+E_gxxK#QGWJk)&}_l?ocVIi-bc{_6H20nDmPi3+DHk1 z8`tdP&B6lnI}>3+XOfnC8o2_R%N=&w=paArsP+B5OtADl3n-c!^f);=QI=VxxBhlS z-X_mBMgB)QlWg~X`)giN8DJy-0DnC?D$eK}XiAU}%Pm4)Ukb=b?lmnDbFH2s%|T(3 zmPUU=tIk?~33NzGgVYog;R)Qg)a&h?#lvsmGPqlf4@wcnxFDP&3sJ8cbyfATdg)I5 z%fOHw)MSqX`+7QV$i5D0vR8tHTbx_sM4D@!^deqDt-`3lJqUD03vFYCt<)wbCUXTJdY=K@Fo diff --git a/reactos/media/inf/acpi.inf b/reactos/media/inf/acpi.inf index 40e6adbe59b..a299bd71217 100644 --- a/reactos/media/inf/acpi.inf +++ b/reactos/media/inf/acpi.inf @@ -1,47 +1,47 @@ -; ACPI.INF - -; Installation file for ACPI driver - -[Version] -Signature = "$Windows NT$" -;Signature = "$ReactOS$" -LayoutFile = layout.inf -Class = System -ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318} -Provider = %ReactOS% -DriverVer = 10/11/2005,1.01.0.0 - -[DestinationDirs] -DefaultDestDir = 12 - -[Manufacturer] -%GenericMfg% = GenericMfg - -[GenericMfg] -%*PNP0C08.DeviceDesc% = ACPI_Inst,*PNP0C08 - -;------------------------------ ACPI DRIVER ----------------------------- - -[ACPI_Inst.NT] -CopyFiles = ACPI_CopyFiles.NT - -[ACPI_CopyFiles.NT] -acpi.sys - -[ACPI_Inst.NT.Services] -AddService = acpi, 0x00000002, acpi_Service_Inst - -[acpi_Service_Inst] -ServiceType = 1 -StartType = 0 -ErrorControl = 1 -ServiceBinary = %12%\acpi.sys -LoadOrderGroup = Boot Bus Extender - -;-------------------------------- STRINGS ------------------------------- - -[Strings] -ReactOS = "ReactOS Team" - -GenericMfg = "(Generic system devices)" +; ACPI.INF + +; Installation file for ACPI driver + +[Version] +Signature = "$Windows NT$" +;Signature = "$ReactOS$" +LayoutFile = layout.inf +Class = System +ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318} +Provider = %ReactOS% +DriverVer = 10/11/2005,1.01.0.0 + +[DestinationDirs] +DefaultDestDir = 12 + +[Manufacturer] +%GenericMfg% = GenericMfg + +[GenericMfg] +%*PNP0C08.DeviceDesc% = ACPI_Inst,*PNP0C08 + +;------------------------------ ACPI DRIVER ----------------------------- + +[ACPI_Inst.NT] +CopyFiles = ACPI_CopyFiles.NT + +[ACPI_CopyFiles.NT] +acpi.sys + +[ACPI_Inst.NT.Services] +AddService = acpi, 0x00000002, acpi_Service_Inst + +[acpi_Service_Inst] +ServiceType = 1 +StartType = 0 +ErrorControl = 1 +ServiceBinary = %12%\acpi.sys +LoadOrderGroup = Boot Bus Extender + +;-------------------------------- STRINGS ------------------------------- + +[Strings] +ReactOS = "ReactOS Team" + +GenericMfg = "(Generic system devices)" *PNP0C08.DeviceDesc = "ACPI hardware" \ No newline at end of file diff --git a/reactos/media/inf/cdrom.inf b/reactos/media/inf/cdrom.inf index 20dcdc9779ca799249214a02a8ec9bfc7bdac5f7..94b9da77ed7cd8006ab25cffe1bb086bb1c1f6ab 100644 GIT binary patch delta 290 zcmeyz^N(kO1S>BC7X$A^Sz~E11IUSH2xCZPC}JpP$YjW8$YY2FN@rVw)mcx>m7jP* zh>>^VZ9_)h$-Io}K+=>k6G+Zy)CZF189gBePL^d-1@fJlG@<-LCQTrJHj^!sf0qfQ zo|icsNTxDZ0?GT#jzCh81!5KN3Fpv!=6n#|8?%nWq%c&2aKPHed)&{?G0|@fHuW63|zH?2b?yr?bl=DPx=bft?Sm zG!{q(vTIN7;1E;CWsM$#0fPyHA%hddy-=%o*z#2l5{> z>O%R#OsYV>C6gwUpUwo5Z)cJPl1rI1Wx=|DI-?na8A=!u8S)rXfMgMnj0KwZnkil! zp~4d=Tf&gakOP)WWUl6g$$@C=$&M_Rla*K^Bw?b_41Ns$4Dk#u3_%QGU_Fyrw4v^B zWEGx#jYSCPikB>=2r+IChH#KduwNWm6@l`}tl69}6Tx;&V&Rx9!4@D56NEUuh#?c` zymW?Qutm*m>dZj-$^Y35C*NZOhT!D??EVvP@h~d^1q0a~p*Buumq${@Hu(cPA6RKD zkPKwkp4`D9rjE-RJq7~?69z*DCy0BYR`Ias149pF%YSyy$w8bT9|p2ZPj2AUU;&u~ E08)Zj-~a#s diff --git a/reactos/media/inf/display.inf b/reactos/media/inf/display.inf index 4cb3c68665b8bdf0aacbbbc09a05079def4bff5a..1dfe3b3e86577323474815fa9bac3a19d62169d5 100644 GIT binary patch delta 628 zcmZ`#O-lk%6umQ}j?T;*BMmaOAwog~KPW1Z5I1c^%7O^Qg<*vx1{FaosTQq*;?gpx zb@U6Oq)mI*MYZk^M6~J7^EKfjhB%RH(oTtiulM zLIbv;1yv$+vTjZ|f3z?n4N44CQiiZ5B?wQY2H~faBAk$OoXT)hj@dmquFxoU)C_*e zn&^GWaq5jL1)sgvek*urgm6&_Dx`;(N|pNGN`Y|Bbs(nhTo&ceu2{&Kf@Ro)I+S1o zHf^VP?=GroNJECl3rd=Q%Z^SCuk|c0dRE2GTThhx>&gLq_cTSdtY&#NqXkIuS{?dz zpw4jZeNwBDZk=wFBy7^dQ1^zNtzn$^25Gk9EpoK*$$KTbTfPaZ-DviGx*Xqpb{y4H zIHe6xRMmS2XLzjr$IbV6eSen6SA8kmf1Mrj*do8X{60lvlIGe*NqFfR3zUzsn#fO> tedD%~z;{!_7iK!VI1Za5oSVWmGb!p9<{y95;f65cpBCIB|E$Y)^aGOoe3AeF delta 628 zcmZ`#O-lk%6umQ}j=mYk=mRpfAtFQsKPW1Z5I1c^)Pe}ag;9wV1sXvssTQq*EoeX! z>aY)cP$5Dm<>Z9+lZioTSYjBLl7v+$N_Z~S2|uMcVOUOcD#MyQWA)^SLZjGGllUPs z(fg7k)SFha9&4@j%6P2%v8aqHq=#2Zh5Fx0mT<{&B&O~iCgm@V8NWRRt8f6DkcVxk zSx)i6nNt&xfFzF#N`ik&woV#vv=kOy>tg4fE5!YEW!8PV9N#@w9Ma-A z$A&1XX#ImTJZ1lJGkxB`pJnh(TL}zar$HX~$ZwP1C#TQSTuaXjFI~Mr`INUR@-we> s~b1;xhWwr;BOPOJEH<{(Zs#GUC za*0kBVv*qly9Vf@XpjhVECcUke-=-mo|!D+K=LC?Ak~B_U zDBqe*T^wXm8bb<0GJ_sNF+(K~gUz0NmsNW56gCl{`ju?)Q1!g*>Oj6Jn2ZIJtzdF3 zyDi*4+sQf{5wdXiG59g~GsH8vFa$A#F#z2O3dP9_IY42tl1+B<6AlTu&Z*J}UBL_` z3`Go?40#OcKo^1hw~^BrsK=aJc`^r=5mb*oS29rSEw}CD2XHZQZh5deU$`3G$=kTi i!0L*jVyQe3HOiA$@L0gr=}#8nb%2^TiPw$=I2EI zjLr}ZlWmz)f&649O(=gNlO~YAn@Jzaf6t@{}9a834S@dWCb$r27EKe7ZuO=aY?pWMb81m)djl?BTFX0?X$ zt=ZJYK_;a!q%b5i=rI&CR01*B?8$dor6*5e69KAU$rcY)&&#e3(bJcA2E5JMOP(48PSc_9ZVELO6~PJY560oOTI8lfwgp@gA` zA(J7GAsy%qdR#Uw;5Pn gF;py-2ckxK@(LacxH|pGBD@Yz^Ct1yv4C6y0CeMDT>t<8 diff --git a/reactos/media/inf/font.inf b/reactos/media/inf/font.inf index 3bf5c4f8506..b4363f33bf7 100644 --- a/reactos/media/inf/font.inf +++ b/reactos/media/inf/font.inf @@ -1,545 +1,545 @@ -[Version] -Signature = $Windows NT$ -;Signature = "$ReactOS$" -ClassGUID = {00000000-0000-0000-0000-000000000000} -LayoutFile = layout.inf -DriverVer = 05/29/2008,0.1 - -[SourceDisksFiles] - -[HiddenFontFiles] - -[DestinationDirs] - -[Font.96] - -[Font.120] - -; cp1252/cp437 -[Font.CP437.96] -DelReg = Font.CP1252.Reg.120 -AddReg = Font.CP1252.Reg.96 - -[Font.CP437.120] -DelReg = Font.CP1252.Reg.96 -AddReg = Font.CP1252.Reg.120 - -[Font.CP1252.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP1252.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp1256/cp720 -[Font.CP720.96] -DelReg = Font.CP1256.Reg.120 -AddReg = Font.CP1256.Reg.96 - -[Font.CP720.120] -DelReg = Font.CP1256.Reg.96 -AddReg = Font.CP1256.Reg.120 - -[Font.CP1256.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP1256.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp1253/cp737 -[Font.CP737.96] -DelReg = Font.CP1253.Reg.120 -AddReg = Font.CP1253.Reg.96 - -[Font.CP737.120] -DelReg = Font.CP1253.Reg.96 -AddReg = Font.CP1253.Reg.120 - -[Font.CP1253.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP1253.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp1257/cp775 -[Font.CP775.96] -DelReg = Font.CP1257.Reg.120 -AddReg = Font.CP1257.Reg.96 - -[Font.CP775.120] -DelReg = Font.CP1257.Reg.96 -AddReg = Font.CP1257.Reg.120 - -[Font.CP1257.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP1257.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp1252/cp850 -[Font.CP850.96] -DelReg = Font.CP1252.Reg.120 -AddReg = Font.CP1252.Reg.96 - -[Font.CP850.120] -DelReg = Font.CP1252.Reg.96 -AddReg = Font.CP1252.Reg.120 - -; cp1250/cp852 -[Font.CP852.96] -DelReg = Font.CP1250.Reg.120 -AddReg = Font.CP1250.Reg.96 - -[Font.CP852.120] -DelReg = Font.CP1250.Reg.96 -AddReg = Font.CP1250.Reg.120 - -[Font.CP1250.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP1250.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp1251/cp855 -[Font.CP855.96] -DelReg = Font.CP1251.Reg.120 -AddReg = Font.CP1251.Reg.96 - -[Font.CP855.120] -DelReg = Font.CP1251.Reg.96 -AddReg = Font.CP1251.Reg.120 - -[Font.CP1251.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP1251.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp1254/cp857 -[Font.CP857.96] -DelReg = Font.CP1254.Reg.120 -AddReg = Font.CP1254.Reg.96 - -[Font.CP857.120] -DelReg = Font.CP1254.Reg.96 -AddReg = Font.CP1254.Reg.120 - -[Font.CP1254.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP1254.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp1252/cp860 -[Font.CP860.96] -DelReg = Font.CP1252.Reg.120 -AddReg = Font.CP1252.Reg.96 - -[Font.CP860.120] -DelReg = Font.CP1252.Reg.96 -AddReg = Font.CP1252.Reg.120 - -; cp1252/cp861 -[Font.CP861.96] -DelReg = Font.CP1252.Reg.120 -AddReg = Font.CP1252.Reg.96 - -[Font.CP861.120] -DelReg = Font.CP1252.Reg.96 -AddReg = Font.CP1252.Reg.120 - -; cp1255/cp862 -[Font.CP862.96] -DelReg = Font.CP1255.Reg.120 -AddReg = Font.CP1255.Reg.96 - -[Font.CP862.120] -DelReg = Font.CP1255.Reg.96 -AddReg = Font.CP1255.Reg.120 - -[Font.CP1255.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP1255.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp1252/cp863 -[Font.CP863.96] -DelReg = Font.CP1252.Reg.120 -AddReg = Font.CP1252.Reg.96 - -[Font.CP863.120] -DelReg = Font.CP1252.Reg.96 -AddReg = Font.CP1252.Reg.120 - -; cp1252/cp865 -[Font.CP865.96] -DelReg = Font.CP1252.Reg.120 -AddReg = Font.CP1252.Reg.96 - -[Font.CP865.120] -DelReg = Font.CP1252.Reg.96 -AddReg = Font.CP1252.Reg.120 - -; cp1251/cp866 -[Font.CP866.96] -DelReg = Font.CP1251.Reg.120 -AddReg = Font.CP1251.Reg.96 - -[Font.CP866.120] -DelReg = Font.CP1251.Reg.96 -AddReg = Font.CP1251.Reg.120 - -; cp1253/cp869 -[Font.CP869.96] -DelReg = Font.CP1253.Reg.120 -AddReg = Font.CP1253.Reg.96 - -[Font.CP869.120] -DelReg = Font.CP1253.Reg.96 -AddReg = Font.CP1253.Reg.120 - -; cp874/cp874 (Thai) -[Font.CP874.96] -DelReg = Font.CP874.Reg.120 -AddReg = Font.CP874.Reg.96 - -[Font.CP874.120] -DelReg = Font.CP874.Reg.96 -AddReg = Font.CP874.Reg.120 - -[Font.CP874.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP874.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp1258/cp1258 (Vietnamese) -[Font.CP1258.96] -DelReg = Font.CP1258.Reg.120 -AddReg = Font.CP1258.Reg.96 - -[Font.CP1258.120] -DelReg = Font.CP1258.Reg.96 -AddReg = Font.CP1258.Reg.120 - -[Font.CP1258.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP1258.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp932/cp932 -[Font.CP932.96] -DelReg = Font.CP932.Reg.120 -AddReg = Font.CP932.Reg.96 - -[Font.CP932.120] -DelReg = Font.CP932.Reg.96 -AddReg = Font.CP932.Reg.120 - -[Font.CP932.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP932.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp936/cp936 -[Font.CP936.96] -DelReg = Font.CP936.Reg.120 -AddReg = Font.CP936.Reg.96 - -[Font.CP936.120] -DelReg = Font.CP936.Reg.96 -AddReg = Font.CP936.Reg.120 - -[Font.CP936.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP936.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp949/cp949 -[Font.CP949.96] -DelReg = Font.CP949.Reg.120 -AddReg = Font.CP949.Reg.96 - -[Font.CP949.120] -DelReg = Font.CP949.Reg.96 -AddReg = Font.CP949.Reg.120 - -[Font.CP949.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP949.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -; cp950/cp950 -[Font.CP950.96] -DelReg = Font.CP950.Reg.120 -AddReg = Font.CP950.Reg.96 - -[Font.CP950.120] -DelReg = Font.CP950.Reg.96 -AddReg = Font.CP950.Reg.120 - -[Font.CP950.Reg.96] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 - -[Font.CP950.Reg.120] -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" -HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" -HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 -HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 - -[Font Sizes] -Small Fonts = 96 -Large Fonts = 120 +[Version] +Signature = $Windows NT$ +;Signature = "$ReactOS$" +ClassGUID = {00000000-0000-0000-0000-000000000000} +LayoutFile = layout.inf +DriverVer = 05/29/2008,0.1 + +[SourceDisksFiles] + +[HiddenFontFiles] + +[DestinationDirs] + +[Font.96] + +[Font.120] + +; cp1252/cp437 +[Font.CP437.96] +DelReg = Font.CP1252.Reg.120 +AddReg = Font.CP1252.Reg.96 + +[Font.CP437.120] +DelReg = Font.CP1252.Reg.96 +AddReg = Font.CP1252.Reg.120 + +[Font.CP1252.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP1252.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp1256/cp720 +[Font.CP720.96] +DelReg = Font.CP1256.Reg.120 +AddReg = Font.CP1256.Reg.96 + +[Font.CP720.120] +DelReg = Font.CP1256.Reg.96 +AddReg = Font.CP1256.Reg.120 + +[Font.CP1256.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP1256.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp1253/cp737 +[Font.CP737.96] +DelReg = Font.CP1253.Reg.120 +AddReg = Font.CP1253.Reg.96 + +[Font.CP737.120] +DelReg = Font.CP1253.Reg.96 +AddReg = Font.CP1253.Reg.120 + +[Font.CP1253.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP1253.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp1257/cp775 +[Font.CP775.96] +DelReg = Font.CP1257.Reg.120 +AddReg = Font.CP1257.Reg.96 + +[Font.CP775.120] +DelReg = Font.CP1257.Reg.96 +AddReg = Font.CP1257.Reg.120 + +[Font.CP1257.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP1257.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp1252/cp850 +[Font.CP850.96] +DelReg = Font.CP1252.Reg.120 +AddReg = Font.CP1252.Reg.96 + +[Font.CP850.120] +DelReg = Font.CP1252.Reg.96 +AddReg = Font.CP1252.Reg.120 + +; cp1250/cp852 +[Font.CP852.96] +DelReg = Font.CP1250.Reg.120 +AddReg = Font.CP1250.Reg.96 + +[Font.CP852.120] +DelReg = Font.CP1250.Reg.96 +AddReg = Font.CP1250.Reg.120 + +[Font.CP1250.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP1250.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp1251/cp855 +[Font.CP855.96] +DelReg = Font.CP1251.Reg.120 +AddReg = Font.CP1251.Reg.96 + +[Font.CP855.120] +DelReg = Font.CP1251.Reg.96 +AddReg = Font.CP1251.Reg.120 + +[Font.CP1251.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP1251.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Tahoma" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Tahoma" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp1254/cp857 +[Font.CP857.96] +DelReg = Font.CP1254.Reg.120 +AddReg = Font.CP1254.Reg.96 + +[Font.CP857.120] +DelReg = Font.CP1254.Reg.96 +AddReg = Font.CP1254.Reg.120 + +[Font.CP1254.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP1254.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp1252/cp860 +[Font.CP860.96] +DelReg = Font.CP1252.Reg.120 +AddReg = Font.CP1252.Reg.96 + +[Font.CP860.120] +DelReg = Font.CP1252.Reg.96 +AddReg = Font.CP1252.Reg.120 + +; cp1252/cp861 +[Font.CP861.96] +DelReg = Font.CP1252.Reg.120 +AddReg = Font.CP1252.Reg.96 + +[Font.CP861.120] +DelReg = Font.CP1252.Reg.96 +AddReg = Font.CP1252.Reg.120 + +; cp1255/cp862 +[Font.CP862.96] +DelReg = Font.CP1255.Reg.120 +AddReg = Font.CP1255.Reg.96 + +[Font.CP862.120] +DelReg = Font.CP1255.Reg.96 +AddReg = Font.CP1255.Reg.120 + +[Font.CP1255.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP1255.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp1252/cp863 +[Font.CP863.96] +DelReg = Font.CP1252.Reg.120 +AddReg = Font.CP1252.Reg.96 + +[Font.CP863.120] +DelReg = Font.CP1252.Reg.96 +AddReg = Font.CP1252.Reg.120 + +; cp1252/cp865 +[Font.CP865.96] +DelReg = Font.CP1252.Reg.120 +AddReg = Font.CP1252.Reg.96 + +[Font.CP865.120] +DelReg = Font.CP1252.Reg.96 +AddReg = Font.CP1252.Reg.120 + +; cp1251/cp866 +[Font.CP866.96] +DelReg = Font.CP1251.Reg.120 +AddReg = Font.CP1251.Reg.96 + +[Font.CP866.120] +DelReg = Font.CP1251.Reg.96 +AddReg = Font.CP1251.Reg.120 + +; cp1253/cp869 +[Font.CP869.96] +DelReg = Font.CP1253.Reg.120 +AddReg = Font.CP1253.Reg.96 + +[Font.CP869.120] +DelReg = Font.CP1253.Reg.96 +AddReg = Font.CP1253.Reg.120 + +; cp874/cp874 (Thai) +[Font.CP874.96] +DelReg = Font.CP874.Reg.120 +AddReg = Font.CP874.Reg.96 + +[Font.CP874.120] +DelReg = Font.CP874.Reg.96 +AddReg = Font.CP874.Reg.120 + +[Font.CP874.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP874.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp1258/cp1258 (Vietnamese) +[Font.CP1258.96] +DelReg = Font.CP1258.Reg.120 +AddReg = Font.CP1258.Reg.96 + +[Font.CP1258.120] +DelReg = Font.CP1258.Reg.96 +AddReg = Font.CP1258.Reg.120 + +[Font.CP1258.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP1258.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp932/cp932 +[Font.CP932.96] +DelReg = Font.CP932.Reg.120 +AddReg = Font.CP932.Reg.96 + +[Font.CP932.120] +DelReg = Font.CP932.Reg.96 +AddReg = Font.CP932.Reg.120 + +[Font.CP932.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP932.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp936/cp936 +[Font.CP936.96] +DelReg = Font.CP936.Reg.120 +AddReg = Font.CP936.Reg.96 + +[Font.CP936.120] +DelReg = Font.CP936.Reg.96 +AddReg = Font.CP936.Reg.120 + +[Font.CP936.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP936.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp949/cp949 +[Font.CP949.96] +DelReg = Font.CP949.Reg.120 +AddReg = Font.CP949.Reg.96 + +[Font.CP949.120] +DelReg = Font.CP949.Reg.96 +AddReg = Font.CP949.Reg.120 + +[Font.CP949.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP949.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +; cp950/cp950 +[Font.CP950.96] +DelReg = Font.CP950.Reg.120 +AddReg = Font.CP950.Reg.96 + +[Font.CP950.120] +DelReg = Font.CP950.Reg.96 +AddReg = Font.CP950.Reg.120 + +[Font.CP950.Reg.96] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,96 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,96 + +[Font.CP950.Reg.120] +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Liberation Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Sans Mono" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Liberation Serif" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Sans" +HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Liberation Sans" +HKLM,"Software\Microsoft\Windows NT\CurrentVersion\FontDPI","LogPixels",0x00010003,120 +HKLM,"System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts","LogPixels",0x00010003,120 + +[Font Sizes] +Small Fonts = 96 +Large Fonts = 120 diff --git a/reactos/media/inf/hdc.inf b/reactos/media/inf/hdc.inf index 46da2f954aa87c7496c9431f13510048aecfd6d6..b2d389f645ae2cc4b8a2027f073bee38c378c025 100644 GIT binary patch delta 706 zcmZuuO-mb56umQ<%vbUzqiDs7ggQ+nV4R9o5s}meT@+ds!D6EfA(k+kD%FMYKS&!d zD0ETqC%6*aNH=bzly1B1rVCes3pa(HnT$^tF6J=jy>rh!_uYMO-}};)7G#rX^{(~B zKOj|FrVsRqwkV_x`bcZIZcQqpbup$0R+JIosNwWEu{%ZUY&RtiZ=^iO;ohX#Qy{QZvQ1 z^aLNI-^-IK|Im8a)lDb^tB+sk&yo&-Uc%X)-s44%n^eb?A+2NL9U8{WO?-E~+b%kr zb{DGp?S6h_yiJ@!BXT-427zZW{*5tbR&cVB8RT8_sZ7+)xS7`YkGY&UOk2@Q1Xfw9 zs@${+DNM^ht!}Bx%l?gf%D`?bA4=f!YNj(zap!%Tz~-CG!o6)T(KfanV$%)G9`&wg zM^QWPczl{2PEyodpIs-*Uqz>}MMWBbZbp2D?w43eG`X#7CI zLhvV82{vM5Ba7H>X=7m}SlBG=naOyykjotA+Y=?PllWnk799PE#y?Q?^=p+aOz(K(VE(#v-R&ao?Lat^-V`2*271JR<5YymS zq7(8Lu>;(Q23p!p{)am_dtqoZ^Z zUFJIl`Xe=yC96=nS{n_?-C+e+&S39AZnk~LEmlI89$Q1ld#n#VSMYt-uDQsh>J7Nn zuD4T@G7~y^itlu)^Z;)Hd=4<7=CHFF>!E$MizljO+=@!{q%MRG6Po`Lu9oGh0#&qB z1l`hu*2q;!UcdZB>FPD*cL^L?iPZ-wKD|E@==2_&`!el3+r_j!OuCHT{o1AYAnwkZ zHeJX2!W2czAlB diff --git a/reactos/media/inf/intl.inf b/reactos/media/inf/intl.inf index 336605d48c9..01189c08d5e 100644 --- a/reactos/media/inf/intl.inf +++ b/reactos/media/inf/intl.inf @@ -1,424 +1,424 @@ -[Version] -Signature = $Windows NT$ -;Signature = "$ReactOS$" -ClassGUID = {00000000-0000-0000-0000-000000000000} -LayoutFile = layout.inf -DriverVer = 05/29/2008,0.1 - -[Locales] -00000436 = "Afrikaans", 850, 1,, 0436:00000409,0409:00000409 -0000041c = "Albanian", 852, 2,, 041c:0000041c,0409:00000409 -00000401 = "Arabic (Saudi Arabia)", 720, 13,, 0409:00000409,0401:00000401 -00000801 = "Arabic (Iraq)", 720, 13,, 0409:00000409,0801:00000401 -00000c01 = "Arabic (Egypt)", 720, 13,, 0409:00000409,0c01:00000401 -00001001 = "Arabic (Libya)", 720, 13,, 040c:0000040c,1001:00020401 -00001401 = "Arabic (Algeria)", 720, 13,, 040c:0000040c,1401:00020401 -00001801 = "Arabic (Morocco)", 720, 13,, 040c:0000040c,1801:00020401 -00001c01 = "Arabic (Tunisia)", 720, 13,, 040c:0000040c,1c01:00020401 -00002001 = "Arabic (Oman)", 720, 13,, 0409:00000409,2001:00000401 -00002401 = "Arabic (Yemen)", 720, 13,, 0409:00000409,2401:00000401 -00002801 = "Arabic (Syria)", 720, 13,, 0409:00000409,2801:00000401 -00002c01 = "Arabic (Jordan)", 720, 13,, 0409:00000409,2c01:00000401 -00003001 = "Arabic (Lebanon)", 720, 13,, 0409:00000409,3001:00000401 -00003401 = "Arabic (Kuwait)", 720, 13,, 0409:00000409,3401:00000401 -00003801 = "Arabic (U.A.E.)", 720, 13,, 0409:00000409,3801:00000401 -00003c01 = "Arabic (Bahrain)", 720, 13,, 0409:00000409,3c01:00000401 -00004001 = "Arabic (Qatar)", 720, 13,, 0409:00000409,4001:00000401 -0000042b = "Armenian", 437, 17,5,042b:0000042b,0409:00000409,0419:00000419 -0000042c = "Azeri (Latin)", 857, 6,5, 042c:0000042c,082c:0000082c,0419:00000419 -0000082c = "Azeri (Cyrillic)", 866, 5,6, 082c:0000082c,042c:0000042c,0419:00000419 -0000042d = "Basque", 850, 1,, 042d:000040a,0409:00000409 -00000423 = "Belarusian", 866, 5,, 0423:00000423,0409:00000409,0419:00000419 -00000445 = "Bengali (India)", 437, 15,, 0409:00000409,0445:00010445,0445:00000445 -0000141a = "Bosnian (Latin, Bosnia and Herzegovina)", 852, 2,, 141a:0000141a,0409:00000409 -0000201a = "Bosnian (Cyrillic, Bosnia and Herzegovina)", 855, 5,, 201a:0000201a,0409:00000409 -00000402 = "Bulgarian", 866, 5,, 0402:00000402,0409:00000409 -00000403 = "Catalan", 850, 1,, 0403:0000040a,0409:00000409 -00000404 = "Chinese (Taiwan)", 950, 9,, 0404:00000404,0404:e0080404,0404:E0010404 -00000804 = "Chinese (PRC)", 936, 10,, 0804:00000804,0804:e00e0804,0804:e0010804,0804:e0030804,0804:e0040804 -00000c04 = "Chinese (Hong Kong S.A.R.)", 950, 10,9, 0409:00000409,0c04:e0080404 -00001004 = "Chinese (Singapore)", 936, 10,, 0409:00000409,0804:e00e0804,0804:e0010804,0804:e0030804,0804:e0040804 -00001404 = "Chinese (Macau S.A.R.)",950, 10,9,0409:00000409,0804:e00e0804,0404:e0020404,0404:e0080404 -0000041a = "Croatian", 852, 2,, 041a:0000041a,0409:00000409 -0000101a = "Croatian (Bosnia and Herzegovina)", 852, 2,, 101a:0000041a,0409:00000409 -00000405 = "Czech", 852, 2,, 0405:00000405,0409:00000409 -00000406 = "Danish", 850, 1,, 0406:00000406,0409:00000409 -00000465 = "Divehi (Maldives)", 720, 13,, 0409:00000409,0465:00000465 -00000413 = "Dutch (Netherlands)", 850, 1,, 0413:00020409,0413:00000413,0409:00000409 -00000813 = "Dutch (Belgium)", 850, 1,, 0813:00000813,0409:00000409 -00000409 = "English (United States)", 437, 1,,0409:00000409 -00000809 = "English (United Kingdom)", 850, 1,,0809:00000809 -00000c09 = "English (Australia)", 850, 1,, 0c09:00000409 -00001009 = "English (Canada)", 850, 1,, 1009:00000409,1009:00011009,1009:00001009 -00001409 = "English (New Zealand)", 850, 1,, 1409:00000409 -00001809 = "English (Ireland)", 850, 1,, 1809:00001809,1809:00011809 -00001c09 = "English (South Africa)",437, 1,, 1c09:00000409 -00002009 = "English (Jamaica)", 850, 1,, 2009:00000409 -00002409 = "English (Caribbean)", 850, 1,, 2409:00000409 -00002809 = "English (Belize)", 850, 1,, 2809:00000409 -00002c09 = "English (Trinidad)", 850, 1,, 2c09:00000409 -00003009 = "English (Zimbabwe)", 437, 1,, 3009:00000409 -00003409 = "English (Philippines)", 437, 1,, 3409:00000409 -00000425 = "Estonian", 775, 3,, 0425:00000425 -00000438 = "Faeroese", 850, 1,, 0438:00000406,0409:00000409 -00000429 = "Farsi", 720, 11,, 0409:00000409,0429:00000429,0429:00000401 -00000464 = "Filipino", 437, 1,, 0464:00000409 -0000040b = "Finnish", 850, 1,, 040b:0000040b,0409:00000409 -0000040c = "French (France)", 850, 1,, 040c:0000040c,0409:00000409 -0000080c = "French (Belgium)", 850, 1,, 080c:0000080c,0409:00000409 -00000c0c = "French (Canada)", 850, 1,, 0c0c:00011009,0409:00000409 -0000100c = "French (Switzerland)", 850, 1,, 100c:0000100c,0409:00000409 -0000140c = "French (Luxembourg)", 850, 1,, 140c:0000040c,0409:00000409 -0000180c = "French (Monaco)", 850, 1,, 180c:0000040c,0409:00000409 -00000462 = "Frisian", 850, 1,, 0462:00020409 -00000456 = "Galician (Spain)", 850, 1,, 0456:0000040a,0409:00000409 -00000437 = "Georgian", 437, 16,5,0437:00000437,0409:00000409,0419:00000419 -00000407 = "German (Germany)", 850, 1,, 0407:00000407,0409:00000409 -00000807 = "German (Switzerland)", 850, 1,, 0807:00000807,0409:00000409 -00000c07 = "German (Austria)", 850, 1,, 0c07:00000407,0409:00000409 -00001007 = "German (Luxembourg)", 850, 1,, 1007:00000407,0409:00000409 -00001407 = "German (Liechtenstein)",850, 1,, 1407:00000407,0409:00000409 -00000408 = "Greek", 737, 4,, 0409:00000409,0408:00000408 -00000447 = "Gujarati (India)", 437, 15,, 0409:00000409,0447:0000447,0439:00010439 -0000040d = "Hebrew", 862, 12,, 0409:00000409,040d:0000040d -00000439 = "Hindi", 437, 15,, 0409:00000409,0439:00010439,0439:00000439 -0000040e = "Hungarian", 852, 2,, 040e:0000040e,0409:00000409 -0000040f = "Icelandic", 850, 1,, 040f:0000040f,0409:00000409 -00000421 = "Indonesian", 850, 1,, 0421:00000409,0409:00000409 -0000085d = "Inuktitut (Latin)", 437, 1,, 085d:0000085d -0000083c = "Irish", 850, 1,, 083c:00001809 -00000410 = "Italian (Italy)", 850, 1,, 0410:00000410,0409:00000409 -00000810 = "Italian (Switzerland)", 850, 1,, 0810:00000410,0409:00000409 -00000411 = "Japanese", 932, 7,, 0411:e0010411 -0000044b = "Kannada (India)", 437, 15,, 0409:00000409,044b:0000044b,0439:00010439 -0000043f = "Kazakh", 866, 5,, 043f:0000043f,0409:00000409,0419:00000419 -00000457 = "Konkani", 437, 15,, 0409:00000409,0457:00000439 -00000412 = "Korean", 949, 8,, 0412:E0010412 -00000812 = "Korean (Johab)", 1361,8,, 0812:E0010412 -00000440 = "Kyrgyz (Kyrgyzstan)", 866, 5,, 0440:00000440,0409:00000409 -00000426 = "Latvian", 775, 3,, 0426:00010426 -00000427 = "Lithuanian", 775, 3,, 0427:00010427 -0000046e = "Luxembourgish", 850, 1,, 046e:0000046e -0000042f = "FYRO Macedonian", 866, 5,, 042f:0000042f,0409:00000409 -0000043e = "Malay (Malaysia)", 850, 1,, 0409:00000409 -0000083e = "Malay (Brunei Darussalam)", 850, 1,,0409:00000409 -0000044c = "Malayalam (India)", 437, 15,, 0409:00000409,044c:0000044c -0000043a = "Maltese", 850, 1,, 043a:0001043a,043a:0000043a,0409:00000409 -00000481 = "Maori", 850, 1,, 1409:00000409,0481:00000481 -0000047a = "Mapudungun", 850, 1,, 047a:0000080a -0000044e = "Marathi", 437, 15,, 0409:00000409,044e:0000044e,044e:00000439 -0000047c = "Mohawk", 850, 1,, 047c:00000409 -00000450 = "Mongolian (Mongolia)", 866, 5,, 0450:00000450,0409:00000409 -00000461 = "Nepali (Nepal)", 437, 15,, 0461:00000461 -0000046c = "Northern Sotho", 850, 1,, 046c:00000409,0409:00000409 -00000414 = "Norwegian (Bokmal)", 850, 1,, 0414:00000414,0409:00000409 -00000814 = "Norwegian (Nynorsk)", 850, 1,, 0814:00000414,0409:00000409 -00000463 = "Pashto", 720, 13,, 0463:00000463 -00000415 = "Polish", 852, 2,, 0415:00000415,0415:00010415,0409:00000409 -00000416 = "Portuguese (Brazil)", 850, 1,, 0416:00000416,0409:00000409 -00000816 = "Portuguese (Portugal)", 850, 1,, 0816:00000816,0409:00000409 -00000446 = "Punjabi (India)", 437, 15,, 0409:00000409,0446:00000446,0439:00010439 -0000046b = "Quechua (Bolivia)", 850, 1,, 400a:0000080a,046b:0000080a,0409:00000409 -0000086b = "Quechua (Ecuador)", 850, 1,, 300a:0000080a,086b:0000080a,0409:00000409 -00000c6b = "Quechua (Peru)", 850, 1,, 280a:0000080a,0c6b:0000080a,0409:00000409 -00000418 = "Romanian", 852, 2,, 0418:00000418,0409:00000409 -00000417 = "Romansh", 850, 1,, 0417:00000807 -00000419 = "Russian", 866, 5,, 0419:00000419,0409:00000409 -0000043b = "Sami, Northern (Norway)", 850, 1,,043b:0000043b,0409:00000409 -0000083b = "Sami, Northern (Sweden)", 850, 1,,083b:0000083b,0409:00000409 -00000c3b = "Sami, Northern (Finland)",850, 1,,0c3b:0001083b,0409:00000409 -0000103b = "Sami, Lule (Norway)", 850, 1,, 103b:0000043b,0409:00000409 -0000143b = "Sami, Lule (Sweden)", 850, 1,, 143b:0000083b,0409:00000409 -0000183b = "Sami, Southern (Norway)", 850, 1,,183b:0000043b,0409:00000409 -00001c3b = "Sami, Southern (Sweden)", 850, 1,,1c3b:0000083b,0409:00000409 -0000203b = "Sami, Skolt (Finland)", 850, 1,, 203b:0001083b,0409:00000409 -0000243b = "Sami, Inari (Finland)", 850, 1,, 243b:0001083b,0409:00000409 -0000044f = "Sanskrit", 437, 15,, 0409:00000409,044f:00000439 -0000081a = "Serbian (Latin)", 852, 2,, 081a:0000081a,0409:00000409 -0000181a = "Serbian (Latin, Bosnia and Herzegovina)", 852, 2,,181a:0000081a,0409:00000409 -00000c1a = "Serbian (Cyrillic)", 855, 5,, 0c1a:00000c1a,0409:00000409 -00001c1a = "Serbian (Cyrillic, Bosnia and Herzegovina)", 855, 5,,1c1a:00000c1a,0409:00000409 -0000041b = "Slovak", 852, 2,, 041b:0000041b,0409:00000409 -00000424 = "Slovenian", 852, 2,, 0424:00000424,0409:00000409 -0000040a = "Spanish (Traditional Sort)", 850, 1,,040a:0000040a,0409:00000409 -0000080a = "Spanish (Mexico)", 850, 1,, 080a:0000080a,0409:00000409 -00000c0a = "Spanish (International Sort)", 850, 1,,0c0a:0000040a,0409:00000409 -0000100a = "Spanish (Guatemala)", 850, 1,, 100a:0000080a,0409:00000409 -0000140a = "Spanish (Costa Rica)", 850, 1,, 140a:0000080a,0409:00000409 -0000180a = "Spanish (Panama)", 850, 1,, 180a:0000080a,0409:00000409 -00001c0a = "Spanish (Dominican Republic)", 850, 1,,1c0a:0000080a,0409:00000409 -0000200a = "Spanish (Venezuela)", 850, 1,, 200a:0000080a,0409:00000409 -0000240a = "Spanish (Colombia)", 850, 1,, 240a:0000080a,0409:00000409 -0000280a = "Spanish (Peru)", 850, 1,, 280a:0000080a,0409:00000409 -00002c0a = "Spanish (Argentina)", 850, 1,, 2c0a:0000080a,0409:00000409 -0000300a = "Spanish (Ecuador)", 850, 1,, 300a:0000080a,0409:00000409 -0000340a = "Spanish (Chile)", 850, 1,, 340a:0000080a,0409:00000409 -0000380a = "Spanish (Uruguay)", 850, 1,, 380a:0000080a,0409:00000409 -00003c0a = "Spanish (Paraguay)", 850, 1,, 3c0a:0000080a,0409:00000409 -0000400a = "Spanish (Bolivia)", 850, 1,, 400a:0000080a,0409:00000409 -0000440a = "Spanish (El Salvador)", 850, 1,, 440a:0000080a,0409:00000409 -0000480a = "Spanish (Honduras)", 850, 1,, 480a:0000080a,0409:00000409 -00004c0a = "Spanish (Nicaragua)", 850, 1,, 4c0a:0000080a,0409:00000409 -0000500a = "Spanish (Puerto Rico)", 850, 1,, 500a:0000080a,0409:00000409 -00000441 = "Swahili", 437, 1,, 0409:00000409 -0000041d = "Swedish", 850, 1,, 041d:0000041d,0409:00000409 -0000081d = "Swedish (Finland)", 850, 1,, 081d:0000041d,0409:00000409 -0000045a = "Syriac (Syria)", 720, 13,, 0409:00000409,045a:0000045a -00000449 = "Tamil", 437, 15,, 0409:00000409,0449:00000449 -00000444 = "Tatar", 866, 5,, 0444:00000444,0409:00000409,0419:00000419 -0000044a = "Telugu (India)", 437, 15,, 0409:00000409,044a:0000044a,0439:00010439 -0000041e = "Thai", 874, 11,, 0409:00000409,041e:0000041e -00000432 = "Tswana", 850, 1,, 0432:00000409,0409:00000409 -0000041f = "Turkish", 857, 6,, 041f:0000041f,0409:00000409 -00000422 = "Ukrainian", 866, 5,, 0422:00000422,0409:00000409 -00000420 = "Urdu", 720, 13,, 0420:00000420,0409:00000409 -00000443 = "Uzbek (Latin)", 857, 6,5, 0443:00000409,0843:00000843,0419:00000419 -00000843 = "Uzbek (Cyrillic)", 866, 5,6, 0843:00000843,0443:00000409,0419:00000419 -0000042a = "Vietnamese", 1258,14,, 0409:00000409,042a:0000042a -00000452 = "Welsh", 850, 1,, 0809:00000809,0452:00000452 -00000434 = "Xhosa", 850, 1,, 0434:00000409,0409:00000409 -00000435 = "Zulu", 850, 1,, 0435:00000409,0409:00000409 - -[CodePages] -1250 = "1250 (ANSI - Central Europe)" -1251 = "1251 (ANSI - Cyrillic)" -1252 = "1252 (ANSI - Latin I)" -1253 = "1253 (ANSI - Greek)" -1254 = "1254 (ANSI - Turkish)" -1255 = "1255 (ANSI - Hebrew)" -1256 = "1256 (ANSI - Arabic)" -1257 = "1257 (ANSI - Baltic)" -1258 = "1258 (ANSI/OEM - Viet Nam)" -874 = "874 (ANSI/OEM - Thai)" -932 = "932 (ANSI/OEM - Japanese Shift-JIS)" -936 = "936 (ANSI/OEM - Simplified Chinese GBK)" -949 = "949 (ANSI/OEM - Korean)" -950 = "950 (ANSI/OEM - Traditional Chinese Big5)" - -437 = "437 (OEM - United States)" -737 = "737 (OEM - Greek 437G)" -775 = "775 (OEM - Baltic)" -850 = "850 (OEM - Multilingual Latin I)" -852 = "852 (OEM - Latin II)" -855 = "855 (OEM - Cyrillic)" -857 = "857 (OEM - Turkish)" -858 = "858 (OEM - Multilingual Latin I + Euro)" -860 = "860 (OEM - Portuguese)" -861 = "861 (OEM - Icelandic)" -862 = "862 (OEM - Hebrew)" -863 = "863 (OEM - Canadian French)" -864 = "864 (OEM - Arabic)" -865 = "865 (OEM - Nordic)" -866 = "866 (OEM - Russian)" -869 = "869 (OEM - Modern Greek)" - -10000 = "10000 (MAC - Roman)" -10001 = "10001 (MAC - Japanese)" -10002 = "10002 (MAC - Traditional Chinese Big5)" -10003 = "10003 (MAC - Korean)" -10004 = "10004 (MAC - Arabic)" -10005 = "10005 (MAC - Hebrew)" -10006 = "10006 (MAC - Greek I)" -10007 = "10007 (MAC - Cyrillic)" -10008 = "10008 (MAC - Simplified Chinese GB 2312)" -10010 = "10010 (MAC - Romania)" -10017 = "10017 (MAC - Ukraine)" -10021 = "10021 (MAC - Thai)" -10029 = "10029 (MAC - Latin II)" -10079 = "10079 (MAC - Icelandic)" -10081 = "10081 (MAC - Turkish)" -10082 = "10082 (MAC - Croatia)" - -65000 = "65000 (UTF-7)" -65001 = "65001 (UTF-8)" - -37 = "37 (IBM EBCDIC - U.S./Canada)" -1026 = "1026 (IBM EBCDIC - Turkish (Latin-5))" -1047 = "1047 (IBM EBCDIC - Latin-1/Open System)" -1140 = "1140 (IBM EBCDIC - U.S./Canada (37 + Euro))" -1141 = "1141 (IBM EBCDIC - Germany (20273 + Euro))" -1142 = "1142 (IBM EBCDIC - Denmark/Norway (20277 + Euro))" -1143 = "1143 (IBM EBCDIC - Finland/Sweden (20278 + Euro))" -1144 = "1144 (IBM EBCDIC - Italy (20280 + Euro))" -1145 = "1145 (IBM EBCDIC - Latin America/Spain (20284 + Euro))" -1146 = "1146 (IBM EBCDIC - United Kingdom (20285 + Euro))" -1147 = "1147 (IBM EBCDIC - France (20297 + Euro))" -1148 = "1148 (IBM EBCDIC - International (500 + Euro))" -1149 = "1149 (IBM EBCDIC - Icelandic (20871 + Euro))" -20273 = "20273 (IBM EBCDIC - Germany)" -20277 = "20277 (IBM EBCDIC - Denmark/Norway)" -20278 = "20278 (IBM EBCDIC - Finland/Sweden)" -20280 = "20280 (IBM EBCDIC - Italy)" -20284 = "20284 (IBM EBCDIC - Latin America/Spain)" -20285 = "20285 (IBM EBCDIC - United Kingdom)" -20290 = "20290 (IBM EBCDIC - Japanese Katakana Extended)" -20297 = "20297 (IBM EBCDIC - France)" -20420 = "20420 (IBM EBCDIC - Arabic)" -20423 = "20423 (IBM EBCDIC - Greek)" -20424 = "20424 (IBM EBCDIC - Hebrew)" -20833 = "20833 (IBM EBCDIC - Korean Extended)" -20838 = "20838 (IBM EBCDIC - Thai)" -20871 = "20871 (IBM EBCDIC - Icelandic)" -20880 = "20880 (IBM EBCDIC - Cyrillic (Russian))" -20905 = "20905 (IBM EBCDIC - Turkish)" -20924 = "20924 (IBM EBCDIC - Latin-1/Open System (1047 + Euro))" -21025 = "21025 (IBM EBCDIC - Cyrillic (Serbian, Bulgarian))" -500 = "500 (IBM EBCDIC - International)" -870 = "870 (IBM EBCDIC - Multilingual/ROECE (Latin-2))" -875 = "875 (IBM EBCDIC - Modern Greek)" - -20269 = "20269 (ISO 6937 Non-Spacing Accent)" -28591 = "28591 (ISO 8859-1 Latin I)" -28592 = "28592 (ISO 8859-2 Central Europe)" -28593 = "28593 (ISO 8859-3 Latin 3)" -28594 = "28594 (ISO 8859-4 Baltic)" -28595 = "28595 (ISO 8859-5 Cyrillic)" -28596 = "28596 (ISO 8859-6 Arabic)" -28597 = "28597 (ISO 8859-7 Greek)" -28598 = "28598 (ISO 8859-8 Hebrew: Visual Ordering)" -28599 = "28599 (ISO 8859-9 Latin 5)" -28605 = "28605 (ISO 8859-15 Latin 9)" -38598 = "38598 (ISO 8859-8 Hebrew: Logical Ordering)" - -20105 = "20105 (IA5 IRV International Alphabet No.5)" -20106 = "20106 (IA5 German)" -20107 = "20107 (IA5 Swedish)" -20108 = "20108 (IA5 Norwegian)" - -1361 = "1361 (Korean - Johab)" -20000 = "20000 (CNS - Taiwan)" -20001 = "20001 (TCA - Taiwan)" -20002 = "20002 (Eten - Taiwan)" -20003 = "20003 (IBM5550 - Taiwan)" -20004 = "20004 (TeleText - Taiwan)" -20005 = "20005 (Wang - Taiwan)" -20127 = "20127 (US-ASCII)" -20261 = "20261 (T.61)" -20866 = "20866 (Russian - KOI8)" -21027 = "21027 (Ext Alpha Lowercase)" -21866 = "21866 (Ukrainian - KOI8-U)" -708 = "708 (Arabic - ASMO)" -720 = "720 (Arabic - Transparent ASMO)" -20932 = "20932 (JIS X 0208-1990 & 0212-1990)" -20936 = "20936 (Simplified Chinese GB2312)" -20949 = "20949 (Korean Wansung)" - -57002 = "57002 (ISCII Devanagari)" -57003 = "57003 (ISCII Bengali)" -57004 = "57004 (ISCII Tamil)" -57005 = "57005 (ISCII Telugu)" -57006 = "57006 (ISCII Assamese)" -57007 = "57007 (ISCII Oriya)" -57008 = "57008 (ISCII Kannada)" -57009 = "57009 (ISCII Malayalam)" -57010 = "57010 (ISCII Gujarati)" -57011 = "57011 (ISCII Gurmukhi)" - -50930 = "50930 (IBM EBCDIC - Japanese (Katakana) Extended and Japanese)" -50931 = "50931 (IBM EBCDIC - US/Canada and Japanese)" -50933 = "50933 (IBM EBCDIC - Korean Extended and Korean)" -50935 = "50935 (IBM EBCDIC - Simplified Chinese)" -50937 = "50937 (IBM EBCDIC - US/Canada and Traditional Chinese)" -50939 = "50939 (IBM EBCDIC - Japanese (Latin) Extended and Japanese)" - -50220 = "50220 (ISO-2022 Japanese with no halfwidth Katakana)" -50221 = "50221 (ISO-2022 Japanese with halfwidth Katakana)" -50222 = "50222 (ISO-2022 Japanese JIS X 0201-1989)" -50225 = "50225 (ISO-2022 Korean)" -50227 = "50227 (ISO-2022 Simplified Chinese)" -50229 = "50229 (ISO-2022 Traditional Chinese)" - -51932 = "51932 (EUC-Japanese)" -51936 = "51936 (EUC-Simplified Chinese)" -51949 = "51949 (EUC-Korean)" -51950 = "51950 (EUC-Traditional Chinese)" - -52936 = "52936 (HZ-GB2312 Simplified Chinese)" -54936 = "54936 (GB18030 Simplified Chinese)" - -[LanguageGroups] -1 = "Western Europe and United States", -2 = "Central Europe", -3 = "Baltic", -4 = "Greek", -5 = "Cyrillic", -6 = "Turkic", -7 = "Japanese",lang -8 = "Korean",lang -9 = "Traditional Chinese",lang -10 = "Simplified Chinese",lang -11 = "Thai", -12 = "Hebrew", -13 = "Arabic", -14 = "Vietnamese", -15 = "Indic", -16 = "Georgian", -17 = "Armenian", - -[LG_INSTALL_1] - -[LG_REMOVE_1] - -[LG_INSTALL_2] - -[LG_REMOVE_2] - -[LG_INSTALL_3] - -[LG_REMOVE_3] - -[LG_INSTALL_4] - -[LG_REMOVE_4] - -[LG_INSTALL_5] - -[LG_REMOVE_5] - -[LG_INSTALL_6] - -[LG_REMOVE_6] - -[LG_INSTALL_7] - -[LG_REMOVE_7] - -[LG_INSTALL_8] - -[LG_REMOVE_8] - -[LG_INSTALL_9] - -[LG_REMOVE_9] - -[LG_INSTALL_10] - -[LG_REMOVE_10] - -[LG_INSTALL_11] - -[LG_REMOVE_11] - -[LG_INSTALL_12] - -[LG_REMOVE_12] - -[LG_INSTALL_13] - -[LG_REMOVE_13] - -[LG_INSTALL_14] - -[LG_REMOVE_14] - -[LG_INSTALL_15] - -[LG_REMOVE_15] - -[LG_INSTALL_16] - -[LG_REMOVE_16] - -[LG_INSTALL_17] - -[LG_REMOVE_17] +[Version] +Signature = $Windows NT$ +;Signature = "$ReactOS$" +ClassGUID = {00000000-0000-0000-0000-000000000000} +LayoutFile = layout.inf +DriverVer = 05/29/2008,0.1 + +[Locales] +00000436 = "Afrikaans", 850, 1,, 0436:00000409,0409:00000409 +0000041c = "Albanian", 852, 2,, 041c:0000041c,0409:00000409 +00000401 = "Arabic (Saudi Arabia)", 720, 13,, 0409:00000409,0401:00000401 +00000801 = "Arabic (Iraq)", 720, 13,, 0409:00000409,0801:00000401 +00000c01 = "Arabic (Egypt)", 720, 13,, 0409:00000409,0c01:00000401 +00001001 = "Arabic (Libya)", 720, 13,, 040c:0000040c,1001:00020401 +00001401 = "Arabic (Algeria)", 720, 13,, 040c:0000040c,1401:00020401 +00001801 = "Arabic (Morocco)", 720, 13,, 040c:0000040c,1801:00020401 +00001c01 = "Arabic (Tunisia)", 720, 13,, 040c:0000040c,1c01:00020401 +00002001 = "Arabic (Oman)", 720, 13,, 0409:00000409,2001:00000401 +00002401 = "Arabic (Yemen)", 720, 13,, 0409:00000409,2401:00000401 +00002801 = "Arabic (Syria)", 720, 13,, 0409:00000409,2801:00000401 +00002c01 = "Arabic (Jordan)", 720, 13,, 0409:00000409,2c01:00000401 +00003001 = "Arabic (Lebanon)", 720, 13,, 0409:00000409,3001:00000401 +00003401 = "Arabic (Kuwait)", 720, 13,, 0409:00000409,3401:00000401 +00003801 = "Arabic (U.A.E.)", 720, 13,, 0409:00000409,3801:00000401 +00003c01 = "Arabic (Bahrain)", 720, 13,, 0409:00000409,3c01:00000401 +00004001 = "Arabic (Qatar)", 720, 13,, 0409:00000409,4001:00000401 +0000042b = "Armenian", 437, 17,5,042b:0000042b,0409:00000409,0419:00000419 +0000042c = "Azeri (Latin)", 857, 6,5, 042c:0000042c,082c:0000082c,0419:00000419 +0000082c = "Azeri (Cyrillic)", 866, 5,6, 082c:0000082c,042c:0000042c,0419:00000419 +0000042d = "Basque", 850, 1,, 042d:000040a,0409:00000409 +00000423 = "Belarusian", 866, 5,, 0423:00000423,0409:00000409,0419:00000419 +00000445 = "Bengali (India)", 437, 15,, 0409:00000409,0445:00010445,0445:00000445 +0000141a = "Bosnian (Latin, Bosnia and Herzegovina)", 852, 2,, 141a:0000141a,0409:00000409 +0000201a = "Bosnian (Cyrillic, Bosnia and Herzegovina)", 855, 5,, 201a:0000201a,0409:00000409 +00000402 = "Bulgarian", 866, 5,, 0402:00000402,0409:00000409 +00000403 = "Catalan", 850, 1,, 0403:0000040a,0409:00000409 +00000404 = "Chinese (Taiwan)", 950, 9,, 0404:00000404,0404:e0080404,0404:E0010404 +00000804 = "Chinese (PRC)", 936, 10,, 0804:00000804,0804:e00e0804,0804:e0010804,0804:e0030804,0804:e0040804 +00000c04 = "Chinese (Hong Kong S.A.R.)", 950, 10,9, 0409:00000409,0c04:e0080404 +00001004 = "Chinese (Singapore)", 936, 10,, 0409:00000409,0804:e00e0804,0804:e0010804,0804:e0030804,0804:e0040804 +00001404 = "Chinese (Macau S.A.R.)",950, 10,9,0409:00000409,0804:e00e0804,0404:e0020404,0404:e0080404 +0000041a = "Croatian", 852, 2,, 041a:0000041a,0409:00000409 +0000101a = "Croatian (Bosnia and Herzegovina)", 852, 2,, 101a:0000041a,0409:00000409 +00000405 = "Czech", 852, 2,, 0405:00000405,0409:00000409 +00000406 = "Danish", 850, 1,, 0406:00000406,0409:00000409 +00000465 = "Divehi (Maldives)", 720, 13,, 0409:00000409,0465:00000465 +00000413 = "Dutch (Netherlands)", 850, 1,, 0413:00020409,0413:00000413,0409:00000409 +00000813 = "Dutch (Belgium)", 850, 1,, 0813:00000813,0409:00000409 +00000409 = "English (United States)", 437, 1,,0409:00000409 +00000809 = "English (United Kingdom)", 850, 1,,0809:00000809 +00000c09 = "English (Australia)", 850, 1,, 0c09:00000409 +00001009 = "English (Canada)", 850, 1,, 1009:00000409,1009:00011009,1009:00001009 +00001409 = "English (New Zealand)", 850, 1,, 1409:00000409 +00001809 = "English (Ireland)", 850, 1,, 1809:00001809,1809:00011809 +00001c09 = "English (South Africa)",437, 1,, 1c09:00000409 +00002009 = "English (Jamaica)", 850, 1,, 2009:00000409 +00002409 = "English (Caribbean)", 850, 1,, 2409:00000409 +00002809 = "English (Belize)", 850, 1,, 2809:00000409 +00002c09 = "English (Trinidad)", 850, 1,, 2c09:00000409 +00003009 = "English (Zimbabwe)", 437, 1,, 3009:00000409 +00003409 = "English (Philippines)", 437, 1,, 3409:00000409 +00000425 = "Estonian", 775, 3,, 0425:00000425 +00000438 = "Faeroese", 850, 1,, 0438:00000406,0409:00000409 +00000429 = "Farsi", 720, 11,, 0409:00000409,0429:00000429,0429:00000401 +00000464 = "Filipino", 437, 1,, 0464:00000409 +0000040b = "Finnish", 850, 1,, 040b:0000040b,0409:00000409 +0000040c = "French (France)", 850, 1,, 040c:0000040c,0409:00000409 +0000080c = "French (Belgium)", 850, 1,, 080c:0000080c,0409:00000409 +00000c0c = "French (Canada)", 850, 1,, 0c0c:00011009,0409:00000409 +0000100c = "French (Switzerland)", 850, 1,, 100c:0000100c,0409:00000409 +0000140c = "French (Luxembourg)", 850, 1,, 140c:0000040c,0409:00000409 +0000180c = "French (Monaco)", 850, 1,, 180c:0000040c,0409:00000409 +00000462 = "Frisian", 850, 1,, 0462:00020409 +00000456 = "Galician (Spain)", 850, 1,, 0456:0000040a,0409:00000409 +00000437 = "Georgian", 437, 16,5,0437:00000437,0409:00000409,0419:00000419 +00000407 = "German (Germany)", 850, 1,, 0407:00000407,0409:00000409 +00000807 = "German (Switzerland)", 850, 1,, 0807:00000807,0409:00000409 +00000c07 = "German (Austria)", 850, 1,, 0c07:00000407,0409:00000409 +00001007 = "German (Luxembourg)", 850, 1,, 1007:00000407,0409:00000409 +00001407 = "German (Liechtenstein)",850, 1,, 1407:00000407,0409:00000409 +00000408 = "Greek", 737, 4,, 0409:00000409,0408:00000408 +00000447 = "Gujarati (India)", 437, 15,, 0409:00000409,0447:0000447,0439:00010439 +0000040d = "Hebrew", 862, 12,, 0409:00000409,040d:0000040d +00000439 = "Hindi", 437, 15,, 0409:00000409,0439:00010439,0439:00000439 +0000040e = "Hungarian", 852, 2,, 040e:0000040e,0409:00000409 +0000040f = "Icelandic", 850, 1,, 040f:0000040f,0409:00000409 +00000421 = "Indonesian", 850, 1,, 0421:00000409,0409:00000409 +0000085d = "Inuktitut (Latin)", 437, 1,, 085d:0000085d +0000083c = "Irish", 850, 1,, 083c:00001809 +00000410 = "Italian (Italy)", 850, 1,, 0410:00000410,0409:00000409 +00000810 = "Italian (Switzerland)", 850, 1,, 0810:00000410,0409:00000409 +00000411 = "Japanese", 932, 7,, 0411:e0010411 +0000044b = "Kannada (India)", 437, 15,, 0409:00000409,044b:0000044b,0439:00010439 +0000043f = "Kazakh", 866, 5,, 043f:0000043f,0409:00000409,0419:00000419 +00000457 = "Konkani", 437, 15,, 0409:00000409,0457:00000439 +00000412 = "Korean", 949, 8,, 0412:E0010412 +00000812 = "Korean (Johab)", 1361,8,, 0812:E0010412 +00000440 = "Kyrgyz (Kyrgyzstan)", 866, 5,, 0440:00000440,0409:00000409 +00000426 = "Latvian", 775, 3,, 0426:00010426 +00000427 = "Lithuanian", 775, 3,, 0427:00010427 +0000046e = "Luxembourgish", 850, 1,, 046e:0000046e +0000042f = "FYRO Macedonian", 866, 5,, 042f:0000042f,0409:00000409 +0000043e = "Malay (Malaysia)", 850, 1,, 0409:00000409 +0000083e = "Malay (Brunei Darussalam)", 850, 1,,0409:00000409 +0000044c = "Malayalam (India)", 437, 15,, 0409:00000409,044c:0000044c +0000043a = "Maltese", 850, 1,, 043a:0001043a,043a:0000043a,0409:00000409 +00000481 = "Maori", 850, 1,, 1409:00000409,0481:00000481 +0000047a = "Mapudungun", 850, 1,, 047a:0000080a +0000044e = "Marathi", 437, 15,, 0409:00000409,044e:0000044e,044e:00000439 +0000047c = "Mohawk", 850, 1,, 047c:00000409 +00000450 = "Mongolian (Mongolia)", 866, 5,, 0450:00000450,0409:00000409 +00000461 = "Nepali (Nepal)", 437, 15,, 0461:00000461 +0000046c = "Northern Sotho", 850, 1,, 046c:00000409,0409:00000409 +00000414 = "Norwegian (Bokmal)", 850, 1,, 0414:00000414,0409:00000409 +00000814 = "Norwegian (Nynorsk)", 850, 1,, 0814:00000414,0409:00000409 +00000463 = "Pashto", 720, 13,, 0463:00000463 +00000415 = "Polish", 852, 2,, 0415:00000415,0415:00010415,0409:00000409 +00000416 = "Portuguese (Brazil)", 850, 1,, 0416:00000416,0409:00000409 +00000816 = "Portuguese (Portugal)", 850, 1,, 0816:00000816,0409:00000409 +00000446 = "Punjabi (India)", 437, 15,, 0409:00000409,0446:00000446,0439:00010439 +0000046b = "Quechua (Bolivia)", 850, 1,, 400a:0000080a,046b:0000080a,0409:00000409 +0000086b = "Quechua (Ecuador)", 850, 1,, 300a:0000080a,086b:0000080a,0409:00000409 +00000c6b = "Quechua (Peru)", 850, 1,, 280a:0000080a,0c6b:0000080a,0409:00000409 +00000418 = "Romanian", 852, 2,, 0418:00000418,0409:00000409 +00000417 = "Romansh", 850, 1,, 0417:00000807 +00000419 = "Russian", 866, 5,, 0419:00000419,0409:00000409 +0000043b = "Sami, Northern (Norway)", 850, 1,,043b:0000043b,0409:00000409 +0000083b = "Sami, Northern (Sweden)", 850, 1,,083b:0000083b,0409:00000409 +00000c3b = "Sami, Northern (Finland)",850, 1,,0c3b:0001083b,0409:00000409 +0000103b = "Sami, Lule (Norway)", 850, 1,, 103b:0000043b,0409:00000409 +0000143b = "Sami, Lule (Sweden)", 850, 1,, 143b:0000083b,0409:00000409 +0000183b = "Sami, Southern (Norway)", 850, 1,,183b:0000043b,0409:00000409 +00001c3b = "Sami, Southern (Sweden)", 850, 1,,1c3b:0000083b,0409:00000409 +0000203b = "Sami, Skolt (Finland)", 850, 1,, 203b:0001083b,0409:00000409 +0000243b = "Sami, Inari (Finland)", 850, 1,, 243b:0001083b,0409:00000409 +0000044f = "Sanskrit", 437, 15,, 0409:00000409,044f:00000439 +0000081a = "Serbian (Latin)", 852, 2,, 081a:0000081a,0409:00000409 +0000181a = "Serbian (Latin, Bosnia and Herzegovina)", 852, 2,,181a:0000081a,0409:00000409 +00000c1a = "Serbian (Cyrillic)", 855, 5,, 0c1a:00000c1a,0409:00000409 +00001c1a = "Serbian (Cyrillic, Bosnia and Herzegovina)", 855, 5,,1c1a:00000c1a,0409:00000409 +0000041b = "Slovak", 852, 2,, 041b:0000041b,0409:00000409 +00000424 = "Slovenian", 852, 2,, 0424:00000424,0409:00000409 +0000040a = "Spanish (Traditional Sort)", 850, 1,,040a:0000040a,0409:00000409 +0000080a = "Spanish (Mexico)", 850, 1,, 080a:0000080a,0409:00000409 +00000c0a = "Spanish (International Sort)", 850, 1,,0c0a:0000040a,0409:00000409 +0000100a = "Spanish (Guatemala)", 850, 1,, 100a:0000080a,0409:00000409 +0000140a = "Spanish (Costa Rica)", 850, 1,, 140a:0000080a,0409:00000409 +0000180a = "Spanish (Panama)", 850, 1,, 180a:0000080a,0409:00000409 +00001c0a = "Spanish (Dominican Republic)", 850, 1,,1c0a:0000080a,0409:00000409 +0000200a = "Spanish (Venezuela)", 850, 1,, 200a:0000080a,0409:00000409 +0000240a = "Spanish (Colombia)", 850, 1,, 240a:0000080a,0409:00000409 +0000280a = "Spanish (Peru)", 850, 1,, 280a:0000080a,0409:00000409 +00002c0a = "Spanish (Argentina)", 850, 1,, 2c0a:0000080a,0409:00000409 +0000300a = "Spanish (Ecuador)", 850, 1,, 300a:0000080a,0409:00000409 +0000340a = "Spanish (Chile)", 850, 1,, 340a:0000080a,0409:00000409 +0000380a = "Spanish (Uruguay)", 850, 1,, 380a:0000080a,0409:00000409 +00003c0a = "Spanish (Paraguay)", 850, 1,, 3c0a:0000080a,0409:00000409 +0000400a = "Spanish (Bolivia)", 850, 1,, 400a:0000080a,0409:00000409 +0000440a = "Spanish (El Salvador)", 850, 1,, 440a:0000080a,0409:00000409 +0000480a = "Spanish (Honduras)", 850, 1,, 480a:0000080a,0409:00000409 +00004c0a = "Spanish (Nicaragua)", 850, 1,, 4c0a:0000080a,0409:00000409 +0000500a = "Spanish (Puerto Rico)", 850, 1,, 500a:0000080a,0409:00000409 +00000441 = "Swahili", 437, 1,, 0409:00000409 +0000041d = "Swedish", 850, 1,, 041d:0000041d,0409:00000409 +0000081d = "Swedish (Finland)", 850, 1,, 081d:0000041d,0409:00000409 +0000045a = "Syriac (Syria)", 720, 13,, 0409:00000409,045a:0000045a +00000449 = "Tamil", 437, 15,, 0409:00000409,0449:00000449 +00000444 = "Tatar", 866, 5,, 0444:00000444,0409:00000409,0419:00000419 +0000044a = "Telugu (India)", 437, 15,, 0409:00000409,044a:0000044a,0439:00010439 +0000041e = "Thai", 874, 11,, 0409:00000409,041e:0000041e +00000432 = "Tswana", 850, 1,, 0432:00000409,0409:00000409 +0000041f = "Turkish", 857, 6,, 041f:0000041f,0409:00000409 +00000422 = "Ukrainian", 866, 5,, 0422:00000422,0409:00000409 +00000420 = "Urdu", 720, 13,, 0420:00000420,0409:00000409 +00000443 = "Uzbek (Latin)", 857, 6,5, 0443:00000409,0843:00000843,0419:00000419 +00000843 = "Uzbek (Cyrillic)", 866, 5,6, 0843:00000843,0443:00000409,0419:00000419 +0000042a = "Vietnamese", 1258,14,, 0409:00000409,042a:0000042a +00000452 = "Welsh", 850, 1,, 0809:00000809,0452:00000452 +00000434 = "Xhosa", 850, 1,, 0434:00000409,0409:00000409 +00000435 = "Zulu", 850, 1,, 0435:00000409,0409:00000409 + +[CodePages] +1250 = "1250 (ANSI - Central Europe)" +1251 = "1251 (ANSI - Cyrillic)" +1252 = "1252 (ANSI - Latin I)" +1253 = "1253 (ANSI - Greek)" +1254 = "1254 (ANSI - Turkish)" +1255 = "1255 (ANSI - Hebrew)" +1256 = "1256 (ANSI - Arabic)" +1257 = "1257 (ANSI - Baltic)" +1258 = "1258 (ANSI/OEM - Viet Nam)" +874 = "874 (ANSI/OEM - Thai)" +932 = "932 (ANSI/OEM - Japanese Shift-JIS)" +936 = "936 (ANSI/OEM - Simplified Chinese GBK)" +949 = "949 (ANSI/OEM - Korean)" +950 = "950 (ANSI/OEM - Traditional Chinese Big5)" + +437 = "437 (OEM - United States)" +737 = "737 (OEM - Greek 437G)" +775 = "775 (OEM - Baltic)" +850 = "850 (OEM - Multilingual Latin I)" +852 = "852 (OEM - Latin II)" +855 = "855 (OEM - Cyrillic)" +857 = "857 (OEM - Turkish)" +858 = "858 (OEM - Multilingual Latin I + Euro)" +860 = "860 (OEM - Portuguese)" +861 = "861 (OEM - Icelandic)" +862 = "862 (OEM - Hebrew)" +863 = "863 (OEM - Canadian French)" +864 = "864 (OEM - Arabic)" +865 = "865 (OEM - Nordic)" +866 = "866 (OEM - Russian)" +869 = "869 (OEM - Modern Greek)" + +10000 = "10000 (MAC - Roman)" +10001 = "10001 (MAC - Japanese)" +10002 = "10002 (MAC - Traditional Chinese Big5)" +10003 = "10003 (MAC - Korean)" +10004 = "10004 (MAC - Arabic)" +10005 = "10005 (MAC - Hebrew)" +10006 = "10006 (MAC - Greek I)" +10007 = "10007 (MAC - Cyrillic)" +10008 = "10008 (MAC - Simplified Chinese GB 2312)" +10010 = "10010 (MAC - Romania)" +10017 = "10017 (MAC - Ukraine)" +10021 = "10021 (MAC - Thai)" +10029 = "10029 (MAC - Latin II)" +10079 = "10079 (MAC - Icelandic)" +10081 = "10081 (MAC - Turkish)" +10082 = "10082 (MAC - Croatia)" + +65000 = "65000 (UTF-7)" +65001 = "65001 (UTF-8)" + +37 = "37 (IBM EBCDIC - U.S./Canada)" +1026 = "1026 (IBM EBCDIC - Turkish (Latin-5))" +1047 = "1047 (IBM EBCDIC - Latin-1/Open System)" +1140 = "1140 (IBM EBCDIC - U.S./Canada (37 + Euro))" +1141 = "1141 (IBM EBCDIC - Germany (20273 + Euro))" +1142 = "1142 (IBM EBCDIC - Denmark/Norway (20277 + Euro))" +1143 = "1143 (IBM EBCDIC - Finland/Sweden (20278 + Euro))" +1144 = "1144 (IBM EBCDIC - Italy (20280 + Euro))" +1145 = "1145 (IBM EBCDIC - Latin America/Spain (20284 + Euro))" +1146 = "1146 (IBM EBCDIC - United Kingdom (20285 + Euro))" +1147 = "1147 (IBM EBCDIC - France (20297 + Euro))" +1148 = "1148 (IBM EBCDIC - International (500 + Euro))" +1149 = "1149 (IBM EBCDIC - Icelandic (20871 + Euro))" +20273 = "20273 (IBM EBCDIC - Germany)" +20277 = "20277 (IBM EBCDIC - Denmark/Norway)" +20278 = "20278 (IBM EBCDIC - Finland/Sweden)" +20280 = "20280 (IBM EBCDIC - Italy)" +20284 = "20284 (IBM EBCDIC - Latin America/Spain)" +20285 = "20285 (IBM EBCDIC - United Kingdom)" +20290 = "20290 (IBM EBCDIC - Japanese Katakana Extended)" +20297 = "20297 (IBM EBCDIC - France)" +20420 = "20420 (IBM EBCDIC - Arabic)" +20423 = "20423 (IBM EBCDIC - Greek)" +20424 = "20424 (IBM EBCDIC - Hebrew)" +20833 = "20833 (IBM EBCDIC - Korean Extended)" +20838 = "20838 (IBM EBCDIC - Thai)" +20871 = "20871 (IBM EBCDIC - Icelandic)" +20880 = "20880 (IBM EBCDIC - Cyrillic (Russian))" +20905 = "20905 (IBM EBCDIC - Turkish)" +20924 = "20924 (IBM EBCDIC - Latin-1/Open System (1047 + Euro))" +21025 = "21025 (IBM EBCDIC - Cyrillic (Serbian, Bulgarian))" +500 = "500 (IBM EBCDIC - International)" +870 = "870 (IBM EBCDIC - Multilingual/ROECE (Latin-2))" +875 = "875 (IBM EBCDIC - Modern Greek)" + +20269 = "20269 (ISO 6937 Non-Spacing Accent)" +28591 = "28591 (ISO 8859-1 Latin I)" +28592 = "28592 (ISO 8859-2 Central Europe)" +28593 = "28593 (ISO 8859-3 Latin 3)" +28594 = "28594 (ISO 8859-4 Baltic)" +28595 = "28595 (ISO 8859-5 Cyrillic)" +28596 = "28596 (ISO 8859-6 Arabic)" +28597 = "28597 (ISO 8859-7 Greek)" +28598 = "28598 (ISO 8859-8 Hebrew: Visual Ordering)" +28599 = "28599 (ISO 8859-9 Latin 5)" +28605 = "28605 (ISO 8859-15 Latin 9)" +38598 = "38598 (ISO 8859-8 Hebrew: Logical Ordering)" + +20105 = "20105 (IA5 IRV International Alphabet No.5)" +20106 = "20106 (IA5 German)" +20107 = "20107 (IA5 Swedish)" +20108 = "20108 (IA5 Norwegian)" + +1361 = "1361 (Korean - Johab)" +20000 = "20000 (CNS - Taiwan)" +20001 = "20001 (TCA - Taiwan)" +20002 = "20002 (Eten - Taiwan)" +20003 = "20003 (IBM5550 - Taiwan)" +20004 = "20004 (TeleText - Taiwan)" +20005 = "20005 (Wang - Taiwan)" +20127 = "20127 (US-ASCII)" +20261 = "20261 (T.61)" +20866 = "20866 (Russian - KOI8)" +21027 = "21027 (Ext Alpha Lowercase)" +21866 = "21866 (Ukrainian - KOI8-U)" +708 = "708 (Arabic - ASMO)" +720 = "720 (Arabic - Transparent ASMO)" +20932 = "20932 (JIS X 0208-1990 & 0212-1990)" +20936 = "20936 (Simplified Chinese GB2312)" +20949 = "20949 (Korean Wansung)" + +57002 = "57002 (ISCII Devanagari)" +57003 = "57003 (ISCII Bengali)" +57004 = "57004 (ISCII Tamil)" +57005 = "57005 (ISCII Telugu)" +57006 = "57006 (ISCII Assamese)" +57007 = "57007 (ISCII Oriya)" +57008 = "57008 (ISCII Kannada)" +57009 = "57009 (ISCII Malayalam)" +57010 = "57010 (ISCII Gujarati)" +57011 = "57011 (ISCII Gurmukhi)" + +50930 = "50930 (IBM EBCDIC - Japanese (Katakana) Extended and Japanese)" +50931 = "50931 (IBM EBCDIC - US/Canada and Japanese)" +50933 = "50933 (IBM EBCDIC - Korean Extended and Korean)" +50935 = "50935 (IBM EBCDIC - Simplified Chinese)" +50937 = "50937 (IBM EBCDIC - US/Canada and Traditional Chinese)" +50939 = "50939 (IBM EBCDIC - Japanese (Latin) Extended and Japanese)" + +50220 = "50220 (ISO-2022 Japanese with no halfwidth Katakana)" +50221 = "50221 (ISO-2022 Japanese with halfwidth Katakana)" +50222 = "50222 (ISO-2022 Japanese JIS X 0201-1989)" +50225 = "50225 (ISO-2022 Korean)" +50227 = "50227 (ISO-2022 Simplified Chinese)" +50229 = "50229 (ISO-2022 Traditional Chinese)" + +51932 = "51932 (EUC-Japanese)" +51936 = "51936 (EUC-Simplified Chinese)" +51949 = "51949 (EUC-Korean)" +51950 = "51950 (EUC-Traditional Chinese)" + +52936 = "52936 (HZ-GB2312 Simplified Chinese)" +54936 = "54936 (GB18030 Simplified Chinese)" + +[LanguageGroups] +1 = "Western Europe and United States", +2 = "Central Europe", +3 = "Baltic", +4 = "Greek", +5 = "Cyrillic", +6 = "Turkic", +7 = "Japanese",lang +8 = "Korean",lang +9 = "Traditional Chinese",lang +10 = "Simplified Chinese",lang +11 = "Thai", +12 = "Hebrew", +13 = "Arabic", +14 = "Vietnamese", +15 = "Indic", +16 = "Georgian", +17 = "Armenian", + +[LG_INSTALL_1] + +[LG_REMOVE_1] + +[LG_INSTALL_2] + +[LG_REMOVE_2] + +[LG_INSTALL_3] + +[LG_REMOVE_3] + +[LG_INSTALL_4] + +[LG_REMOVE_4] + +[LG_INSTALL_5] + +[LG_REMOVE_5] + +[LG_INSTALL_6] + +[LG_REMOVE_6] + +[LG_INSTALL_7] + +[LG_REMOVE_7] + +[LG_INSTALL_8] + +[LG_REMOVE_8] + +[LG_INSTALL_9] + +[LG_REMOVE_9] + +[LG_INSTALL_10] + +[LG_REMOVE_10] + +[LG_INSTALL_11] + +[LG_REMOVE_11] + +[LG_INSTALL_12] + +[LG_REMOVE_12] + +[LG_INSTALL_13] + +[LG_REMOVE_13] + +[LG_INSTALL_14] + +[LG_REMOVE_14] + +[LG_INSTALL_15] + +[LG_REMOVE_15] + +[LG_INSTALL_16] + +[LG_REMOVE_16] + +[LG_INSTALL_17] + +[LG_REMOVE_17] diff --git a/reactos/media/inf/keyboard.inf b/reactos/media/inf/keyboard.inf index 9f3dd27d9253f81bd92a8ed9f10acd8d3665874a..d8fe5ff61510bd4cbd5297c0193af39fd7e18428 100644 GIT binary patch delta 576 zcmZvY%}N4M6vxkXoDX#-FbfnvHXTpgD%v@dc%Qt~ zBE6HgNI#@&(uSLcpyh5Q79?fp5Wxi;(Z37l6b%F$F=0SXgci;kRS%#{&SOrDRk`Dt zS55RQCVtCxo1m&hX;NS5+4-lEl*o%yE#x@DxUH^`>s5{7K&^|YZC5iIe}lHh_Z)e- zK8W~TD^Z;F<+0+?{!B06y=Tw4Y2u@jP7)=(_6h70cNb1+!y$d^bS~-4*_$|3(-Pn4 zzj+x9`hsHSj?;a%?VGINvv1cX_Uo(UO6obWXJ3lrl^&s+k&(g|op<=s8;&=C6+>S* RjhJv2g{y>XOUrIf_X~$YZrT6< delta 576 zcmZvY%}N4M6vxkXoDat_FbfnvHX`Kcs8YhMR_<rWV@`}!x#O8v zP4p`!e#>>6psGY^QeWxW`KOYU$cs}gV>CV}kI91aU-{`-2 z84P-ZV&;z1eYWkJtl+bE*CzHGtK>==Ik9J7isO|Lp_h>_g)av0@MSa{ZvZPkW8w70 PgtI7IC0tutc5}L4esFF1 diff --git a/reactos/media/inf/layout.inf b/reactos/media/inf/layout.inf index 4a4c557c383..66712b9227e 100644 --- a/reactos/media/inf/layout.inf +++ b/reactos/media/inf/layout.inf @@ -1,4 +1,4 @@ -[Version] -Signature = "$Windows NT$" -;Signature = "$ReactOS$" - +[Version] +Signature = "$Windows NT$" +;Signature = "$ReactOS$" + diff --git a/reactos/media/inf/machine.inf b/reactos/media/inf/machine.inf index b541d35f4fe4eebee2b96af0d9f616c9a534052d..b697334033d869b3573534236ddb5e8d2859fc10 100644 GIT binary patch delta 1556 zcmZuwO>7%Q6rQ!$j{kqM_ImBLce9D@wX?PpLxYrV66zKe3Mh$NXrUzuZa|PIr3r{b zL8x#*?V%FHPX&nzHIcZ0)GE0nAQ!}+L^yDv5^AL)dMK*6pmIR)W_G-YpTm55?|tug z=FQE8n+tE}eNhr3(RE`%WdbTE$Wihvd6B$CmdI)H0+~bl(m3<8*WcII@AeB(2n$Wb zNui4PoUnxWoiKtZcx)#lv^*usd8%B$=%K!!dhQRph2WGo1DaPx`$)KK% z(9*v~Ovn#vuoc=e6kS6DVPwCh!}h<~AhKjI7? zHVd4U>AK&L3h<4*-_3afevu89<^Q^{|In8Gkdye=JNWCLp*&XJ>7)4ru#6j@FVMSd7HEuM+3;B*fYO(R zMZ~&x0C7!QWc9BEX;cUT`aMja2^lc2A4ZRD{S@Mk)rQpp`kA-&3>>WOMa>U^0hxJU z4v(;!^I8a|j2xeO&M+BUz;)j@q`>FKD8_HrO1S(hT)H|)H(|5(DujwO`)19Ar|Z-I z&_wtmreFpQ-mAypo#K7mZzJx9*|-de(sIwzScUmgFVAjVgyZG&yqllPI_t)HnG{Tz zG52+jFvfWq1y(8(n9r!3L;SEpZ(69f5U;6|@Oo84>2j66%$@2X7Wem!H_+NFG~ugZ z+M{66&%Uj<;i*OhwyXqdI~Ki7=MH=OyIFe|ZO-KGB<^g}kQnJrw9&Z0J)PNBC@0dr F{tI6fW9t9_ delta 1556 zcmZuwO>7%g5PoZ~9eeHiCu^_QKkLmVw%5+uP7DoFx=E;8R47zQ+(HX2NpJ&#L@7-` z9122(18NVIARZN@R#g*;ODnZX?g+@G;!h$RxKIhTQV~5ARa{UxAei^|c@aNa?WdXf zX6DVjH*;t1&fEt%pG5FmHRiHRK;;-YOkN_dk=MxrIZ0k6Ge}sz`0NaiHo5&4-~>F z)YD;l^siwPa{YPO2=8Xvdx%D~0&6>7VUh)(4rDr^L6Bm3UxPJgL@k&uWZ+hWh8R&N z#Db5D)HdcDb-kXA9d#edhNf!6Z?VI?h*n(Y(n6d*@@;vU_$D!Q&G>?C`m&Oaq0K`H85M|Z1CsE5Fr^_kVHUP77f@wCa#bJI-A>V*ZH8wUUQ5;BZX$u!KN64stE;ogZda$3tQRZAYTOZ4%oMGBnatxZ)NvzD z;m>-3(+VB;+p-4VD0|$T$KV&mU|IgJ3j045#N#$>$Ncc7I?a3dR!ySUPwK;7JO>v< zhh6Cs=cddWbkYUJye*n=D}4Zcjq+3QAia}W4W9`cIR)-z!pQudnL^y3r6^QJgU87m zSbsm}y_r3PwxQe+#QT-;cpo{AyWYmFf06R&vDHKK2VfB=KBv*UYiKk^ux$8T3!wC+ zHjh}#??qh6&$IKd1!IczdQ$K;YWwl_rk1q43o`QYVU8wmX(5Eo( z%b_85=4@Vq2_wV1o-s_uYB=t@2UNIW3}gIywTQ#N#HH)~bQ0F9Z-G>x+1INkyil9` zhbF=o5fwA!;X*9}9~K_rerr)bOh*-n6&Jgf`ZCNGyLq;wA{;H9<< z4uyD#QZ{njnGFd_`F;y;Gxs~aJ*Xgh z-kJxrM*^_mb;4#{zKUwW`dOvYk5|D9MZ^4d#DE`4fq5lf@#FwixSygd=2zt|_@GKv zH5rh+1+zAbVVp$=DdEIt$Thq#c28Va9_xR4Q|cZxj3@@4^!h3qi$1zfRNFJ(Zf#@! z{j~`JOIrf21T?N~KA^4#i*()WXPnV$3x4Z9(B#`adHFq;vi08t}(kqWuJ?01=O^(G95WJN2*oyj|;Vo@6i!Eup9Fa D@P`AJ delta 1256 zcmZuwO-NKx6uxiX{JeS3>COK*@A>9w!#E6~<4-0cH5yGRG^R98#2|x}N>YmSw}@)h z%0&*R77~%P32IRhNI?)S#TMD7U1$*KvPBTIuygObGovOC&O7Ja?|k>W=bpQiUCJ)h zJ7j`i*~oEcHYCX9`#oqrcA@#*F36A+l4#Eem(ji#(rCAYUJDN?TY|3HQarw6OJV%n zcGS&?k-P{aVhFz2g5nsFAu683^*J$v_KkQOZHpaugDLwMXIQbD7;o7ruj-(-i`k+h zZd5tRS#q6RA~`ZirU>%lmjIuhhVPOD(^511am+Bj1gtp&aMwAhFbo+WgX9FvIS+y6 z>O=0LYcyJ89V8dX)fy|T>{>ldW^uRbp3p5({cokwNR1(f%4!JHO%adXqx@{!p$r_B z3p{!t)9!wfbslf9xLi-q+@nxiVzysxfwrg<-YI^}ttuIgSL+^euiq1Zb%&(1k|C0} z`T^~c04#W&uvwR{qFS(i)>GM!SHTO9hWYJ?0Y5wi=9PHGlLJ)Yeu}b~Usbx`gDO?k zWI*y3%vvvou@@brgdLwD*YLjBJ#k%mtpDjvse8~c;xTZg*H_V4^wD{u+MfA#Ya8?L zuT2P8+7fUjpmA;U0UcS=p?lCAJkGt%;7R7Ka?Ez9(#^%NA)>Bo2fv1gc1-hHSa(<_ zNk>Dxb}_8OYfq3Vjl*(efO(ZJUaY5muXHgkb|QC4iHmLcx9*l!{@+cn?1azJVZKL` zhEEf^wNA7?GX)Q|V|?YC){Qw;pJ1x3c@M*q-iFyV{S?cVTuE4O^h3U(gICQr(0BH- z;XIGsMv5VOr6ly}5)_*JaMPfZQ8p$x=C46-W1}ex(=m;qpSmsda_k7l{EAUtpE=Is zTP9Wa%ADGxuGu|KZs1%T#4gM=W_PIUbMdKwnwD0kBd6v_wTixa)H1$DN9@3E%s(6P B0ki-B diff --git a/reactos/media/inf/netamd.inf b/reactos/media/inf/netamd.inf index b11901b56af..8b3eba06015 100644 --- a/reactos/media/inf/netamd.inf +++ b/reactos/media/inf/netamd.inf @@ -1,62 +1,62 @@ -; NETAMD.INF - -; Installation file for PCI network cards with VendorID=1022 (AMD) - -[Version] -Signature = "$Windows NT$" -;Signature = "$ReactOS$" -LayoutFile = layout.inf -Class = Net -ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} -Provider = %ReactOS% -DriverVer = 02/15/2001,1.02 - -[DestinationDirs] -DefaultDestDir = 12 - -[Manufacturer] -%AMDMfg% = AMDMfg - -[AMDMfg] -%PCNET.DeviceDesc% = PCNet_Inst.ndi,PCI\VEN_1022&DEV_2000 - -;----------------------------- PCNET DRIVER ----------------------------- - -[PCNet_Inst.ndi.NT] -Characteristics = 0x4 ; NCF_PHYSICAL -BusType = 5 ; PCIBus -AddReg = PCNet_AddReg.NT -CopyFiles = PCNet_CopyFiles.NT - -[PCNet_AddReg.NT] -HKR,,BUS_TO_SCAN,,"ALL" -HKR,,BUSTIMER,,"0" -HKR,,EXTPHY,,"0" -HKR,,FDUP,,"0" -HKR,,LED0,,"10000" -HKR,,LED1,,"10000" -HKR,,LED2,,"10000" -HKR,,LED3,,"10000" -HKR,,MPMODE,,"0" -HKR,,TP,,"1" - -[PCNet_CopyFiles.NT] -pcnet.sys - -[PCNet_Inst.ndi.NT.Services] -AddService = PCNet, 0x00000002, PCNet_Service_Inst - -[PCNet_Service_Inst] -ServiceType = 1 -StartType = 3 -ErrorControl = 0 -ServiceBinary = %12%\pcnet.sys -LoadOrderGroup = NDIS - -;-------------------------------- STRINGS ------------------------------- - -[Strings] -ReactOS = "ReactOS Team" - -AMDMfg = "Advanced Micro Devices (AMD)" -PCNET.DeviceDesc = "AMD 79c970 [PCnet32 LANCE]" +; NETAMD.INF + +; Installation file for PCI network cards with VendorID=1022 (AMD) + +[Version] +Signature = "$Windows NT$" +;Signature = "$ReactOS$" +LayoutFile = layout.inf +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %ReactOS% +DriverVer = 02/15/2001,1.02 + +[DestinationDirs] +DefaultDestDir = 12 + +[Manufacturer] +%AMDMfg% = AMDMfg + +[AMDMfg] +%PCNET.DeviceDesc% = PCNet_Inst.ndi,PCI\VEN_1022&DEV_2000 + +;----------------------------- PCNET DRIVER ----------------------------- + +[PCNet_Inst.ndi.NT] +Characteristics = 0x4 ; NCF_PHYSICAL +BusType = 5 ; PCIBus +AddReg = PCNet_AddReg.NT +CopyFiles = PCNet_CopyFiles.NT + +[PCNet_AddReg.NT] +HKR,,BUS_TO_SCAN,,"ALL" +HKR,,BUSTIMER,,"0" +HKR,,EXTPHY,,"0" +HKR,,FDUP,,"0" +HKR,,LED0,,"10000" +HKR,,LED1,,"10000" +HKR,,LED2,,"10000" +HKR,,LED3,,"10000" +HKR,,MPMODE,,"0" +HKR,,TP,,"1" + +[PCNet_CopyFiles.NT] +pcnet.sys + +[PCNet_Inst.ndi.NT.Services] +AddService = PCNet, 0x00000002, PCNet_Service_Inst + +[PCNet_Service_Inst] +ServiceType = 1 +StartType = 3 +ErrorControl = 0 +ServiceBinary = %12%\pcnet.sys +LoadOrderGroup = NDIS + +;-------------------------------- STRINGS ------------------------------- + +[Strings] +ReactOS = "ReactOS Team" + +AMDMfg = "Advanced Micro Devices (AMD)" +PCNET.DeviceDesc = "AMD 79c970 [PCnet32 LANCE]" diff --git a/reactos/media/inf/netisa.inf b/reactos/media/inf/netisa.inf index 75d39d6e8d040455d8100a2ac313da7da33a4468..5139654b1fa085d7bce4424216bbe62c00954371 100644 GIT binary patch delta 446 zcmZ1?x6e}+S7X$A^`A}&v1IUSH2xCZPC}JpP$YjW8$YY2FO7~lW)mcxRC_nLy z5F_uz|AvgblMNY_fn+FSCXn3Es1GFHGg?CooUG5J3X)^e)I^x;%a8~(uaqGTNGCIt z09i#~n}9X|?Ny!pkV$m%9wr&633r*K!7SCuhFt2CRhTWH;)%>tp{(D`+CV$hS-gQ{ zF^e&fT+U(&B=52~a>8w$yqiUl8EC^~Z&pj7Tq`Tc<=a_fp=L<3>B@rC<^f$|#9#o1 zdO*Kd0x{T($-kL3C-<<40Cg>7%ZBO_WY-1q?b$(oOa+tOU~(h7BT(csyDr?Vwv!u} zIVNXu1VBahbBF>}T;(ukhq@5#>vx=DldU+FfHL}A_LJvuia}Lx=agp#s)MR=0LvG$ HfOG-?ny6RK delta 446 zcmZ1?x6e|}45Kfd2l?F3_oM?tHhE#?khGK?HhJ1!RhFG9kWm>(hB9UX$^DG_K=M7KHN?Ql`b?@IIVMd_gt@*9i9qv88Pb4sGD8WF zRRp#PXaf+cPJYNFI(ZM14Ag|XOwwSM>SRMM^~oyC7Etj-=BZHDZ)RF$I!$SsXdxwocy7qR0%iVX`-?B~Y%F73A{mtg%otB-wOjL2C1WE-_*-07E^X z-z$L_Y{ul@%$k#X*hGN37P4hSbqTWT0{QmrAU~#p$!;*Yk=+p}@|j&1?pE8$4a^*q zvp52vBKtW+fhw+Y7_&oN2=?_mPO-^WoJv3$eJ=aSb2!DIs<(5>GXvE@)i{9V3t2!q E0Ry;K9RL6T diff --git a/reactos/media/inf/netrtpnt.inf b/reactos/media/inf/netrtpnt.inf index 0bbaba6bcce..6ead96fba85 100644 --- a/reactos/media/inf/netrtpnt.inf +++ b/reactos/media/inf/netrtpnt.inf @@ -1,55 +1,55 @@ -; NETRTPNT.INF - -; Installation file for 8029 compatible netcards - -[Version] -Signature = "$Windows NT$" -;Signature = "$ReactOS$" -LayoutFile = layout.inf -Class = Net -ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} -Provider = %ReactOS% -DriverVer = 02/15/2007,1.01 - -[DestinationDirs] -DefaultDestDir = 12 - -[Manufacturer] -%RealtekMfg% = RealtekMfg - -[RealtekMfg] -%PCI\VEN_10EC&DEV_8029.DeviceDesc% = NE2000_Inst.ndi,PCI\VEN_10EC&DEV_8029 - -;---------------------------- NE2000 DRIVER ----------------------------- - -[NE2000_Inst.ndi.NT] -Characteristics = 0x4 ; NCF_PHYSICAL -BusType = 5 ; PCIBus -AddReg = NE2000_AddReg.NT -CopyFiles = NE2000_CopyFiles.NT - -[NE2000_AddReg.NT] -HKR,,Port,0x00000000,"c100" -HKR,,Irq,0x00000000,"B" -HKR,,NetworkAddress,0x00000000,"001122334455" - -[NE2000_CopyFiles.NT] -ne2000.sys - -[NE2000_Inst.ndi.NT.Services] -AddService = ne2000, 0x00000002, ne2000_Service_Inst - -[ne2000_Service_Inst] -ServiceType = 3 -StartType = 3 -ErrorControl = 1 -ServiceBinary = %12%\ne2000.sys -LoadOrderGroup = NDIS - -;-------------------------------- STRINGS ------------------------------- - -[Strings] -ReactOS = "ReactOS Team" - -RealtekMfg = "Realtek Semiconductor Co., Ltd." -PCI\VEN_10EC&DEV_8029.DeviceDesc = "RTL-8029(AS)" +; NETRTPNT.INF + +; Installation file for 8029 compatible netcards + +[Version] +Signature = "$Windows NT$" +;Signature = "$ReactOS$" +LayoutFile = layout.inf +Class = Net +ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} +Provider = %ReactOS% +DriverVer = 02/15/2007,1.01 + +[DestinationDirs] +DefaultDestDir = 12 + +[Manufacturer] +%RealtekMfg% = RealtekMfg + +[RealtekMfg] +%PCI\VEN_10EC&DEV_8029.DeviceDesc% = NE2000_Inst.ndi,PCI\VEN_10EC&DEV_8029 + +;---------------------------- NE2000 DRIVER ----------------------------- + +[NE2000_Inst.ndi.NT] +Characteristics = 0x4 ; NCF_PHYSICAL +BusType = 5 ; PCIBus +AddReg = NE2000_AddReg.NT +CopyFiles = NE2000_CopyFiles.NT + +[NE2000_AddReg.NT] +HKR,,Port,0x00000000,"c100" +HKR,,Irq,0x00000000,"B" +HKR,,NetworkAddress,0x00000000,"001122334455" + +[NE2000_CopyFiles.NT] +ne2000.sys + +[NE2000_Inst.ndi.NT.Services] +AddService = ne2000, 0x00000002, ne2000_Service_Inst + +[ne2000_Service_Inst] +ServiceType = 3 +StartType = 3 +ErrorControl = 1 +ServiceBinary = %12%\ne2000.sys +LoadOrderGroup = NDIS + +;-------------------------------- STRINGS ------------------------------- + +[Strings] +ReactOS = "ReactOS Team" + +RealtekMfg = "Realtek Semiconductor Co., Ltd." +PCI\VEN_10EC&DEV_8029.DeviceDesc = "RTL-8029(AS)" diff --git a/reactos/media/inf/nettcpip.inf b/reactos/media/inf/nettcpip.inf index 3eb9199de66..af2399efa14 100644 --- a/reactos/media/inf/nettcpip.inf +++ b/reactos/media/inf/nettcpip.inf @@ -1,68 +1,68 @@ -; NETTCPIP.INF - -; Installation file for TCP/IP protocol - -[Version] -Signature = "$Windows NT$" -;Signature = "$ReactOS$" -LayoutFile = layout.inf -Class = NetTrans -ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318} -Provider = %ReactOS% -DriverVer = 04/12/2006,1.00 - -;----------------------------- TCP/IP DRIVER ---------------------------- - -[MS_TCPIP.PrimaryInstall] -AddReg = TCPIP_AddReg_Global.NT - -[TCPIP_AddReg_Global.NT] -; The following entries should be generated from .inf files during installation -; TCPIP Protocol -HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Characteristics",0x00010001,0x00000080 -HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","ComponentId",0x00000000,"ms_tcpip" -HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Description",0x00000000,"Internet Protocol (TCP/IP)" -HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfPath",0x00000000,"BUGBUG_Create from Inffile.inf" -HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfSection",0x00000000,"BUGBUG_Create from Inffile.inf" -HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","ClsId",0x00000000,"{A907657F-6FDF-11D0-8EFB-00C04FD912B2}" -HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","HelpText",0x00000000,"Transmission Control Protocol/Internet Protocol" -HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","Service",0x00000000,"Tcpip" - -; TCP/IP driver -; NOTE: These settings should be added by the network setup -; These bindings are of the windows 2000 type, and will probably need to be -; twiddled to get 3rd-party network-related software to work. -; NT4 puts additional stuff in the Bind, Export, and Route values. -HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","UseDelayedAcceptance",0x00010001,0x00000000 -HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","MaxSockAddrLength",0x00010001,0x00000010 -HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","MinSockAddrLength",0x00010001,0x00000010 -HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","HelperDllName",0x00000000,"%SystemRoot%\System32\wshtcpip.dll" -HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","Mapping",0x00000001,0c,00,00,00,03,00,00,00,02,00,00,00,01,00,00,00,06,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,06,00,00,00,00,00,00,00,00,00,00,00,06,00,00,00,00,00,00,00,01,00,00,00,06,00,00,00,02,00,00,00,02,00,00,00,11,00,00,00,02,00,00,00,02,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,02,00,00,00,11,00,00,00,02,00,00,00,03,00,00,00,00,00,00,00,02,00,00,00,03,00,00,00,01,00,00,00 -HKLM,"SYSTEM\CurrentControlSet\Services\Winsock\Parameters","Transports",0x00010000,"Tcpip" - -[MS_TCPIP.PrimaryInstall.Services] -AddService = Tcpip, , tcpip_Service_Inst - -[tcpip_Service_Inst] -ServiceType = 1 -StartType = 1 -ErrorControl = 1 -ServiceBinary = %12%\tcpip.sys -LoadOrderGroup = PNP_TDI -AddReg = tcpip_AddReg - -[tcpip_AddReg] -HKR,"Parameters","DataBasePath",0x00010000,"DataBasePath" -HKR,"Parameters","Domain",0x00010000,"" -HKR,"Parameters","Hostname",0x00010000,"ROSHost" -HKR,"Parameters","NameServer",0x00010000,"0.0.0.0" -HKR,"Parameters","ForwardBroadcasts",0x00010001,0x00000000 -HKR,"Parameters","IPEnableRouter",0x00010001,0x00000000 -HKR,"Parameters","SearchList",0x00010000,"" -HKR,"Parameters","EnableSecurityFilters",0x00010001,0x00000000 -;HKR,"Parameters","PersistentRoutes",,0x00000010 - -;-------------------------------- STRINGS ------------------------------- - -[Strings] -ReactOS = "ReactOS Team" +; NETTCPIP.INF + +; Installation file for TCP/IP protocol + +[Version] +Signature = "$Windows NT$" +;Signature = "$ReactOS$" +LayoutFile = layout.inf +Class = NetTrans +ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318} +Provider = %ReactOS% +DriverVer = 04/12/2006,1.00 + +;----------------------------- TCP/IP DRIVER ---------------------------- + +[MS_TCPIP.PrimaryInstall] +AddReg = TCPIP_AddReg_Global.NT + +[TCPIP_AddReg_Global.NT] +; The following entries should be generated from .inf files during installation +; TCPIP Protocol +HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Characteristics",0x00010001,0x00000080 +HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","ComponentId",0x00000000,"ms_tcpip" +HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","Description",0x00000000,"Internet Protocol (TCP/IP)" +HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfPath",0x00000000,"BUGBUG_Create from Inffile.inf" +HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}","InfSection",0x00000000,"BUGBUG_Create from Inffile.inf" +HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","ClsId",0x00000000,"{A907657F-6FDF-11D0-8EFB-00C04FD912B2}" +HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","HelpText",0x00000000,"Transmission Control Protocol/Internet Protocol" +HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E975-E325-11CE-BFC1-08002BE10318}\{RandomProtocolGUID_TCPIP}\Ndi","Service",0x00000000,"Tcpip" + +; TCP/IP driver +; NOTE: These settings should be added by the network setup +; These bindings are of the windows 2000 type, and will probably need to be +; twiddled to get 3rd-party network-related software to work. +; NT4 puts additional stuff in the Bind, Export, and Route values. +HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","UseDelayedAcceptance",0x00010001,0x00000000 +HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","MaxSockAddrLength",0x00010001,0x00000010 +HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","MinSockAddrLength",0x00010001,0x00000010 +HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","HelperDllName",0x00000000,"%SystemRoot%\System32\wshtcpip.dll" +HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\WinSock","Mapping",0x00000001,0c,00,00,00,03,00,00,00,02,00,00,00,01,00,00,00,06,00,00,00,02,00,00,00,01,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,06,00,00,00,00,00,00,00,00,00,00,00,06,00,00,00,00,00,00,00,01,00,00,00,06,00,00,00,02,00,00,00,02,00,00,00,11,00,00,00,02,00,00,00,02,00,00,00,00,00,00,00,02,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,00,00,00,00,11,00,00,00,00,00,00,00,02,00,00,00,11,00,00,00,02,00,00,00,03,00,00,00,00,00,00,00,02,00,00,00,03,00,00,00,01,00,00,00 +HKLM,"SYSTEM\CurrentControlSet\Services\Winsock\Parameters","Transports",0x00010000,"Tcpip" + +[MS_TCPIP.PrimaryInstall.Services] +AddService = Tcpip, , tcpip_Service_Inst + +[tcpip_Service_Inst] +ServiceType = 1 +StartType = 1 +ErrorControl = 1 +ServiceBinary = %12%\tcpip.sys +LoadOrderGroup = PNP_TDI +AddReg = tcpip_AddReg + +[tcpip_AddReg] +HKR,"Parameters","DataBasePath",0x00010000,"DataBasePath" +HKR,"Parameters","Domain",0x00010000,"" +HKR,"Parameters","Hostname",0x00010000,"ROSHost" +HKR,"Parameters","NameServer",0x00010000,"0.0.0.0" +HKR,"Parameters","ForwardBroadcasts",0x00010001,0x00000000 +HKR,"Parameters","IPEnableRouter",0x00010001,0x00000000 +HKR,"Parameters","SearchList",0x00010000,"" +HKR,"Parameters","EnableSecurityFilters",0x00010001,0x00000000 +;HKR,"Parameters","PersistentRoutes",,0x00000010 + +;-------------------------------- STRINGS ------------------------------- + +[Strings] +ReactOS = "ReactOS Team" diff --git a/reactos/media/inf/ports.inf b/reactos/media/inf/ports.inf index ecb2b62b2accd380875fe9bf20ef808e5c6e45f6..2f7aa3b5d2220fa392fcd4e146a2439bd5645197 100644 GIT binary patch delta 753 zcmY*X&r2Io5T4ylvf1Bx`GF>_R!FyD53NmB(ST8`g%-RN1f_)ZmxzQyi?+8yb5ZbU z7`%vQFIsvN#G9ZVTB!d(ntKoR3TdeCaYWe3~nVBC3EzmPQCDU(a|T!X}}!9ce)$_w)7pT>>5RllsJ>@_tZ6V zxR)$wRE^)Q9M%3x<|DPQKZhkgC(IiYQ8b6sMq2o^jCvI9-TPkLUc`NK(un4cb+aV& z%;FP#Z5OpNc{T()utPkuT#8@WKK`)^($TQ_H2W32u3`1+4(vIhu1aM~ui=|S64#v< zH+H=MpJ~@k+Vd)HocGXiLhk7H-@NA1@^Lm3;%~RYGu{f}F`LIzuRy1cw;*pAPx0+B zcN8~LQ!=*Z2KYC{bv=g!?y_NGZyDeJG2@fycvXCr9`U0|!0lH(g2ylhWq2aq$H?(# hx)S;4@owh6@LwimUPxIJzh)i~GqU`La{t3@;XeY%nH&HB delta 753 zcmY*X%}X0W6rbHqve}R9X7Yh1ezcHo!yc?At7xF9SOotSJq|Q)LwKMw#teK~?pTud2S} zE!9VUtX3tzRY^ahtss8ZW)OdCJ2E#Pd4PO9;`M4HX|eO*hf{=$$Q)*~(YlNs^CBc; zWw?lDWTfL#WL#D^^=bGLTb3-L7j%3JElB8-=+tKp!8={H0Gj$Ysq7d94V5q*@4cyG zWMMC!*QoZVmBrfgcrH|X`T|>_K0(fy45L|iW~78q)2M~f?z!*9=>^y~r;M=gP&11{ z&n@cUYrCM8(6cVsfgQjv%fa}y?ZKs$myU)_-RxCRUES)|9oVx%U6IPBUWGTYIBX?e z+?(|h+s0WpaL(&Eae6~L5s;(PyYr@l!-tu40RNmaW!yEyBfbbHZXS1ScS)Wwk)-Ky zXB0jqpUT*#wbX|uSeCNZ+-g27%5vNYH-3q))J@mp(u>WuMgpILrR$|Y^{Wv=Q hO_f9c91Nx(3IA0@?gp4OVK@C4nUSF%O8$qL{2eCTm+b%m diff --git a/reactos/media/inf/scsi.inf b/reactos/media/inf/scsi.inf index 5f4423b3debf96f7c66f3cca197ecf651078ea89..4fb7333ab7e4cc10a0ab36c012fbddd500e94390 100644 GIT binary patch delta 565 zcmY*WOG`pQ6rQ;+uU7}6(nPOF#HA$6BqHQu(ISFSGKwgoHzraj`B?P$4<%>SqJ>cZ zpq>99T(=DuEnN8rT6AU{F0`2Mp2wW;`_9~+-Ls#=K1M9!64s7id*M@vvi5rx;d_}f z2+<7UCS5{&pcTX)n&x$7Md#BDc9bOVDXz@BN(%FVvW=KkUBs5!lD(noU>?$vNimD_ zN2EZ`NtLw76@D*C6QepQ;W;M!jsqPn1dp068D6!Rh#W}hNf={c_|@{VSI}Sl9xvRQ z^D1&c+!#$T$QgW>n!!CBTO7M0?i(8z53MvSk{T*Eg))PJz7B7`1IbR!SryrV8WXT; zp2%v)%uI953-sL}H#lD=72IP1vpYP(4^Y#Ah<_4QI{r9p`S(S1>M>7&ZAGzGGiKC9 z^!(pl3cjp}aJc5}=R!M>gEQTL`@mkz+nVg6`#L(PqK^iDLl^}3zl#SCrCOimARiou b&tO#SGkV9O?3P$U+)l#>oAV~h8dvxOqcLnS delta 565 zcmY*WOG`pQ6rQ;+ucH^D(nPOF#HA$6BqHQu(ISFSGKwgoHzraj`B?P$4<%>SqJ>cZ zpq>99T(=DuEnN8rT6AU{F0`2Me&?Jy=ljmwp53#b!#+kBaS3b3uRZz{qOAR%MfhH( z3_>)6xJj1~A7};fho*U6SNwYlWJqcr07=E?9tQGVZzc&|d z&3P4PK-?I0FvuBvmzu#n95aqx!TZJr@*zuGMN&iMrch>3(AVM3cOa)zb5`a1Qey&E z%@djJn3-v=d4awguP?(68Fiar|r4Pg-A|1KUplxlq|2l?PQ bdpW-S#*IWJF22o!nBstdQnc(MVr$mBRSKd8t?Hc_C8<7~!I{y}!# z$vW&}%s`h;{>UUbIgZ^9DzlJX9;oslyEl@Y*5r5WQtV2QP@KGwU6S1p7`7mPfy_C; Qp@F1UXR-mO3JWL%071V@{r~^~ delta 395 zcmca1bVEq@|37PnP=;UzCk8zRPX<2*HwG>!jAjU9NM$HuC}zlH$Y;o7h-KiKsB6gz zlD3|xFF&zMh>>gJTtgsnUKvPy&Sd189LuN=Bzqa1!OFNMUu9GU@_#dGLiw6Z@?e(g zWJY$;$w^EyoN(JfBFsQLCeLTehN|Xgo(g5fvM7S(&N4efMTA*&fhIe$h{IKw0{N3! zV0xKZLGp&IAp66?WG$Fn%<2dfdCIB_x5Id{0kg>DI5t11$VN6%po-&c#!&u2cHPN3 z>|)G7mrnl3Bsn>b-3}_VkX;_A@*ul6lAPA$ckEK^N{}#|ypUaz-4GbIAb)|(Il!TT Oq*iCL0jCNJC$wRV5w#f!*l1*|S!>y{Iwm)A%(<=!on1YG+hOmLQBNWkgg(;^J6vZ6k z1#yJq*Ww7`k7AX&1n^bNd9W7j0(d zS%7aGsgRc6az(Fb%I4LAN%$>ixi?8!XDdpAvD1Y6Et}9GZE|e-*nFBQn@T6d?0X-x zU9|!Y8p4;Q<@vX1xduD_Isd8l+wetZ^%-+W$^I3|P__k!|D|%m|4woEP57nE@VXP~ zc^Yc}@b3racvdgK_MipF`&cKzWlb}c&+$xFakdSzhUZd1^a6jje&_{Kuumgc0;Ag5iHyT1?Jif;4V&&BZiO$pULE$rhBJ%Qsj3F5TRo$x8@|f*TpOzM z{5L~+^!4_6>#_ttB6s@!F!Oj{TiE|5Ue`9eFPPOUnAg&4gM62Ow+qMm zW%L$}1Qen-?bkFsh{n0^z$kNM#iqHoc5E1<%kg2n)E)cP;SoK-w$sulXx5oG@o|nQ ed`M(@%|f&c-wlUhjr$G^#%;xFO5L82lm7?loXnd5 delta 1039 zcmZ`&&ubG=5PrMawEH%jWRqs|V`B)(5^BLDO`?^6r7oeE+E%5dMW|BSqD@g7X!Rgs zA$aoChQWiqc=b@JIeQR6`e#VvRS*LH0nXcf-NtHJGQ4l*&3xaRnH-HBjqP3VDg?iF zW-@6X5G;{J@{nwiZL&d{WRu*-aH}dP?ax=x^h$yPreLDIA#9-S2t~AAValllMKOnX zK^)=uwK#(KqgbUb0els69xMwn&pgH+dn|UtQ{@>yJ!!-~3F*L+@_l(hNw@QMrFD$$ zN=c|223+!%5iNU}uQb3kl?I+>TsAU=k9dYpdO~K&BeKpOgkKI;;yE~ujY4E_(Pn0z z1^C910%`dzSM-XeY~D~X3BTnm_a-TO*@~KA>@?xtWgR-CO^!{4^{44)UFm4dzE_y- z`YX_&8lJ3Bp5IN&HQ4dZ`A)UphA%R!&zLne`&T4G*%Tc9m+A@sJJsPg;g>qY>rVL3 z(@^_|e?KtCvw8tGhfr|5k987U)-+T39M@zOd)pvuxGn`mFYssUhh88B`!s?z4yg%> zcA{oUJ5NmoMnh*iG7g_Yce$c&*mUP`D}2%Q>aZ6!oL;0(RW(rE>KRSl@Kvto+EAV6 zzZuG-@Bb6J7YSgje?k^qmnHZSxzqQDnaBOw!uN0Dc5So$f?2(Sc`dy*$Y%+-yKt;u zMsLwbKp}e5K25`eXq@{Fj50@7Y?^Cp$A&Sw93RF_-LX#{9?=tQIxT&IW}SW`tHTk6 e4~ZT#xUE=Ct=k=P^8WyKh06K> diff --git a/reactos/media/inf/usbstor.inf b/reactos/media/inf/usbstor.inf index b6541afe624f94eeec43ea2a2e060e07317ba9d4..a5a48b5e1d13f1874e8080b1fcaee3cbfd80f21e 100644 GIT binary patch delta 349 zcmaDM@S3@a}K7X$A^#YiZlUX+n{;#5l@ao&`XcQPxZA&@j@R0fjKjF~|4D5E}* z{L1JI(J@kx7&}mH{LxJoz7o#pEF7EU4;( z%u}H(eO7I-nobsPxQOiJJuDJnQ9)KoxTrnQ{Cw7YDE~1l$UVYrAXiv|$#^i?$_8`c zL1xRz514r-3$X`4^%QangH5evH-?H#S3@aA{5KdH#gfi+y8M!7-wFDC9O&Pf+voab2NpnVJAQ{b=2_%m)>I2EI zjLr}ZlWmz)f&649O(=gNlRS{Wk;#-3Y%LU8jx=%a)v@>9Jo|iK>h{*gsMZl diff --git a/reactos/media/inf/xboxdisp.inf b/reactos/media/inf/xboxdisp.inf index bc551d51591..725be67b1b0 100644 --- a/reactos/media/inf/xboxdisp.inf +++ b/reactos/media/inf/xboxdisp.inf @@ -1,53 +1,53 @@ -; xboxdisp.inf - -; Installation file for the Xbox display card - -[Version] -Signature = "$Windows NT$" -;Signature = "$ReactOS$" -LayoutFile = layout.inf -Class = Display -ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318} -Provider = %ReactOS% -DriverVer = 11/11/2005,1.00 - -[DestinationDirs] -DefaultDestDir = 12 - -[Manufacturer] -%nVidiaMfg% = nVidiaMfg - -[nVidiaMfg] -%PCI\VEN_10DE&DEV_02A0.DeviceDesc% = XboxVmp_Inst,PCI\VEN_10DE&DEV_02A0 - -;---------------------------- XboxVmp DRIVER ---------------------------- - -[XboxVmp_Inst.NT] -CopyFiles = XboxVmp_CopyFiles.NT - -[XboxVmp_CopyFiles.NT] -xboxvmp.sys - -[XboxVmp_Inst.NT.Services] -AddService = xboxvmp, 0x00000002, xboxvmp_Service_Inst - -[xboxvmp_Service_Inst] -ServiceType = 1 -StartType = 1 -ErrorControl = 0 -ServiceBinary = %12%\xboxvmp.sys -LoadOrderGroup = Video - -[xboxvmp.SoftwareSettings] -AddReg = xboxvmp_SoftwareDeviceSettings - -[xboxvmp_SoftwareDeviceSettings] -HKR,,InstalledDisplayDrivers,0x00010000,framebuf - -;-------------------------------- STRINGS ------------------------------- - -[Strings] -ReactOS = "ReactOS Team" - -nVidiaMfg = "nVidia Corporation" -PCI\VEN_10DE&DEV_02A0.DeviceDesc = "NV2A Xbox Graphics Processing Unit" +; xboxdisp.inf + +; Installation file for the Xbox display card + +[Version] +Signature = "$Windows NT$" +;Signature = "$ReactOS$" +LayoutFile = layout.inf +Class = Display +ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318} +Provider = %ReactOS% +DriverVer = 11/11/2005,1.00 + +[DestinationDirs] +DefaultDestDir = 12 + +[Manufacturer] +%nVidiaMfg% = nVidiaMfg + +[nVidiaMfg] +%PCI\VEN_10DE&DEV_02A0.DeviceDesc% = XboxVmp_Inst,PCI\VEN_10DE&DEV_02A0 + +;---------------------------- XboxVmp DRIVER ---------------------------- + +[XboxVmp_Inst.NT] +CopyFiles = XboxVmp_CopyFiles.NT + +[XboxVmp_CopyFiles.NT] +xboxvmp.sys + +[XboxVmp_Inst.NT.Services] +AddService = xboxvmp, 0x00000002, xboxvmp_Service_Inst + +[xboxvmp_Service_Inst] +ServiceType = 1 +StartType = 1 +ErrorControl = 0 +ServiceBinary = %12%\xboxvmp.sys +LoadOrderGroup = Video + +[xboxvmp.SoftwareSettings] +AddReg = xboxvmp_SoftwareDeviceSettings + +[xboxvmp_SoftwareDeviceSettings] +HKR,,InstalledDisplayDrivers,0x00010000,framebuf + +;-------------------------------- STRINGS ------------------------------- + +[Strings] +ReactOS = "ReactOS Team" + +nVidiaMfg = "nVidia Corporation" +PCI\VEN_10DE&DEV_02A0.DeviceDesc = "NV2A Xbox Graphics Processing Unit"