home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / ndisuio.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-18  |  4.0 KB  |  72 lines

  1. ;-------------------------------------------------------------------------
  2. ; NDISUIO.INF -- NDIS Usermode I/O Driver
  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. ;; Commented by AddSDisk.cmd
  16. ;; LayoutFile  = layout.inf
  17.  
  18. [Manufacturer]
  19. %Msft% = Msft,NTx86,NTia64,NTamd64
  20.  
  21. [Msft.NTx86]
  22. %NDISUIO_Desc%=Install, MS_NDISUIO
  23.  
  24. [Msft.NTia64]
  25. %NDISUIO_Desc%=Install, MS_NDISUIO
  26.  
  27. [Msft.NTamd64]
  28. %NDISUIO_Desc%=Install, MS_NDISUIO
  29.  
  30. ;-------------------------------------------------------------------------
  31. ; Installation Section
  32. ;-------------------------------------------------------------------------
  33. [Install]
  34. AddReg=Inst_Ndi
  35. Characteristics=0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  36.  
  37. ;-------------------------------------------------------------------------
  38. ; Ndi installation support
  39. ;-------------------------------------------------------------------------
  40. [Inst_Ndi]
  41. HKR,Ndi,Service,,"Ndisuio"
  42. HKR,Ndi,HelpText,,""
  43. HKR, Ndi\Interfaces, UpperRange,, noupper
  44. HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4,ndis5_uio"
  45.  
  46. ;-------------------------------------------------------------------------
  47. ; Service installation support
  48. ;-------------------------------------------------------------------------
  49. [Install.Services]
  50. AddService=Ndisuio,,NDISUIO_Service_Inst
  51.  
  52. [Ndisuio_Service_Inst]
  53. DisplayName     = %NDISUIO_Desc%
  54. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  55. StartType       = 3 ;SERVICE_MANUAL_START
  56. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  57. ServiceBinary   = %12%\ndisuio.sys
  58. LoadOrderGroup  = NDIS
  59. Description     = ""
  60.  
  61. [Install.Remove.Services]
  62. DelService=Ndisuio,0x200
  63.  
  64.  
  65. [Strings]
  66. Msft = "Microsoft"
  67. NDISUIO_Desc = "NDIS Usermode I/O Protocol"
  68.  
  69.  
  70.  
  71.  
  72.