home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rainmeter / rainmeter-0.11.exe / wirelessuio.inf < prev    next >
Windows Setup INFormation  |  2003-11-27  |  2KB  |  76 lines

  1. ;-------------------------------------------------------------------------
  2. ; NDISUIO.INF -- NDIS Usermode I/O Driver
  3. ;
  4. ; Copyright (c) 2000, Microsoft Corporation
  5. ;-------------------------------------------------------------------------
  6. [version]
  7. Signature   = "$Windows NT$"
  8. Class       = NetTrans
  9. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  10. Provider    = %Msft%
  11. LayoutFile  = layout.inf
  12.  
  13. [Manufacturer]
  14. %Msft%=MSFT
  15.  
  16. [MSFT]
  17. %WIRELESSUIO_Desc%=Install, MS_WIRELESSUIO
  18.  
  19. ;-------------------------------------------------------------------------
  20. ; Installation Section
  21. ;-------------------------------------------------------------------------
  22. [Install]
  23. AddReg=Inst_Ndi
  24. Characteristics=0x28 ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  25. CopyFiles=CpyFiles_Sys
  26.  
  27. ;-------------------------------------------------------------------------
  28. ; Ndi installation support
  29. ;-------------------------------------------------------------------------
  30. [Inst_Ndi]
  31. HKR,Ndi,Service,,"Wirelessuio"
  32. HKR,Ndi,HelpText,,%WIRELESSUIO_HelpText%
  33. HKR, Ndi\Interfaces, UpperRange,, noupper
  34. HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4,ndis5_uio"
  35.  
  36. ;-------------------------------------------------------------------------
  37. ; Service installation support
  38. ;-------------------------------------------------------------------------
  39. [Install.Services]
  40. AddService=Wirelessuio,,WIRELESSUIO_Service_Inst
  41.  
  42. [Wirelessuio_Service_Inst]
  43. DisplayName     = %WIRELESSUIO_Desc%
  44. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  45. StartType       = 1 ;SERVICE_MANUAL_START
  46. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  47. ServiceBinary   = %12%\Wirelessuio.sys
  48. LoadOrderGroup  = NDIS
  49. Description     = %WIRELESSUIO_Desc%
  50.  
  51. [Install.Remove.Services]
  52. DelService=Wirelessuio
  53.  
  54. ;-------------------------------------------------------------------------
  55. ; Declare Destination Directories for file copy/deletion
  56. ;-------------------------------------------------------------------------
  57. [DestinationDirs]
  58. CpyFiles_Sys    = 12    ; DIRID_DRIVERS
  59.  
  60.  
  61. ;-------------------------------------------------------------------------
  62. ; Files to Copy/Delete - Referenced by Install and Remove sections above
  63. ;-------------------------------------------------------------------------
  64. [CpyFiles_Sys]
  65. Wirelessuio.sys,,,2
  66.  
  67. [Strings]
  68. Msft = "Microsoft"
  69. WIRELESSUIO_Desc = "Wireless Usermode I/O Protocol"
  70. WIRELESSUIO_HelpText = "A driver to support user-mode I/O on NDIS devices"
  71.  
  72.  
  73.  
  74.  
  75.  
  76.