home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 August / VPR0008B.BIN / DRIVER / MELCO / WLIP300 / WLIP300.EXE / WIN2000 / WLIESS2K.INF < prev    next >
Windows Setup INFormation  |  2000-01-22  |  2KB  |  59 lines

  1. ; Melco ESSID Driver Install inf file
  2.  
  3.  
  4. [Version]
  5. Signature   = "$Windows NT$"
  6. Class       = NetService
  7. ClassGUID   = {4d36e974-e325-11ce-bfc1-08002be10318}
  8. Provider    = %MELCO%
  9. LayoutFile  = layout.inf
  10.  
  11. [Manufacturer]
  12. %melco%=MELCO
  13.  
  14. [MELCO]
  15. %Wliessid_DeviceDesc%   =  Wliessid.ndi, WLIESSID
  16.  
  17. [Wliessid.ndi]
  18. AddReg=Wliessid_AddReg
  19. Characteristics=0x0000                                ; none
  20. CopyFiles=Wliessid_Copyfiles
  21.  
  22. [Wliessid_AddReg]
  23. HKR, Ndi,            Service,                   0,          "Wliessid"
  24. HKR, Ndi,            CoServices,                0x00010000, "Wliessid"
  25. HKR, Ndi\Interfaces, UpperRange, 0, "wliessid"
  26. HKR, Ndi\Interfaces, LowerRange, 0, "ndis5"
  27.  
  28. [Wliessid.ndi.Services]
  29. AddService= Wliessid,, Wliessid_AddService
  30.  
  31. [Wliessid_AddService]
  32. DisplayName     =   %Wliessid_DispName%
  33. ServiceType     =   1       ;SERVICE_WIN32_SHARE_PROCESS
  34. StartType       =   1       ;SERVICE_AUTO_START
  35. ErrorControl    =   1       ;SERVICE_ERROR_NORMAL
  36. ServiceBinary   =   %11%\wliessid.sys
  37. ;StartName      =   LocalSystem
  38. Description     =   %Wliessid_DispName%
  39. Dependencies    =   "+NDIS"
  40. ;DisplayName = %Wliessid_DispName%
  41. ;ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  42. ;StartType = 2 ;SERVICE_AUTO_START
  43. ;ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  44. ;ServiceBinary = %12%wliessid.sys,%12%wliessid.dll
  45. ;LoadOrderGroup = NDIS
  46.  
  47. [DestinationDirs]
  48. Wliessid_Copyfiles = 11    ; System[32]\Drivers
  49.  
  50. [Wliessid_Copyfiles]
  51. wliessid.sys,wliess2k.sy_,,2    ; Do not allow the user to skip this file.
  52. wliessid.dll,wliess2k.dl_,,2    ; Do not allow the user to skip this file.
  53.  
  54. [Strings]
  55. melco="MELCO INC."
  56. Wliessid_DeviceDesc = "MELCO WLI-PCM ESSID設定ドライバ"
  57. Wliessid_DispName   = "Wliessid"
  58. Wliessid_Help       = "WLI-PCMユーティリティ用ドライバです"
  59.