home *** CD-ROM | disk | FTP | other *** search
/ startrek.net - Powered by Earthlink / startrek.net-earthlink-2002-06-cd.iso / pc / Windows / HSconfig / data1.cab / Win2000_Files / wrpoet2k.inf < prev   
INI File  |  2001-08-20  |  3KB  |  96 lines

  1. ; WRSWANDD.INF
  2. ; ----------
  3. ; Wind River Systems Wan Miniport Driver
  4. ;
  5. ; Copyright (c) Wind River Systems 1999. All Rights Reserved
  6. ;
  7. ;---------------------------------------------------------------------------
  8.  
  9. [Version]
  10.     Signature   ="$Windows NT$"
  11.     Provider    =%StrWRS%
  12.     Class       = Net
  13.     ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  14.     LayoutFile  = layout.inf
  15.     DriverVer   = 09/01/1999, 1.0
  16.  
  17. [Manufacturer]
  18.     %StrWRS%=Options
  19.  
  20. [Options]       
  21. ;    DisplayName                Section             DeviceID
  22. ;    -----------                -------             --------
  23. %WRSWanDD-Dispname%        =  WRSWanDD.Inst,      *iVsnPoET
  24.  
  25. [ControlFlags]
  26.  
  27. [WRSWanDD.Inst]
  28. Characteristics     = 0x1    ; NCF_VIRTUAL 
  29. AddReg              = WRSWanDD.Reg
  30. CopyFiles           = WRSWanDD.CopyDrv
  31.  
  32.  
  33. [WRSWanDD.Inst.Services]
  34. AddService=WRSWanDD,        0x2,    WRSWanDD.AddService
  35.  
  36. ;-------------------------------------------------------------------------
  37. ; NDI AddReg sections.
  38. ;-------------------------------------------------------------------------
  39. [WRSWanDD.Reg]
  40. HKR, Ndi,            Service,       0, "WRSWanDD"
  41.  
  42. HKR, Ndi\Interfaces,    DefUpper,   0, "ndiswan"
  43. HKR, Ndi\Interfaces,    DefLower,   0, "nolower"
  44. HKR, Ndi\Interfaces,    UpperRange, 0, "ndiswan"
  45. HKR, Ndi\Interfaces,    LowerRange, 0, "wan"
  46.  
  47. HKR,,WanEndpoints,0x00010001, 23   
  48. HKR,,NoPPPHeaderCompression,,""
  49. HKR,,LineName,,"iVasion PoET Adapter"
  50. HKR,,TunnelMode,,"1"
  51. HKR,,VPNDriverName,,"\Device\WrKPoET2000"
  52. HKR,,NumberOfLines,,"2"
  53. HKR,,AddressList,,""
  54.  
  55. ;-------------------------------------------------------------------------
  56. ; Remove sections.
  57. ;-------------------------------------------------------------------------
  58.  
  59. [Remove-WRSWanDD.Services]
  60. DelService = WRSWanDD       
  61.  
  62.  
  63. ;-------------------------------------------------------------------------
  64. ; [Services] sections.
  65. ;   1 = SPSVCINST_TAGTOFRONT
  66. ;   2 = SPSVCINST_ASSOCSERVICE
  67. ;   4 = SPSVCINST_DELETEEVENTLOGENTRY
  68. ;-------------------------------------------------------------------------
  69.  
  70. ;-------------------------------------------------------------------------
  71. ; [Service Install] sections.
  72. ;-------------------------------------------------------------------------
  73. [WRSWanDD.AddService]
  74. DisplayName     = %Svc-WRSWanDD-DispName%
  75. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  76. StartType       = 3 
  77. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  78. ServiceBinary   = %12%\WrKPoETNic2000.sys
  79. LoadOrderGroup  = NDIS
  80.  
  81.  
  82. ;++++++++++
  83. ; Copy Disks
  84. ;++++++++++
  85.  
  86. [DestinationDirs]
  87. WRSWanDD.CopyDrv       = 12 
  88.  
  89. [WRSWanDD.CopyDrv]
  90. WrKPoETNic2000.sys     
  91.  
  92.  
  93. [Strings]
  94. StrWRS = "Wind River Systems"
  95. WRSWanDD-Dispname            = "iVasion PoET Adapter"
  96. Svc-WRSWanDD-DispName        = "iVasion PoET Adapter"