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

  1.  ■;;++ Added by AddSDisk.cmd
  2. [SourceDisksNames]
  3. 3426=windows cd
  4. [SourceDisksFiles]
  5. pnpmem.sys         = 3426
  6. ;;--
  7. [Version]
  8. Signature="$WINDOWS NT$"
  9. Class=Memory
  10. ClassGuid={5099944A-F6B9-4057-A056-8C550228544C}
  11. Provider=%MSFT%
  12. DriverVer=06/21/2006,6.0.6001.18000
  13. ;; Commented by AddSDisk.cmd
  14. ;; LayoutFile=layout.inf
  15. [DestinationDirs]
  16. DefaultDestDir = 12
  17. [Manufacturer]
  18. %MSFT%=Microsoft,NTx86
  19. [Microsoft.NTx86]
  20. %*pnp0c80.DeviceDesc% = PNPMEM_Inst,ACPI\PNP0C80
  21. [PNPMEM_Inst.NT]
  22. Copyfiles = @pnpmem.sys
  23. [PNPMEM_Inst.NT.Services]
  24. AddService = PNPMEM,%SPSVCINST_ASSOCSERVICE%,PNPMEM_Service_Inst,PNPMEM_EventLog_Inst
  25. [PNPMEM_Service_Inst]
  26. DisplayName    = %PNPMEM.SvcDesc%
  27. ServiceType    = %SERVICE_KERNEL_DRIVER%
  28. StartType      = %SERVICE_DEMAND_START%
  29. ErrorControl   = %SERVICE_ERROR_NORMAL%
  30. ServiceBinary  = %12%\pnpmem.sys
  31. [PNPMEM_EventLog_Inst]
  32. AddReg=PNPMEM_EventLog_AddReg
  33. [PNPMEM_EventLog_AddReg]
  34. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pnpmem.sys"
  35. HKR,,TypesSupported,0x00010001,7
  36. [strings]
  37. MSFT                  = "Microsoft"
  38. *pnp0c80.DeviceDesc   = "Memory Module"
  39. PNPMEM.SvcDesc        = "Microsoft Memory Module Driver"
  40. SPSVCINST_TAGTOFRONT  = 0x00000003
  41. SPSVCINST_ASSOCSERVICE= 0x00000002
  42. SERVICE_KERNEL_DRIVER = 1
  43. SERVICE_BOOT_START    = 0
  44. SERVICE_SYSTEM_START  = 1
  45. SERVICE_DEMAND_START  = 3
  46. SERVICE_ERROR_NORMAL  = 1
  47. SERVICE_ERROR_IGNORE  = 0
  48. REG_EXPAND_SZ         = 0x00020000
  49. REG_DWORD             = 0x00010001
  50. REG_SZ                = 0x00000000
  51.