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