home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / inf / netclass.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  3KB  |  36 lines

  1.  ■; Copyright (c) Microsoft Corporation.  All rights reserved.
  2. [version]
  3. LayoutFile = layout.inf
  4. signature  = "$Windows NT$"
  5. Class      = Net
  6. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. provider   = %Msft%
  8. DriverVer=06/21/2006,6.0.6001.18000
  9. ;*******************************************************************************
  10. ;*******************************************************************************
  11. ; The following ClassInstall32 section is run by syssetup during
  12. ; GUI mode and is independent of the devices listed in this inf file
  13. ; Rather than introduce a new inf file for the classinstall32, we placed
  14. ; the section in this existing inf.
  15. ;
  16. ;  IF THIS FILE IS REMOVED, THE CLASS INSTALLER WILL NO LONGER
  17. ;  BE CALLED BY THE SYSTEM.  if the file must be removed, the section needs
  18. ;  to be relocated and Setup notified of the change
  19. [ClassInstall32.NT]
  20. AddReg = NetClass.NT.AddReg
  21. [NetClass.NT.AddReg]
  22. HKR, , ,                0, %DisplayClassName%
  23. HKR, , EnumPropPages32, 0, "NetCfgx.dll,NetPropPageProvider"
  24. HKR, , Icon,            0, "-5"
  25. HKR, , Installer32,     0, "NetCfgx.dll,NetClassInstaller"
  26. ;*******************************************************************************
  27. ;*******************************************************************************
  28. [Strings]
  29. Msft = "Microsoft"
  30. DisplayClassName = "Network adapters"