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.

126 lines
2.3 KiB

  1. ; mnmdd.inf
  2. ;
  3. ; Installation inf for the Microsoft graphics adapter.
  4. ;
  5. [Version]
  6. Signature="$CHICAGO$"
  7. Provider=%Microsoft%
  8. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  9. Class=Display
  10. [DestinationDirs]
  11. DefaultDestDir = 11
  12. mnmdd.Miniport = 12 ; drivers
  13. mnmdd.Display = 11 ; system32
  14. ;
  15. ; Driver information
  16. ;
  17. [Manufacturer]
  18. %Microsoft% = Microsoft.Mfg
  19. [Microsoft.Mfg]
  20. %Microsoft% NetMeeting graphics driver = mnmdd
  21. ;
  22. ; General installation section
  23. ;
  24. [mnmdd]
  25. CopyFiles=mnmdd.Miniport, mnmdd.Display
  26. ;
  27. ; File sections
  28. ;
  29. [mnmdd.Miniport]
  30. mnmdd.sys
  31. [mnmdd.Display]
  32. mnmdd.dll
  33. ;
  34. ; Service Installation
  35. ;
  36. [mnmdd.Services]
  37. AddService = mnmdd, 0x00000002, mnmdd_Service_Inst, mnmdd_EventLog_Inst
  38. [mnmdd_Service_Inst]
  39. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  40. StartType = 1 ; SERVICE_SYSTEM_START
  41. ErrorControl = 0 ; SERVICE_ERROR_IGNORE
  42. LoadOrderGroup = Video
  43. ServiceBinary = %12%\mnmdd.sys
  44. [mnmdd_EventLog_Inst]
  45. AddReg = mnmdd_EventLog_AddReg
  46. [mnmdd_EventLog_AddReg]
  47. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\mnmdd.sys"
  48. HKR,,TypesSupported,0x00010001,7
  49. ;
  50. ; Software Installation
  51. ;
  52. [mnmdd.SoftwareSettings]
  53. AddReg = mnmdd_SoftwareDeviceSettings
  54. [mnmdd_SoftwareDeviceSettings]
  55. HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, mnmdd
  56. HKR,, VgaCompatible, %REG_DWORD%, 0
  57. HKR,, MirrorDriver, %REG_DWORD%, 1
  58. HKR,, Attached.ToDesktop, %REG_DWORD%, 1
  59. [mnmdd.OpenGLSoftwareSettings]
  60. AddReg = mnmdd_OpenGLSoftwareSettings
  61. [mnmdd_OpenGLSoftwareSettings]
  62. [mnmdd.GeneralConfigData]
  63. MaximumNumberOfDevices = 1
  64. KeepExistingDriverEnabled = 1
  65. ;
  66. ; Source file information
  67. ;
  68. [SourceDisksNames.x86]
  69. 1 = %DiskId%,,,""
  70. [SourceDisksNames.alpha]
  71. 1 = %DiskId%,,,""
  72. [SourceDisksFiles]
  73. mnmdd.sys = 1
  74. mnmdd.dll = 1
  75. [Strings]
  76. ;
  77. ; Non-Localizable Strings
  78. ;
  79. REG_SZ = 0x00000000
  80. REG_MULTI_SZ = 0x00010000
  81. REG_EXPAND_SZ = 0x00020000
  82. REG_BINARY = 0x00000001
  83. REG_DWORD = 0x00010001
  84. SERVICEROOT = System\CurrentControlSet\Services
  85. ;
  86. ; Localizable Strings
  87. ;
  88. DiskId = "Microsoft Installation DISK (VIDEO)"
  89. GraphAdap = "Graphics Adapter"
  90. Microsoft = "Microsoft"