home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 5 / Windows / inf / lltdio.inf < prev    next >
Windows Setup INFormation  |  2008-01-18  |  5KB  |  83 lines

  1.  ■;-------------------------------------------------------------------------
  2. ; LLTDIO.INF -- Network Topology Mapper Protocol Driver for NDIS 6
  3. ;
  4. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  5. ;-------------------------------------------------------------------------
  6. ;;++-- AddSDisk.cmd said no CopyFiles
  7. [Version]
  8. Signature    = "$Windows NT$"
  9. Class        = NetTrans
  10. ClassGUID    = {4d36e975-e325-11ce-bfc1-08002be10318}
  11. Provider     = %Msft%
  12. DriverVer=06/21/2006,6.0.6001.18000
  13. [Manufacturer]
  14. %Msft%=Msft,NTx86,NTamd64,NTia64
  15. [Msft.NTx86]
  16. %DisplayName%=Install,MS_LLTDIO
  17. [Msft.NTamd64]
  18. %DisplayName%=Install,MS_LLTDIO
  19. [Msft.NTia64]
  20. %DisplayName%=Install,MS_LLTDIO
  21. ;-------------------------------------------------------------------------
  22. ; Installation section
  23. ;-------------------------------------------------------------------------
  24. [Install]
  25. AddReg=Install.Ndi
  26. Characteristics=0
  27. [Install.Remove]
  28. [Install.Services]
  29. AddService=lltdio,,Install.AddService,NetEventLog
  30. [Install.Remove.Services]
  31. DelService=lltdio,0x200
  32. ;-------------------------------------------------------------------------
  33. ; Ndi installation support
  34. ;-------------------------------------------------------------------------
  35. [Install.Ndi]
  36. HKR,Ndi,Service,0,"lltdio"
  37. HKR,Ndi,HelpText,0,"@%SystemRoot%\system32\lltdres.dll,-4"
  38. HKR,Ndi\Interfaces,UpperRange,0,"noupper"
  39. HKR,Ndi\Interfaces,LowerRange,0,"ndis5"
  40. ;-------------------------------------------------------------------------
  41. ; Service installation support
  42. ;-------------------------------------------------------------------------
  43. [Install.AddService]
  44. DisplayName    = %DisplayName%
  45. ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
  46. StartType      = 2    ; SERVICE_AUTO_START
  47. ErrorControl   = 1    ; SERVICE_ERROR_NORMAL
  48. ServiceBinary  = %12%\lltdio.sys
  49. LoadOrderGroup = NDIS
  50. ;-------------------------------------------------------------------------
  51. ; Event Log support
  52. ;-------------------------------------------------------------------------
  53. [NetEventLog]
  54. AddReg=NetEventLog.AddReg
  55. [NetEventLog.AddReg]
  56. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  57. HKR,,TypesSupported,0x00010001,7
  58. ;-------------------------------------------------------------------------
  59. ; Resources
  60. ;-------------------------------------------------------------------------
  61. [Strings]
  62. ;----------------
  63. ; Localizable
  64. ;----------------
  65. Msft="Microsoft"
  66. DisplayName="Link-Layer Topology Discovery Mapper I/O Driver"