home *** CD-ROM | disk | FTP | other *** search
/ Internet Core Protocols / Oreilly-InternetCoreProtocols.iso / Software / SURVEYOR / DATA1.CAB / Program_Executable_Files / PKTDRVR.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1999-07-30  |  2.2 KB  |  94 lines

  1. ; NETTPDRV.INF
  2. ;
  3. ; Network Transports
  4. ;
  5.  
  6. [version]
  7. LayoutFile=layout.inf
  8. signature="$CHICAGO$"
  9. Class=NetTrans
  10. provider=%V_MS%
  11.  
  12. [CLassInstall]
  13. AddReg=NetTrans.AddReg
  14. CopyFiles=NetTrans.CopyfFiles
  15. [NetTrans.AddReg]
  16. HKR,,,,%V_CLASSNAME%
  17. HKR,,Installer,,netdi.dll
  18. HKR,,Icon,,-6
  19. HKR,,NoUseClass,,1
  20. [NetTrans.CopyFiles]
  21.  
  22. [Manufacturer]
  23. %V_MS%=MS
  24.  
  25. [MS]
  26. %PKTDRVR.DeviceDesc%=   PKTDRVR.ndi, PKTDRVR    ;PKTDRVR
  27.  
  28.  
  29. ;****************************************************************************
  30. ; PKTDRVR
  31. ;****************************************************************************
  32. [PKTDRVR.ndi]
  33. AddReg=PKTDRVR.ndi.reg
  34. ;Unique PnP ID, entry need to be present so that setup can back track 
  35. ;the device name from the driver 
  36. DeviceID=PKTDRVR
  37. ;Specify if the device can be installed more than once
  38. ;if not specify, default is MaxInstance=1
  39. MaxInstance=1
  40.  
  41. [PKTDRVR.ndi.reg]
  42. HKR,Ndi,DeviceID,,PKTDRVR
  43. ; NDIS Info
  44. HKR,NDIS,LogDriverName,,PKTDRVR
  45. HKR,NDIS,MajorNdisVersion,1,03
  46. HKR,NDIS,MinorNdisVersion,1,0A
  47. ; Interfaces
  48. HKR,Ndi\Interfaces,DefLower,,"ndis3"
  49. HKR,Ndi\Interfaces,LowerRange,,"ndis3"
  50. ; Install sections
  51. HKR,Ndi\Install,,,"PKTDRVR.Install"
  52. HKR,Ndi\Remove,,,"PKTDRVR.Remove"
  53.  
  54. ;Sessions Parameter
  55.  
  56. [PKTDRVR.Install]
  57. AddReg=PKTDRVR.AddReg
  58. CopyFiles=PKTDRVR.CopyFiles
  59. ;ndis.386 will determine whether to load it or not
  60. [PKTDRVR.AddReg]
  61. HKR,,DevLoader,,*ndis
  62. HKR,,DeviceVxDs,,PKTDRVR.VXD
  63. [PKTDRVR.CopyFiles]
  64. PKTDRVR.VXD
  65.  
  66. [PKTDRVR.Remove]
  67. AddReg=PKTDRVR.Rmv.AddReg
  68. [PKTDRVR.Rmv.AddReg]
  69.  
  70.  
  71. ;****************************************************************************
  72. ; Destination Directories
  73. ;****************************************************************************
  74. [DestinationDirs]
  75. NetTrans.CopyfFiles   = 11 ; LDID-SYS
  76. PKTDRVR.CopyFiles     = 11 ; LDID_SYS
  77.  
  78. ;****************************************************************************
  79. ; Localizable Strings
  80. ;****************************************************************************
  81. [strings]
  82. V_MS="Microsoft"
  83. V_CLASSNAME="Network Transport"
  84.  
  85. ; Devices
  86. PKTDRVR.DeviceDesc="Shomiti NDIS 3.1 PKTDRVR"
  87.  
  88. ; Parameters
  89. PKTDRVR_NDIS2MACS="NDIS2MACS"
  90.  
  91. PARAM_YES="TRUE"
  92. PARAM_NO="FALSE"
  93.  
  94.