home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) Microsoft Corporation. All rights reserved.
- [version]
- LayoutFile = layout.inf
- signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- provider = %Msft%
- DriverVer=06/21/2006,6.0.6001.18000
-
-
- ;*******************************************************************************
- ;*******************************************************************************
- ; The following ClassInstall32 section is run by syssetup during
- ; GUI mode and is independent of the devices listed in this inf file
- ; Rather than introduce a new inf file for the classinstall32, we placed
- ; the section in this existing inf.
- ;
- ; IF THIS FILE IS REMOVED, THE CLASS INSTALLER WILL NO LONGER
- ; BE CALLED BY THE SYSTEM. if the file must be removed, the section needs
- ; to be relocated and Setup notified of the change
-
- [ClassInstall32.NT]
- AddReg = NetClass.NT.AddReg
-
- [NetClass.NT.AddReg]
- HKR, , , 0, %DisplayClassName%
- HKR, , EnumPropPages32, 0, "NetCfgx.dll,NetPropPageProvider"
- HKR, , Icon, 0, "-5"
- HKR, , Installer32, 0, "NetCfgx.dll,NetClassInstaller"
- ;*******************************************************************************
- ;*******************************************************************************
-
- [Strings]
- Msft = "Microsoft"
- DisplayClassName = "Network adapters"
-