home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / NETNBF.INF < prev   
Windows Setup INFormation  |  2004-08-04  |  3KB  |  92 lines

  1. ; Copyright (c) 1993-1999, Microsoft Corporation
  2.  
  3. [Version]
  4. Signature   = "$Windows NT$"
  5. Class       = NetTrans
  6. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  7. Provider    = %Msft%
  8. DriverVer=07/01/2001,5.1.2535.0
  9.  
  10. [Manufacturer]
  11. %Msft%=MSFT
  12.  
  13. [MSFT]
  14. %NetBEUI_Desc%=Install, MS_NetBEUI
  15.  
  16. ;-------------------------------------------------------------------------
  17. ; Installation Section
  18. ;-------------------------------------------------------------------------
  19. [Install]
  20. AddReg=Inst_Ndi
  21. Characteristics=0x00
  22. ;CopyFiles=CpyFiles_Sys
  23.  
  24. ;-------------------------------------------------------------------------
  25. ; Ndi installation support
  26. ;-------------------------------------------------------------------------
  27. [Inst_Ndi]
  28. HKR,"Ndi","ClsID",,"{a28d553a-a703-11d0-9cec-00c04fc9bcc4}"
  29. HKR,"Ndi","Service",,"Nbf"
  30. HKR,"Ndi","CoServices",%REG_MULTI_SZ%,"Nbf"
  31. HKR,"Ndi","HelpText",,"@netcfgx.dll,-50011"
  32. HKR,"Ndi\Interfaces","UpperRange",,"netbios"
  33. HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4,ndiswannbf,ndis5_nbf"
  34.  
  35. ;-------------------------------------------------------------------------
  36. ; Service installation support
  37. ;-------------------------------------------------------------------------
  38. [Install.Services]
  39. AddService=Nbf,,NetBEUI_Service_Inst
  40.  
  41. [NetBEUI_Service_Inst]
  42. DisplayName     = %NetBEUI_Desc%
  43. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  44. StartType       = 2 ;SERVICE_AUTO_START
  45. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  46. ServiceBinary   = %12%\nbf.sys
  47. LoadOrderGroup  = "PNP_TDI"
  48. AddReg          = AddReg_NetBEUI_Service_Inst
  49. Description     = %NetBEUI_Desc%
  50.  
  51. [AddReg_NetBEUI_Service_Inst]
  52. HKR,"Parameters","NbProvider",,"_nb"
  53. HKR,"Performance","Library",,"perfctrs.dll"
  54. HKR,"Performance","Open",,"OpenNbfPerformanceData"
  55. HKR,"Performance","Close",,"CloseNbfPerformanceData"
  56. HKR,"Performance","Collect",,"CollectNbfPerformanceData"
  57.  
  58. ;-------------------------------------------------------------------------
  59. ; Support for removal of static registry settings
  60. ;-------------------------------------------------------------------------
  61. [Install.Remove]
  62. DelReg=Del_Static_Reg
  63.  
  64. [Install.Remove.Services]
  65. DelService=Nbf
  66.  
  67. [Del_Static_Reg]
  68. HKLM,"Software\Microsoft\Rpc\Protocols","ncacn_nb_nb"
  69. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncacn_nb_nb"
  70. @@:@6:HKLM,"Software\Wow6432Node\Microsoft\Rpc\ClientProtocols","ncacn_nb_nb"
  71.  
  72. ;-------------------------------------------------------------------------
  73. ; Declare Destination Directories for file copy/deletion
  74. ;-------------------------------------------------------------------------
  75. ;[DestinationDirs]
  76. ;CpyFiles_Sys    = 12    ; DIRID_DRIVERS
  77. ;CpyFiles_Inst   = 11    ; System32
  78.  
  79. ;-------------------------------------------------------------------------
  80. ; Files to Copy/Delete - Referenced by Install and Remove sections above
  81. ;-------------------------------------------------------------------------
  82. ;[CpyFiles_Sys]
  83. ;nbf.sys,,,2
  84.  
  85. [Strings]
  86. Msft = "Microsoft"
  87. NetBEUI_Desc = "NetBEUI Protocol"
  88.  
  89. REG_DWORD = 0x10001
  90. REG_MULTI_SZ = 0x10000
  91.  
  92.