home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-10-21 | 1.3 KB | 51 lines |
-
- ; NETFAKE.INF
- ;
- ; MS Placeholder Network Interface Card.
- ;
- ; Copyright 1997, Microsoft Corporation
-
- [version]
- LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
- signature="$CHICAGO$"
- Class=Net
- ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
- provider=%V_MS%
-
- [Manufacturer]
- %V_MS%=FAKE
-
- [FAKE]
- %PnP.devicedesc%=FAKE.ndi, *PNP8390 ; Fake PnP
-
- ;****************************************************************************
- ; Fake PnP
- ;****************************************************************************
- [FAKE.ndi]
- AddReg=FAKE.ndi.reg
- DeviceID=*PNP8390
- MaxInstance=1
-
- [FAKE.ndi.reg]
- HKR,Ndi,DeviceID,,"*PNP8390"
- HKR,Ndi,HelpText,,%FAKE_HELP%
-
- HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3,ndisatm"
- HKR,Ndi\Interfaces,DefLower,,"ethernet"
- HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,ndisatm,odi"
- HKR,Ndi\Interfaces,LowerRange,,"ethernet"
-
- [ControlFlags]
- ExcludeFromSelect=*PNP8390
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- ; Provider
- ; Manufacturers
- V_MS="Microsoft"
- ; PNP Devices
- PnP.DeviceDesc="Placeholder for your PnP Network Adapter"
- FAKE_HELP="This device allows you to install protocols, clients and services before Setup has identified and installed your Network Adapter"
-