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.

107 lines
2.0 KiB

  1. ; RDPCDD.inf
  2. ;
  3. ; Installation inf for the RDPCDD chained display driver
  4. ;
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%MS%
  8. ;ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  9. Class=Display
  10. [DestinationDirs]
  11. DefaultDestDir = 11
  12. RDPCDD.Miniport = 12 ; drivers
  13. ;
  14. ; Driver information
  15. ;
  16. [Manufacturer]
  17. %MS% = MS.MR
  18. [MS.MR]
  19. RDPDD Chained DD = RDPCDD, ROOT\Display
  20. ;
  21. ; General installation section
  22. ;
  23. [RDPCDD]
  24. CopyFiles=RDPCDD.Miniport
  25. ;
  26. ; File sections
  27. ;
  28. [RDPCDD.Miniport]
  29. ;RDPCDD.sys
  30. ;
  31. ; Service Installation
  32. ;
  33. [RDPCDD.Services]
  34. AddService = RDPCDD, 0x00000002, RDPCDD_Service_Inst, RDPCDD_EventLog_Inst
  35. [RDPCDD_Service_Inst]
  36. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  37. StartType = 1 ; SERVICE_SYSTEM_START
  38. ErrorControl = 0 ; SERVICE_ERROR_IGNORE
  39. LoadOrderGroup = Video
  40. ServiceBinary = %12%\RDPCDD.sys
  41. [RDPCDD_EventLog_Inst]
  42. AddReg = RDPCDD_EventLog_AddReg
  43. [RDPCDD_EventLog_AddReg]
  44. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\RDPCDD.sys"
  45. HKR,,TypesSupported,0x00010001,7
  46. ;
  47. ; Software Installation
  48. ;
  49. [RDPCDD.SoftwareSettings]
  50. AddReg = RDPCDD_SoftwareDeviceSettings
  51. [RDPCDD_SoftwareDeviceSettings]
  52. HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, RDPDD
  53. HKR,, VgaCompatible, %REG_DWORD%, 0
  54. HKR,, "MirrorDriver", %REG_DWORD%, 1
  55. ;
  56. ; Source file information
  57. ;
  58. [SourceDisksNames.x86]
  59. 1 = %DiskId%,,,""
  60. [SourceDisksFiles]
  61. RDPCDD.sys = 1
  62. [Strings]
  63. ;
  64. ; Non-Localizable Strings
  65. ;
  66. REG_SZ = 0x00000000
  67. REG_MULTI_SZ = 0x00010000
  68. REG_EXPAND_SZ = 0x00020000
  69. REG_BINARY = 0x00000001
  70. REG_DWORD = 0x00010001
  71. SERVICEROOT = System\CurrentControlSet\Services
  72. ;
  73. ; Localizable Strings
  74. ;
  75. DiskId = "Microsoft Installation DISK (VIDEO)"
  76. GraphAdap = "Graphics Adapter"
  77. MS = "Microsoft Corp."