home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / boot.wim / 1 / Windows / inf / netclass.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  2.7 KB  |  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. ;*******************************************************************************
  12. ;*******************************************************************************
  13. ; The following ClassInstall32 section is run by syssetup during
  14. ; GUI mode and is independent of the devices listed in this inf file
  15. ; Rather than introduce a new inf file for the classinstall32, we placed
  16. ; the section in this existing inf.
  17. ;
  18. ;  IF THIS FILE IS REMOVED, THE CLASS INSTALLER WILL NO LONGER
  19. ;  BE CALLED BY THE SYSTEM.  if the file must be removed, the section needs
  20. ;  to be relocated and Setup notified of the change
  21.  
  22. [ClassInstall32.NT]
  23. AddReg = NetClass.NT.AddReg
  24.  
  25. [NetClass.NT.AddReg]
  26. HKR, , ,                0, %DisplayClassName%
  27. HKR, , EnumPropPages32, 0, "NetCfgx.dll,NetPropPageProvider"
  28. HKR, , Icon,            0, "-5"
  29. HKR, , Installer32,     0, "NetCfgx.dll,NetClassInstaller"
  30. ;*******************************************************************************
  31. ;*******************************************************************************
  32.  
  33. [Strings]
  34. Msft = "Microsoft"
  35. DisplayClassName = "Network adapters"
  36.