Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

386 lines
14 KiB

  1. @*: Lines marked with @w: are for workstation only
  2. @*: Lines marked with @s: are for server only
  3. @*: Lines marked with @@: are for both
  4. [nls]
  5. ;
  6. ; These values are used by setupldr when starting text setup
  7. ; and by text setup to initialize nls values in the registry.
  8. ;
  9. ; For the codepage and UnicodeCasetable entries, the values are
  10. ; <filename>,<identifier> pairs. Setupldr uses the first <filename>
  11. ; as the file to load for use during text setup.
  12. ;
  13. AnsiCodepage = c_949.nls,949
  14. OemCodepage = c_949.nls,949
  15. MacCodepage = c_10003.nls,10003
  16. UnicodeCasetable = l_intl.nls,0412
  17. OemHalFont = vgaoem.fon
  18. DefaultLayout = E0010412
  19. [Keyboard]
  20. STANDARD = "PC/AT 101Ű ȣȯ Ű����/USB Ű����(���� 1)", files.kbd101a,i8042prt,KBD101A.DLL, 8, 3, PCAT_101AKEY
  21. "101B TYPE" = "PC/AT 101Ű ȣȯ Ű����/USB Ű����(���� 2)", files.kbd101b,i8042prt,KBD101B.DLL, 8, 4, PCAT_101BKEY
  22. "101C TYPE" = "PC/AT 101Ű ȣȯ Ű����/USB Ű����(���� 3)", files.kbd101c,i8042prt,KBD101C.DLL, 8, 5, PCAT_101CKEY
  23. "103 TYPE" = "�ѱ� PS/2 Ű����/USB Ű����(103/106Ű)" , files.kbd103 ,i8042prt,KBD103.DLL, 8, 6, PCAT_103KEY
  24. kbdhid = "��Ÿ USB Ű����(Silicon Graphics 320/540��)",files.kbdhid,kbdhid
  25. @i:USB = "��Ÿ USB Ű����(��Ÿ ���� �ý��ۿ�)",files.kbdhid,kbdhid
  26. @m:none = "���� ����",files.none,""
  27. [Files.BackupOnUpgrade]
  28. config.nt , 2 , config.bak
  29. [FontListE]
  30. "���� & ����ü & ���� & ����ü (TrueType)" = GULIM.TTC
  31. "���� & ����ü & �ü� & �ü�ü (TrueType)" = BATANG.TTC
  32. ["Keyboard Layout"]
  33. 00000412 = "�ѱ���"
  34. E0010412 = "�ѱ� �Է±� (IME 2000)"
  35. [Files.KeyboardLayout]
  36. 00000412 = KBDKOR.DLL,2
  37. E0010412 = KBDKOR.DLL,2
  38. [files.kbd101a]
  39. kbd101a.dll,2
  40. i8042prt.sys,4
  41. [files.kbd101b]
  42. kbd101b.dll,2
  43. i8042prt.sys,4
  44. [files.kbd101c]
  45. kbd101c.dll,2
  46. i8042prt.sys,4
  47. [files.kbd103]
  48. kbd103.dll,2
  49. i8042prt.sys,4
  50. [Files.DeleteOnUpgrade]
  51. @@:eudcedit.exe , 2
  52. @@:eudcedit.hlp , 2
  53. @@:eudcedit.cnt , 2
  54. @@:fsvga.dll , 2
  55. @@:foncache.dll , 2
  56. @@:eudcsrv.dll , 2
  57. @@:userfont.dll , 2
  58. @@:gulim.ttf , 5
  59. @@:gulim.fot , 5
  60. @@:batang.ttf , 5
  61. @@:batang.fot , 5
  62. @@:dotum.ttf , 5
  63. @@:dotum.fot , 5
  64. @@:gungsuh.ttf , 5
  65. @@:gungsuh.fot , 5
  66. @@:msime95k.ime , 2
  67. @i:@@:fsvga.sys , 4
  68. [FileFlags]
  69. app949.fon = 16
  70. h8514fix.fon = 16
  71. h8514oem.fon = 16
  72. h8514sys.fon = 16
  73. hvgafix.fon = 16
  74. hvgasys.fon = 16
  75. vga949.fon = 16
  76. xjis.nls = 16
  77. ksc.nls = 16
  78. prc.nls = 16
  79. prcp.nls = 16
  80. big5.nls = 16
  81. bopomofo.nls = 16
  82. c_10003.nls = 16
  83. c_1361.nls = 16
  84. [SystemPartitionFiles]
  85. @i:@@:bootfont.bin,"\"
  86. @a:@@:bootfont.bin,"\"
  87. ;
  88. ; This section provides information about hard disk drivers.
  89. ;
  90. ; The left hand side is a name in the \Driver directory in the NT
  91. ; \Driver object namespace.
  92. ;
  93. ; Value #0 is a format string used in creating the descriptive name
  94. ; of the disk.
  95. ;
  96. [DiskDriverMap]
  97. abiosdsk = "%1!u! MB ����ũ�� ä�� ����ũ"
  98. atdisk = "%1!u! MB IDE/ESDI ����ũ"
  99. disk = "%1!u! MB ����ũ %2!u! (%5 %4!u!�� ������ ID %3!u!)"
  100. [ScsiClass]
  101. cdrom = "SCSI CD-ROM"
  102. floppy = "SCSI Floppy Disk"
  103. disk = "SCSI Disk"
  104. ramdisk = "RAM Disk Driver"
  105. [FileSystems]
  106. fat = "FAT File System"
  107. ntfs = "Windows NT File System (NTFS)"
  108. ksecdd = "Kernel Security Provider"
  109. [FloppyDrivers]
  110. floppy = "Standard Floppy Disk"
  111. fat = "FAT File System"
  112. [CdRomDrivers]
  113. cdfs = "CD-ROM File System"
  114. [MouseDrivers]
  115. mouclass = "Mouse Class Driver"
  116. mouhid = "HID Mouse Filter Driver"
  117. ;
  118. ; Font list
  119. ;
  120. ; Setup will create an entry in the [Fonts] section of win.ini
  121. ; for each of the following fonts. (Fonts copied during GUI setup
  122. ; have entries in [FontList] in a gui inf file -- see eng_ansi.txt.)
  123. ; Note that the [fonts] section of win.ini is shadowed into
  124. ; HEKY_LOCAL_MACHINE\software\Microsoft\Windows NT\CurrentVersion\Fonts.
  125. ;
  126. [FontListE]
  127. "Courier 10,12,15 (VGA res)" = COURE.FON
  128. "MS Sans Serif 8,10,12,14,18,24 (VGA res)" = SSERIFE.FON
  129. "MS Serif 8,10,12,14,18,24 (VGA res)" = SERIFE.FON
  130. "Tahoma (TrueType)" = TAHOMA.TTF
  131. "Microsoft Sans Serif (TrueType)" = MICROSS.TTF
  132. @*:
  133. @*: If add a keyboard layout dll description here make sure
  134. @*: that you add the layout dll file name in [CmdConsFiles]
  135. @*: section in dosnet.inf also, so that when command console
  136. @*: is installed on the harddisk that particular layout file
  137. @*: can be copied
  138. @*:
  139. ["Keyboard Layout"]
  140. 0000041C = "�˹ٴϾƾ�"
  141. 00000423 = "���η��þ�"
  142. 00000813 = "���⿡ �״�������"
  143. 0000080C = "���⿡ ��������"
  144. 00000416 = "�������� (ABNT)"
  145. 00000402 = "�Ұ����ƾ�"
  146. 00010402 = "�Ұ����ƾ� (��ƾ)"
  147. 00001009 = "ij���� ���� (�ٱ� ����)"
  148. 00000C0C = "ij���� ��������"
  149. 00010C0C = "ij���� �������� (�ٱ� ����)"
  150. 0000041a = "ũ�ξ��似�����ƾ�"
  151. 00000405 = "ü�ھ�"
  152. 00010405 = "ü�ھ� (QWERTY)"
  153. 00000406 = "����ũ��"
  154. 00000413 = "�׵�������"
  155. 00000425 = "�������Ͼƾ�"
  156. 0000040B = "�ɶ�����"
  157. 0000040C = "��������"
  158. 00000407 = "���Ͼ�"
  159. 00010407 = "���Ͼ� (IBM)"
  160. 00000408 = "�׸�����"
  161. 00050408 = "�׸����� ��ƾ"
  162. 00010408 = "�׸����� (220)"
  163. 00030408 = "�׸����� (220) ��ƾ"
  164. 00020408 = "�׸����� (319)"
  165. 00040408 = "�׸����� (319) ��ƾ"
  166. 0000040E = "�밡����"
  167. 0001040E = "�밡���� 101Ű"
  168. 0000040F = "���̽�������"
  169. 00001809 = "���Ϸ�����"
  170. 00000410 = "��Ż���ƾ�"
  171. 00010410 = "��Ż���ƾ� (142)"
  172. 0000080A = "��ƾ �Ƹ޸�ī ��"
  173. 00000426 = "��Ʈ���ƾ�"
  174. 00010426 = "��Ʈ���ƾ� (QWERTY)"
  175. 00000427 = "�����ƴϾƾ�"
  176. 00000414 = "�븣���̾�"
  177. 00000415 = "�������� (���α׷���)"
  178. 00010415 = "�������� (214)"
  179. 00000816 = "����������"
  180. 00000418 = "�縶�Ͼƾ�"
  181. 00000419 = "���þƾ�"
  182. 00010419 = "���þƾ� (Ÿ�ڱ�)"
  183. 00000C1A = "�������ƾ� (Ű�� �ڸ�)"
  184. 00010C1A = "�������ƾ� (��ƾ)"
  185. 0000041B = "���ι�Ű�ƾ�"
  186. 0001041B = "���ι�Ű�ƾ� (QWERTY)"
  187. 00000424 = "���κ��Ͼƾ�"
  188. 0000040A = "�����ξ�"
  189. 0001040A = "�����ξ� ����"
  190. 0000041D = "��������"
  191. 0000100C = "������ ��������"
  192. 00000807 = "������ ���Ͼ�"
  193. 0001041F = "���� F"
  194. 0000041F = "���� Q"
  195. 00000422 = "��ũ���̳���"
  196. 00000809 = "���� ����"
  197. 00000409 = "�̱� ����"
  198. 00010409 = "���� (Dvorak)"
  199. 00030409 = "���� (Dvorak �޼����̿�)"
  200. 00040409 = "���� (Dvorak ���������̿�)"
  201. 00020409 = "���� (����)"
  202. [DiskDrivers]
  203. dmboot = "Dynamic Volume Support (dmboot)"
  204. i2omgmt = "Intelligent I/O Support Driver"
  205. [InputDevicesSupport]
  206. usbehci = "Enhanced Host Controller",files.usbehci,usbehci
  207. usbohci = "Open Host Controller",files.usbohci,usbohci
  208. usbuhci = "Universal Host Controller",files.usbuhci,usbuhci
  209. usbhub = "Generic USB Hub Driver",files.usbhub,usbhub
  210. hidusb = "Human Interface Parser",files.hidusb,hidusb
  211. serial = "Serial Port Driver",files.none,serial
  212. serenum = "Serial Port Enumerator",files.none,serenum
  213. usbstor = "USB Storage Class Driver",files.usbstor,usbstor
  214. usbccgp = "USB Generic Parent Driver",files.usbccgp,usbccgp
  215. @i:wd = "Microsoft Watchdog Timer Driver",files.wd,wd
  216. [SCSI]
  217. @i:sparrow = "Adaptec AHA-151X/AHA-152X/AIC-6X60 SCSI Adapter"
  218. @i:aha154x = "Adaptec AHA-154X/AHA-164X SCSI Host Adapter"
  219. aic78xx = "Adaptec AHA-294X/AHA-394X/AIC-78XX SCSI Controller"
  220. aic78u2 = "Adaptec AHA-294XU2/AIC-7890 SCSI Controller"
  221. adpu160m = "Adaptec AIC-789X/AHA-3960 Ultra160 PCI SCSI Card"
  222. adpu320 = "Adaptec Ultra320 Family SCSI Controller"
  223. afcnt = "Agilent HHBA-510x PCI Fibre Channel Controller"
  224. dpti2o = "Adaptec 2000S/3000S Ultra160 SCSI RAID Controller"
  225. @i:asc3550 = "Advansys 3550 Ultra Wide SCSI Host Adapter"
  226. @i:asc3350p = "Advansys ABP460 PCMCIA SCSI Host Adapter"
  227. @i:abp480n5 = "Advansys ABP480 CardBus SCSI Host Adapter"
  228. @i:asc = "Advansys SCSI Host Adapter"
  229. @i:amsint = "AMD PCI SCSI Controller/Ethernet Adapter"
  230. mraid35x = "AMI MegaRaid RAID Controller"
  231. @i:cpqarray = "Compaq Drive Array"
  232. cpqfcalm = "Compaq Fibre Channel Host Controller"
  233. cpqarry2 = "Compaq Smart Array Controller"
  234. cpqcissm = "Compaq Smart Array 53xx-series Controller"
  235. lp6nds35 = "Emulex LP6000 Fibre Channel Host Adapters"
  236. @i:cd20xrnt = "IBM Portable PCMCIA CD-ROM Drive"
  237. @i:ipsraidn = "IBM ServeRAID Adapter"
  238. nfrd960 = "IBM ServeRAID Adapter"
  239. @i:i2omp = "Intelligent I/O Controller"
  240. @i:iirsp = "Intel RAID Adapter"
  241. atapi = "IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller"
  242. cbidf2k = "CardBus/PCMCIA IDE Miniport Driver"
  243. @i:ini910u = "Initio Ultra SCSI Host Adapter"
  244. @i:dac2w2k = "Mylex EXR2000,3000/AR160,170,352 Raid Controllers"
  245. dac960nt = "Mylex DAC960/Digital SWXCR-Ex Raid Controller"
  246. @i:dellcerc = "DELL CERC ATA 100/4ch RAID Controller"
  247. @i:ultra = "Promise Technology Inc. Ultra IDE Controller"
  248. @i:hpt3xx = "HighPoint RAID Controller"
  249. ql1240 = "QLogic ISP 1240 SCSI Host Adapter"
  250. ql10wnt = "QLogic PCI SCSI Host Adapter"
  251. ql1080 = "Qlogic QLA1080, 64 bit PCI LVD SCSI HBA"
  252. ql1280 = "Qlogic QLA1280, 64 bit PCI LVD SCSI HBA"
  253. ql12160 = "QLogic QLA12160, 64 bit PCI DUAL 160M SCSI HBA"
  254. ql2100 = "QLogic QLA2000/QLA2100 PCI Fibre Channel Adapter"
  255. ql2200 = "QLogic QLA2200 PCI Fibre Channel Adapter"
  256. ql2300 = "QLogic QLA2300 PCI Fibre Channel Adapter"
  257. sym_hi = "LSI Logic C896 PCI SCSI Host Adapter"
  258. sym_u3 = "LSI Logic C1010 PCI SCSI Host Adapter"
  259. @i:symc810 = "LSI Logic C8100 PCI SCSI Host Adapter"
  260. symc8xx = "LSI Logic C8xx PCI SCSI Host Adapter"
  261. symmpi = "LSI Logic PCI Fibre Channel/LSI Logic PCI-X Ultra320 SCSI Host Adapter"
  262. hpn = "Hewlett Packard NetRAID-4M RAID Controller"
  263. perc2 = "Dell PERC 2/3 RAID Controller"
  264. perc2gat = "Dell PERC 2/3 RAID Controller (Gatling)"
  265. [BootBusExtenders]
  266. pci = "PCI Bus Driver",files.pci,pci
  267. acpi = "ACPI Plug & Play Bus Driver",files.acpi,acpi
  268. isapnp = "ISA Plug & Play Bus Driver",files.isapnp,isapnp
  269. acpiec = "ACPI Embedded Controller Driver",files.none,acpiec
  270. ohci1394 = "IEEE 1394 Bus OHCI Compliant Port Driver",files.ohci1394,ohci1394
  271. [BusExtenders]
  272. pcmcia = "PCMCIA Support",files.pcmcia,pcmcia
  273. pciide = "PCI IDE Bus Driver",files.pciide,pciide
  274. intelide = "Intel IDE BUS Driver",files.intelide,intelide
  275. viaide = "VIA IDE Bus Driver",files.viaide,viaide
  276. cmdide = "CMD IDE Bus Driver",files.cmdide,cmdide
  277. toside = "Toshiba IDE Bus Driver",files.toside,toside
  278. aliide = "ALI IDE Bus Driver",files.aliide,aliide
  279. mountmgr = "Mount Point Manager",files.none,mountmgr
  280. ftdisk = "Volume Manager",files.none,ftdisk
  281. partmgr = "Partition Manager",files.none,partmgr
  282. volsnap = "Volume Shadow Copy Manager",files.none,volsnap
  283. fdc = "Floppy Drive Support",files.none,fdc
  284. dmload = "Dynamic Volume Support (dmload)",files.none,dmload
  285. dmio = "Dynamic Volume Support (dmio)",files.none,dmio
  286. sbp2port = "IEEE 1394 SBP2 Storage Port Driver", files.sbp2port,sbp2port
  287. [Computer]
  288. @i:acpiapic_mp = "ACPI Multiprocessor PC",files.none
  289. @i:acpiapic_up = "ACPI Uniprocessor PC",files.none
  290. @a:acpiapic_mp = "ACPI Multiprocessor x86-64",files.none
  291. @a:acpiapic_up = "ACPI Uniprocessor x86-64",files.none
  292. @i:acpipic_up = "Advanced Configuration and Power Interface (ACPI) PC",files.none
  293. @i:mps_up = "MPS Uniprocessor PC",files.none
  294. @i:mps_mp = "MPS Multiprocessor PC",files.none
  295. @i:e_isa_up = "Standard PC",files.none
  296. @m:acpipic_up = "ACPI UniProcessor ia64",files.none
  297. @m:acpipic_mp = "ACPI Multiprocessor ia64",files.none
  298. [Display]
  299. @i:forcevga = "Standard VGA (640x480, 16 colors)",files.none
  300. @i:vga = "�ڵ� ����",files.none
  301. @@!i:vga = "VGA Compatible",files.none
  302. @i:sglfb = "Cobalt",files.sglfb
  303. [Mouse]
  304. @i:msps2 = "Microsoft Mouse Port Mouse (includes BallPoint)",files.i8042,i8042prt
  305. @i:lgps2 = "Logitech Mouse Port Mouse",files.i8042,i8042prt
  306. @i:msbpser = "Microsoft BallPoint Serial Mouse",files.sermouse,sermouse
  307. @i:lgser = "Logitech Serial Mouse",files.sermouse,sermouse
  308. @@:none = "���콺 �Ǵ� �ٸ� ������ ��ġ ����",files.none,""
  309. @@:mouhid = "USB ���콺",files.mouhid,mouhid
  310. @@:msser = "Microsoft Serial Mouse",files.sermouse,sermouse
  311. @@:ps2 = "���콺 ��Ʈ ���콺",files.i8042,i8042prt
  312. @@:sermouse = "���� ���콺",files.sermouse,sermouse
  313. @i:USB = "USB ���콺",files.mouhid,mouhid
  314. @*: COMPAT: we purposely put two strings section in txtsetup.sif
  315. @*: The problem is that setupapi only reads strings from the first
  316. @*: strings section it encounters. Since older versions of the OS
  317. @*: accidentally had multiple Strings sections in the past, we make
  318. @*: Whistler have multiple strings sections so that older applications
  319. @*: (like win2k risetup) can read this file without requiring any change
  320. @*: The only string that risetup specifically cares about is whatever
  321. @*: LoadIdentifier points at, so you can probably safely add new strings
  322. @*: to this section.
  323. @*:
  324. @*:
  325. @*: The first strings section comes another one of the files that
  326. @*: builds txtsetup.sif
  327. [Strings]
  328. @@!m:@w!p:wks_id = "Microsoft Windows XP Professional"
  329. @a:@w!p:wks_id = "Windows XP 64-Bit 2003"
  330. @m:@w!p:wks_id = "Windows XP 64-Bit 2003"
  331. @@:@p:wks_id = "Microsoft Windows XP Home Edition"
  332. @@:@s!e!b!l:srv_id = "Windows Server 2003, Standard"
  333. @@:@e!d:srv_id = "Windows Server 2003, Enterprise"
  334. @@:@d:srv_id = "Windows Server 2003, Datacenter"
  335. @@:@b:srv_id = "Windows Server 2003, Web"
  336. @@:@l:srv_id = "Windows Server 2003 for Small Business Server"
  337. @@!m:@w!p:wks_id_vga = "Microsoft Windows XP Professional [VGA ����]"
  338. @a:@w!p:wks_id_vga = "Windows XP 64-Bit 2003 [VGA ����]"
  339. @m:@w!p:wks_id_vga = "Windows XP 64-Bit 2003 [VGA ����]"
  340. @@:@p:wks_id_vga = "Microsoft Windows XP Home Edition [VGA ����]"
  341. @@:@s!e!b!l:srv_id_vga = "Windows Server 2003, Standard [VGA ����]"
  342. @@:@e!d:srv_id_vga = "Windows Server 2003, Enterprise [VGA ����]"
  343. @@:@d:srv_id_vga = "Windows Server 2003, Datacenter [VGA ����]"
  344. @@:@b:srv_id_vga = "Windows Server 2003, Web [VGA ����]"
  345. @@:@l:srv_id_vga = "Windows Server 2003 for Small Business Server [VGA ����]"
  346. @@:@w:cancel_id = "Windows XP ��ġ ����"
  347. @@:@w:9x_id = "Microsoft Windows"