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

  1. ;//****************************************************************************
  2. ;//* DNEMAC.INF 
  3. ;//****************************************************************************
  4. ;//* Copyright (c) Deterministic Networks, Inc.  1997 - 2001
  5. ;//****************************************************************************
  6. ;//* 
  7. ;//* This is the .inf file for the mac dirver (dnemac.vxd)
  8. ;//*
  9. ;//****************************************************************************
  10.  
  11. [Version]
  12. Signature=$CHICAGO$
  13. Class=Net
  14. Provider=%V_DETNET%
  15. DriverVer=12/07/2001,2.11.7.3
  16.     
  17. [Manufacturer]
  18. %V_DETNET%=DETERMINISTIC
  19.  
  20. [ControlFlags]
  21. ExcludeFromSelect=DNEMAC
  22.     
  23. [DETERMINISTIC]
  24. %DNEMAC.DeviceDesc% =DNEMAC.ndi, DNEMAC
  25.     
  26. [DNEMAC.ndi]
  27. AddReg=DNEMAC.ndi.reg  
  28. DeviceID=DNEMAC
  29. MaxInstance=16
  30.     
  31. [DNEMAC.ndi.reg]
  32. HKR,Ndi,DeviceID,,DNEMAC
  33. HKR,NDIS,LogDriverName,,DNEMAC                      
  34. HKR,Ndi,NdiInstaller,,"DNES.dll,DnDneMacMain" 
  35. HKR,Ndi,MaxInstance,,20
  36. HKR,NDIS,MajorNdisVersion,1,03
  37. HKR,NDIS,MinorNdisVersion,1,0a
  38. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  39. HKR,Ndi\Interfaces,DefLower,,"DNEBinding"
  40. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  41. HKR,Ndi\Interfaces,LowerRange,,"DNEBinding" 
  42. HKR,Ndi\Compatibility,RequireAll,,"DNEPRO"  
  43. HKR,Ndi\Install,,,"DNEMAC.Install"
  44. HKR,Ndi\Remove,,,"DNEMAC.Remove"  
  45.  
  46. ; Context help
  47. HKR,Ndi,HelpText,0,%DNEMAC_HELP%
  48.     
  49. [DNEMAC.Install]
  50. AddReg=DNEMAC.AddReg
  51.     
  52. [DNEMAC.Remove]
  53. DelReg=DNEMAC.ndi.rmv.delreg 
  54. DelFiles=DNEMAC.ndi.vxds.delfiles
  55.  
  56. [DNEMAC.AddReg]
  57. HKR,,DevLoader,,*ndis 
  58. HKR,,DeviceVxDs,,"DNEMAC.VXD"
  59.  
  60. [DNEMAC.ndi.rmv.delreg]
  61.  
  62. [DNEMAC.ndi.vxds.delfiles]
  63.  
  64. [DestinationDirs]       
  65. DNEMAC.ndi.vxds.delfiles= 11
  66.  
  67. [strings]
  68.     
  69. V_DETNET="Deterministic Networks"
  70. V_CLASSNAME = "Network Adapter"
  71.     
  72. DNEMAC.DeviceDesc = "DNE Mac Shim" 
  73.     
  74. DNEMAC_HELP = "This is an internal component of the DNE system.  Please do not remove this component.  Instead please remove the DNES service from the control panel."
  75.  
  76.  
  77.     
  78.