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

  1.  ■;/*++
  2. ;
  3. ;Copyright (c) Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ;    s3cap.inf
  8. ;
  9. ;Abstract:
  10. ;
  11. ;    This is the INF file for installing the Hyper-V S3 Cap driver
  12. ;    
  13. ;Environment:
  14. ;
  15. ;    Driver installation
  16. ;
  17. ;--*/
  18. [Version]
  19. Signature="$WINDOWS NT$"
  20. Provider=%MSFT%
  21. ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
  22. Class=System
  23. DriverVer=06/21/2006,6.0.6001.18000
  24. LayoutFile=layout.inf
  25. ;CatalogFile=vmdrivers.cat
  26. [DestinationDirs]
  27. DefaultDestDir = 12
  28. S3Cap.Copy = 12
  29. [ControlFlags]
  30. ExcludeFromSelect=*
  31. ;
  32. ; S3 Cap Device Install Section
  33. ;
  34. [Manufacturer]
  35. %StdMfg% = Standard, NTx86
  36. [Standard]
  37. %S3CapDevice.DeviceDesc% = S3Cap, PCI\VEN_1414&DEV_5353&SUBSYS_00000000&REV_00
  38. [Standard.NTx86]
  39. %S3CapDevice.DeviceDesc% = S3Cap, PCI\VEN_1414&DEV_5353&SUBSYS_00000000&REV_00
  40. [S3Cap]
  41. FeatureScore=80
  42. CopyFiles=S3Cap.Copy
  43. ;
  44. ; File sections
  45. ;
  46. [SourceDisksNames]
  47. 1 = %DiskId1%,,,""
  48. [SourceDisksFiles]
  49. s3cap.sys  = 1,,
  50. [S3Cap.Copy]
  51. s3cap.sys
  52. ;
  53. ; Service installation
  54. ;
  55. [S3Cap.Services]
  56. AddService = s3cap, %SPSVCINST_ASSOCSERVICE%, s3cap_Service_Inst
  57. [s3cap_Service_Inst]
  58. DisplayName    = %S3CAP.SVCDESC%
  59. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  60. StartType      = 3               ; SERVICE_DEMAND_START
  61. ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
  62. ServiceBinary  = %12%\s3cap.sys
  63. LoadOrderGroup = Video
  64. AddReg         = s3cap_Parameters_AddReg
  65. [s3cap_Parameters_AddReg]
  66. HKR, Parameters\Wdf, DbgPrintOn,      0x00010001, 0
  67. HKR, Parameters\Wdf, DbgBreakOnError, 0x00010001, 0
  68. ;
  69. ; Uninstallation sections
  70. ;
  71. [DefaultUninstall.Services]
  72. DelService = s3cap,0x00000200
  73. [DefaultUninstall]
  74. DelFiles = S3Cap.Copy
  75. ;
  76. ; Strings
  77. ;
  78. [Strings]
  79. SPSVCINST_ASSOCSERVICE= 0x00000002
  80. MSFT = "Microsoft"
  81. StdMfg = "(Standard system devices)"
  82. ClassName = "S3 Cap"
  83. DiskId1 = "S3 Cap Device Installation Disk #1"
  84. S3CapDevice.DeviceDesc = "Microsoft Emulated S3 Device Cap"
  85. S3CAP.SVCDESC = "Microsoft Emulated S3 Device Cap Driver"