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 >
Encoding:
Text (UTF-16)  |  2008-01-18  |  5.0 KB  |  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.  
  8.  
  9. [Version]
  10. Signature    = "$Windows NT$"
  11. Class        = NetTrans
  12. ClassGUID    = {4d36e975-e325-11ce-bfc1-08002be10318}
  13. Provider     = %Msft%
  14. DriverVer=06/21/2006,6.0.6001.18000
  15.  
  16. [Manufacturer]
  17. %Msft%=Msft,NTx86,NTamd64,NTia64
  18.  
  19. [Msft.NTx86]
  20. %DisplayName%=Install,MS_LLTDIO
  21.  
  22. [Msft.NTamd64]
  23. %DisplayName%=Install,MS_LLTDIO
  24.  
  25. [Msft.NTia64]
  26. %DisplayName%=Install,MS_LLTDIO
  27.  
  28. ;-------------------------------------------------------------------------
  29. ; Installation section
  30. ;-------------------------------------------------------------------------
  31. [Install]
  32. AddReg=Install.Ndi
  33. Characteristics=0
  34.  
  35. [Install.Remove]
  36.  
  37. [Install.Services]
  38. AddService=lltdio,,Install.AddService,NetEventLog
  39.  
  40. [Install.Remove.Services]
  41. DelService=lltdio,0x200
  42.  
  43. ;-------------------------------------------------------------------------
  44. ; Ndi installation support
  45. ;-------------------------------------------------------------------------
  46. [Install.Ndi]
  47. HKR,Ndi,Service,0,"lltdio"
  48. HKR,Ndi,HelpText,0,"@%SystemRoot%\system32\lltdres.dll,-4"
  49. HKR,Ndi\Interfaces,UpperRange,0,"noupper"
  50. HKR,Ndi\Interfaces,LowerRange,0,"ndis5"
  51.  
  52. ;-------------------------------------------------------------------------
  53. ; Service installation support
  54. ;-------------------------------------------------------------------------
  55. [Install.AddService]
  56. DisplayName    = %DisplayName%
  57. ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
  58. StartType      = 2    ; SERVICE_AUTO_START
  59. ErrorControl   = 1    ; SERVICE_ERROR_NORMAL
  60. ServiceBinary  = %12%\lltdio.sys
  61. LoadOrderGroup = NDIS
  62.  
  63. ;-------------------------------------------------------------------------
  64. ; Event Log support
  65. ;-------------------------------------------------------------------------
  66. [NetEventLog]
  67. AddReg=NetEventLog.AddReg
  68.  
  69. [NetEventLog.AddReg]
  70. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  71. HKR,,TypesSupported,0x00010001,7
  72.  
  73. ;-------------------------------------------------------------------------
  74. ; Resources
  75. ;-------------------------------------------------------------------------
  76. [Strings]
  77.  
  78. ;----------------
  79. ; Localizable
  80. ;----------------
  81. Msft="Microsoft"
  82. DisplayName="Link-Layer Topology Discovery Mapper I/O Driver"
  83.