home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / surpriz / MSRMesh-VirtualWIFI.MSI / vwifi.inf < prev    next >
Encoding:
INI File  |  2005-06-24  |  2.6 KB  |  105 lines

  1. ; -- VWIFIP.INF --
  2. ;
  3. ; VWIFIP INF file
  4. ;
  5.  
  6. [Version]
  7. Signature  = "$Windows NT$"
  8. Class      = NetTrans
  9. ClassGUID  = {4D36E975-E325-11CE-BFC1-08002BE10318}
  10. Provider   = %Msft%
  11. DriverVer  = 07/25/2000,5.1.2253.1
  12.  
  13. [Manufacturer]
  14. %Msft%     = MSFT
  15.  
  16. [MSFT]
  17. %VWIFIP_Desc% = VWIFIP.ndi, MS_VWIFIP
  18.  
  19.  
  20. ; Note:
  21. ; 1. The NCF_* flags are defined in netcfgx.h
  22. ; 2. NCF_HAS_UI (0x80) is required for custom property pages.
  23. ;
  24.  
  25. [VWIFIP.ndi]
  26. AddReg          = VWIFIP.ndi.AddReg
  27. Characteristics = 0x80 ; NCF_HAS_UI
  28. copyfiles       = VWIFIP.CopyFiles.DLL, VWIFIP.CopyFiles.sys
  29. CopyInf            = vwifi_mp.inf
  30.  
  31. [SourceDisksNames]
  32. 1=%DiskDescription%,"",,
  33.  
  34. [SourceDisksFiles]
  35. vwifi.sys     = 1
  36. vwifi.dll     = 1
  37.  
  38.  
  39. [DestinationDirs]
  40. DefaultDestDir      = 12
  41. VWIFIP.CopyFiles.DLL  = 11   ; %windir%\System32
  42. VWIFIP.CopyFiles.Sys  = 12   ; %windir%\System32\drivers
  43.  
  44. [VWIFIP.CopyFiles.Sys]
  45. vwifi.sys,,,2
  46.  
  47. [VWIFIP.CopyFiles.DLL]
  48. vwifi.dll,,,2
  49.  
  50.  
  51. [InfSourcePathInfo]
  52. ; Used by the notify object on Win2k to figure out where the original media is
  53. ; located (so it can use SetupCopyOEMInf to install Net INF located
  54. ; there). This workaround is to avoid copyinf INF file directly
  55. ; by using CopyFiles directive becuase Win2K doesn't support CopyINF directive.
  56.  
  57. OriginalInfSourcePath = %1%
  58.  
  59. ;-----------------------------------------------------------------------
  60. ;  Install parameters
  61. ;
  62.  
  63. [VWIFIP.ndi.AddReg]
  64. HKR, Ndi,            ClsID,         0, {ee6cd6fc-a32b-4a26-8a1c-dbc97988ad7a}
  65. HKR, Ndi,            ComponentDll,   , vwifi.dll
  66. HKR, Ndi,            HelpText,      0,          "%VWIFIP_HELP%"
  67. HKR, Ndi,            Service,       0,          "VWIFIP"
  68. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  69. HKR, Ndi\Interfaces, LowerRange,    0,          "ndis5"
  70.  
  71.  
  72. [VWIFIP.ndi.Services]
  73. AddService = VWIFIP, , VWIFIP.AddService, VWIFIP.AddEventLog
  74.  
  75. [VWIFIP.AddService]
  76. DisplayName     = %VWIFIP_Desc%
  77. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  78. StartType       = 3 ;SERVICE_DEMAND_START
  79. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  80. ServiceBinary   = %12%\vwifi.sys
  81. LoadOrderGroup  = PNP_TDI
  82. Description     = %VWIFIP_Desc%
  83.  
  84. [VWIFIP.AddEventLog]
  85. AddReg = VWIFIP.AddEventLog.AddReg
  86.  
  87. [VWIFIP.AddEventLog.AddReg]
  88. HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  89. HKR, , TypesSupported,   0x10001, 7
  90.  
  91. [VWIFIP.ndi.Remove.Services]
  92. DelService = VWIFIP
  93.  
  94. [VWIFIP.ndi.Remove]
  95. DelFiles = VWIFIP.CopyFiles.DLL, VWIFIP.CopyFiles.sys
  96.  
  97. [Strings]
  98. Msft = "Microsoft"
  99. VWIFIP_Desc = "VirtualWiFi Protocol Driver"
  100. VWIFIP_HELP = "VirtualWiFi Protocol"
  101. DiskDescription = "VirtualWiFi Protocol Driver Disk"
  102.  
  103.  
  104.  
  105.