home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 July / APC0702D2.iso / features / broadban / files / Winproxy.exe / i / _SETUP.1 / dne2000.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-12-10  |  1.9 KB  |  72 lines

  1. ;
  2. ; Copyright (c) 2001 Deterministic Networks Inc.  All rights Reserved.
  3. ;
  4.  
  5. [Version]
  6. Signature  = "$Windows NT$"
  7. CatalogFile= dne2000.cat
  8. Class      = NetService
  9. ClassGUID  = {4D36E974-E325-11CE-BFC1-08002BE10318}
  10. Provider   = %Dni%
  11. DriverVer=12/07/2001,2.11.7.3
  12.  
  13. [Manufacturer]
  14. %Dni% = DNI
  15.  
  16. [ControlFlags]
  17.  
  18. [DNI]
  19. %Dne_Desc% = Dne.ndi, dni_dne
  20.  
  21. [Dne.ndi]
  22. AddReg = Dne.ndi.AddReg, Dne.AddReg
  23. Characteristics = 0x4410 ;NCF_FILTER | NCF_NO_SERVICE | NCF_NDIS_PROTOCOL
  24. CopyFiles       = Dne.CopyFiles.Init, Dne.CopyFiles.Sys
  25. CopyInf         = dne2000m.inf
  26.  
  27. [SourceDisksNames]
  28. 1="Deterministic Network Enhancer Disk","",0
  29.  
  30. [SourceDisksFiles]
  31. dneinobj.dll=1
  32. dne2000.sys=1
  33. dne2000m.inf=1
  34.  
  35. [DestinationDirs]
  36. Dne.CopyFiles.Init  = 11   ; %windir%\System32
  37. Dne.CopyFiles.Sys   = 12   ; %windir%\System32\drivers
  38.  
  39. [Dne.CopyFiles.Init]
  40. dneinobj.dll,,,2
  41.  
  42. [Dne.CopyFiles.Sys]
  43. dne2000.sys,,,2
  44.  
  45. [InfSourcePathInfo]
  46. OriginalInfSourcePath = %1%
  47.  
  48. [Dne.ndi.AddReg]
  49. HKR, Ndi,            HelpText,            , %Dne_HELP%
  50. HKR, Ndi,            ClsID,               , {988248f3-a1ad-49bf-9170-676cbbc36ba3}
  51. HKR, Ndi,            ComponentDll,        , dneinobj.dll
  52. HKR, Ndi,            FilterClass,         , failover
  53. HKR, Ndi,            FilterDeviceInfFile, , dne2000m.inf
  54. HKR, Ndi,            FilterDeviceInfId,   , dni_dnemp
  55. HKR, Ndi,            Service,             , DNE
  56. HKR, Ndi\Interfaces, UpperRange,          , noupper
  57. HKR, Ndi\Interfaces, LowerRange,          , nolower
  58. HKR, Ndi\Interfaces, LowerExclude,        , "ndisatm, ndiscowan, ndiswan, ndiswanasync, ndiswanipx, ndiswannbf"
  59. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, tokenring, fddi, wan"
  60.  
  61. [Dne.AddReg]
  62. HKR, Parameters, Param1, 0, 4
  63. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
  64.  
  65. [Dne.Ndi.Remove.Services]
  66. DelService = DNE
  67.  
  68. [Strings]
  69. Dni = "Deterministic Networks"
  70. Dne_Desc = "Deterministic Network Enhancer"
  71. Dne_HELP = "Deterministic Network Enhancer"
  72.