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.

48 lines
977 B

  1. [version]
  2. signature = "$Windows NT$"
  3. [Files]
  4. ; this section consists of files that should always be present on the
  5. ; CD, even if they are in the driver cab. the only files that need to be in
  6. ; this list are files that are needed by winnt32 or setupldr phase of setup,
  7. ; since neither of these phases of setup can crack the driver cab.
  8. ;
  9. ; note that only files that are not in the floppy files sections of dosnet.inf
  10. ; should be added to this list so that we only have to maintain one list
  11. ;
  12. ;needed by setupldr
  13. ntoskrnl.exe
  14. ndis.sys
  15. ipsec.sys
  16. tcpip.sys
  17. netbt.sys
  18. rdbss.sys
  19. mup.sys
  20. mrxsmb.sys
  21. ; imported from the files above
  22. tdi.sys
  23. ksecdd.sys
  24. ; makes it easier for private testing
  25. kernel32.dll
  26. ntdll.dll
  27. ; needed by winnt32
  28. msvcrt.dll
  29. msvcrt40.dll
  30. mfc42.dll
  31. mfc42chs.dll
  32. mfc42cht.dll
  33. mfc42deu.dll
  34. mfc42esp.dll
  35. mfc42fra.dll
  36. mfc42ita.dll
  37. mfc42jpn.dll
  38. mfc42kor.dll
  39. ;needed by remote boot guys
  40. binlsvc.dll
  41. dhcpssvc.dll