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

  1.  ■;/*++
  2. ;
  3. ;Copyright (c) Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ;    VMBusVideo.inf
  8. ;
  9. ;Abstract:
  10. ;
  11. ;    This file is the installation information file for the 
  12. ;    SynthVid driver pair.
  13. ;
  14. ;
  15. ;Environment:
  16. ;
  17. ;    Driver installation
  18. ;
  19. ;--*/
  20. [Version]
  21. Signature="$Windows NT$"
  22. Class=Display
  23. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  24. Provider=%MSFT%
  25. DriverVer=06/21/2006,6.0.6001.18000
  26. ;CatalogFile=vmdrivers.cat
  27. [DestinationDirs]
  28. DefaultDestDir  = 11
  29. SynthVid.Miniport           = 12  ; drivers
  30. SynthVid.Display            = 11  ; system32
  31. [ControlFlags]
  32. ExcludeFromSelect=*
  33. ;
  34. ; Driver information
  35. ;
  36. [Manufacturer]
  37. %StdMfg% = Standard,NTamd64
  38. [Standard]
  39. %SynthVid.DeviceDesc% = SynthVid, VMBUS\{C9A9B73F-F83D-4b62-A656-FA907223D437}
  40. [Standard.NTamd64]
  41. %SynthVid.DeviceDesc% = SynthVid, VMBUS\{C9A9B73F-F83D-4b62-A656-FA907223D437}
  42. ;
  43. ; General installation section
  44. ;
  45. [SynthVid]
  46. Include=msdv.inf
  47. FeatureScore=40
  48. CopyFiles=SynthVid.Miniport, SynthVid.Display
  49. AddReg = SynthVid_SoftwareDeviceSettings
  50. DelReg = SynthVid_RemoveDeviceSettings
  51. [SynthVid.GeneralConfigData]
  52. MaximumDeviceMemoryConfiguration=128
  53. [SynthVid.SoftwareSettings]
  54. AddReg = SynthVid_SoftwareDeviceSettings
  55. DelReg = SynthVid_RemoveDeviceSettings
  56. ;
  57. ; File sections
  58. ;
  59. [SourceDisksNames]
  60. 1 = %DiskId1%,,,""
  61. [SourceDisksFiles]
  62. VMBusVideoM.sys = 1,,
  63. VMBusVideoD.dll = 1,,
  64. [SynthVid.Miniport]
  65. VMBusVideoM.sys
  66. [SynthVid.Display]
  67. VMBusVideoD.dll
  68. ;
  69. ; Service Installation
  70. ;
  71. [SynthVid.Services]
  72. AddService = SynthVid, 0x00000002, SynthVid_Service_Inst
  73. ;
  74. ; Service Installation Section
  75. ;
  76. [SynthVid_Service_Inst]
  77. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  78. StartType      = 3                  ; SERVICE_DEMAND_START
  79. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  80. LoadOrderGroup = Video
  81. ServiceBinary  = %12%\VMBusVideoM.sys
  82. ;
  83. ; Registry Entries
  84. ;
  85. [SynthVid_SoftwareDeviceSettings]
  86. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, VMBusVideoD
  87. HKR,, VgaCompatible,               %REG_DWORD%,    0
  88. HKR,, Acceleration.Level,          %REG_DWORD%,    0
  89. [SynthVid_RemoveDeviceSettings]
  90. HKR,, VgaCompatible
  91. HKR,, InstalledDisplayDrivers
  92. HKR,, CapabilityOverride
  93. HKR,, Acceleration.Level
  94. ;
  95. ; Uninstallation sections
  96. ;
  97. [DefaultUninstall.Services]
  98. DelService = SynthVid,0x00000200
  99. [DefaultUninstall]
  100. DelFiles = SynthVid.Miniport
  101. DelFiles = SynthVid.Display
  102. ;
  103. ; String Section
  104. ;
  105. [Strings]
  106. ;
  107. ; Non-Localizable Strings
  108. ;
  109. REG_SZ         = 0x00000000
  110. REG_MULTI_SZ   = 0x00010000
  111. REG_EXPAND_SZ  = 0x00020000
  112. REG_BINARY     = 0x00000001
  113. REG_DWORD      = 0x00010001
  114. SERVICEROOT    = "System\CurrentControlSet\Services"
  115. ;
  116. ; Localizable Strings
  117. ;
  118. DiskId1             = "Microsoft VMBus Video Device Installation Disk #1"
  119. MSFT                = "Microsoft"
  120. StdMfg              = "Microsoft"
  121. SynthVid.DeviceDesc = "Microsoft VMBus Video Device"