Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
2.1 KiB

  1. ; MONSAMP.INF
  2. ;
  3. ; Copyright (c) Microsoft Corporation. All rights reserved.
  4. ;
  5. ; This is a sample INF file for installing monitors for Windows 2000.
  6. ;
  7. [Version]
  8. signature="$CHICAGO$"
  9. Class=Monitor
  10. ClassGuid={4D36E96E-E325-11CE-BFC1-08002BE10318}
  11. Provider=%ACME%
  12. ; Replace %ACME% with your company name (i.e. %xxxxx% where xxxxx is your company name, with no spaces)
  13. ; Ensure to add directive below with the proper catalog file after WHQL
  14. ; certification
  15. ;CatalogFile=Sample.cat
  16. [DestinationDirs]
  17. DefaultDestDir=11
  18. ACME-1234.CopyFiles=23
  19. ACME-5678.CopyFiles= 23
  20. [SourceDisksNames]
  21. 1="Acme Supersync Monitor Installation Disk"
  22. ; Replace this string with a custom string for your monitor installation disk.
  23. [SourceDisksFiles]
  24. profile1.icm=1
  25. profile2.icm=1
  26. [Manufacturer]
  27. %ACME%=ACME
  28. [ACME]
  29. %ACME-1234%=ACME-1234.Install, Monitor\MON12AB
  30. %ACME-5678%=ACME-5678.Install, Monitor\MON34CD
  31. [ACME-1234.Install]
  32. DelReg=DEL_CURRENT_REG
  33. AddReg=ACME-1234.AddReg, 1280, DPMS
  34. CopyFiles=ACME-1234.CopyFiles
  35. [ACME-5678.Install]
  36. DelReg=DEL_CURRENT_REG
  37. AddReg=ACME-5678.AddReg, 1600, DPMS
  38. CopyFiles=ACME-5678.CopyFiles
  39. [DEL_CURRENT_REG]
  40. HKR,MODES
  41. HKR,,MaxResolution
  42. HKR,,DPMS
  43. HKR,,ICMProfile
  44. ; Pre-defined AddReg sections. These can be used for default settings on
  45. ; a given standard resolution is used.
  46. [640]
  47. HKR,,MaxResolution,,"640,480"
  48. [800]
  49. HKR,,MaxResolution,,"800,600"
  50. [1024]
  51. HKR,,MaxResolution,,"1024,768"
  52. [1280]
  53. HKR,,MaxResolution,,"1280,1024"
  54. [1600]
  55. HKR,,MaxResolution,,"1600,1200"
  56. [DPMS]
  57. HKR,,DPMS,,1
  58. [ACME-1234.AddReg]
  59. HKR,"MODES\1280,1024",Mode1,,"31.0-94.0,55.0-160.0,+,+"
  60. HKR,,ICMProfile,0,"profile1.icm"
  61. [ACME-5678.AddReg]
  62. HKR,"MODES\640,480",Mode1,,"27.0-106.0,55.0-120.0,+,+"
  63. HKR,"MODES\800,600",Mode1,,"27.0-79.0,55.0-90.0,+,+"
  64. HKR,"MODES\1600,1280",Mode1,,"27.0-106.0,55.0-120.0,+,+"
  65. HKR,,ICMProfile,0,"profile2.icm"
  66. [ACME-1234.CopyFiles]
  67. PROFILE1.ICM
  68. [ACME-5678.CopyFiles]
  69. PROFILE2.ICM
  70. [Strings]
  71. MonitorClassName="Monitor"
  72. ACME="Acme Monitors, Inc."
  73. ACME-1234="Acme SuperSync 2000"
  74. ACME-5678="Monitor Name 2"