home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 February / maximum-cd-2011-02.iso / DiscContents / ConnectifyInstaller.exe / drivers / amd64 / connctfy_m.inf next >
Encoding:
Windows Setup INFormation  |  2010-08-11  |  1.8 KB  |  82 lines

  1. ; -- connctfy_M.INF --
  2. ;
  3. ; Based on Passsthru Miniport INF file
  4. ;
  5. ; Copyright (c) 2000-2009, NT Kernel Resources
  6.  
  7. ; ----------------------------------------------------------------------
  8.  
  9. [Version]
  10. signature  = "$Windows NT$"
  11. Class      = Net
  12. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  13. Provider   = %Ntkr%
  14. DriverVer  = 08/27/2009,3.00.7.1
  15. CatalogFile = connctfy.cat
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = nt_connctfymp
  19.  
  20. [DestinationDirs]
  21. DefaultDestDir=12
  22. ; No files to copy 
  23.  
  24. [Manufacturer]
  25. %Ntkr% = NTKR,NTx86,NTia64,NTamd64
  26.  
  27. ;For Win2K
  28.  
  29. [NTKR]
  30. %connctfyMP_Desc% = connctfyMP.ndi, nt_connctfymp
  31.  
  32. ;For WinXP and later
  33.  
  34. [NTKR.NTx86]
  35. %connctfyMP_Desc% = connctfyMP.ndi, nt_connctfymp
  36.  
  37. [NTKR.NTia64]
  38. %connctfyMP_Desc% = connctfyMP.ndi, nt_connctfymp
  39.  
  40. [NTKR.NTamd64]
  41. %connctfyMP_Desc% = connctfyMP.ndi, nt_connctfymp
  42.  
  43.  
  44. [connctfyMP.ndi]
  45. AddReg  = connctfyMP.ndi.AddReg
  46. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  47.  
  48. [connctfyMP.ndi.AddReg]
  49. HKR, Ndi, Service,  0,  connctfyMP
  50.  
  51. [connctfyMP.ndi.Services]
  52. AddService = connctfyMP,0x2, connctfyMP.AddService
  53.  
  54.  
  55. [connctfyMP.AddService]
  56. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  57. StartType      = 3 ;SERVICE_DEMAND_START
  58. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  59. ServiceBinary  = %12%\connctfy.sys
  60. AddReg         = connctfyMP.AddService.AddReg
  61.  
  62.  
  63. [connctfyMP.AddService.AddReg]
  64. ; ----------------------------------------------------------------------
  65. ; Add any miniport-specific parameters here.  These are params that your
  66. ; filter device is going to use.
  67. ;
  68. ;HKR, Parameters, ParameterName,  0x10000, "MultiSz", "Parameter", "Value"
  69. ;HKR, Parameters, ParameterName2, 0x10001, 4
  70.  
  71. [Strings]
  72. Ntkr = "Connectify"
  73. connctfyMP_Desc = "Connectify Miniport"
  74.  
  75. [SourceDisksNames]
  76. ;None 
  77.  
  78. [SourceDisksFiles]
  79. ;None
  80.  
  81.  
  82.