home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / netfake.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  1.3 KB  |  51 lines

  1.  
  2. ; NETFAKE.INF
  3. ;
  4. ; MS Placeholder Network Interface Card.
  5. ;
  6. ; Copyright 1997, Microsoft Corporation
  7.  
  8. [version]
  9. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  10. signature="$CHICAGO$"
  11. Class=Net
  12. ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
  13. provider=%V_MS%
  14.  
  15. [Manufacturer]
  16. %V_MS%=FAKE
  17.  
  18. [FAKE]
  19. %PnP.devicedesc%=FAKE.ndi, *PNP8390   ; Fake PnP
  20.  
  21. ;****************************************************************************
  22. ; Fake PnP
  23. ;****************************************************************************
  24. [FAKE.ndi]
  25. AddReg=FAKE.ndi.reg
  26. DeviceID=*PNP8390
  27. MaxInstance=1
  28.  
  29. [FAKE.ndi.reg]
  30. HKR,Ndi,DeviceID,,"*PNP8390"
  31. HKR,Ndi,HelpText,,%FAKE_HELP%
  32.  
  33. HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3,ndisatm"
  34. HKR,Ndi\Interfaces,DefLower,,"ethernet"
  35. HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,ndisatm,odi"
  36. HKR,Ndi\Interfaces,LowerRange,,"ethernet"
  37.  
  38. [ControlFlags]
  39. ExcludeFromSelect=*PNP8390
  40.  
  41. ;****************************************************************************
  42. ; Localizable Strings
  43. ;****************************************************************************
  44. [strings]
  45. ; Provider
  46. ; Manufacturers
  47. V_MS="Microsoft"
  48. ; PNP Devices
  49. PnP.DeviceDesc="Placeholder for your PnP Network Adapter"
  50. FAKE_HELP="This device allows you to install protocols, clients and services before Setup has identified and installed your Network Adapter"
  51.