home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Video / Diamond / Win95 / 95Stealth3D / 3000_Series / vx953211.exe / WINSYS.Z / S3CAPDEV.INF < prev    next >
Windows Setup INFormation  |  1996-12-11  |  2KB  |  96 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. Class=MEDIA
  4. provider=%COMPANY_NAME%
  5. LayoutFile=layout.inf
  6.  
  7. [ClassInstall]
  8. AddReg=Class.AddReg
  9.  
  10. [Class.AddReg]
  11. HKR,,,,%MediaClassName%
  12. HKR,,Icon,,"-1"
  13. HKR,,Installer,,mmci.dll
  14.  
  15. [Manufacturer]
  16. %MfgName%=S3
  17.  
  18. [S3]
  19. %*PNP.DeviceDesc%=PNP_Device, S3C0101
  20.  
  21. [PreCopySection]
  22. HKR,,NoSetupUI,,1
  23.  
  24. ;---------------------------------------------------------------;
  25.  
  26. [PNP_Device]
  27. LogConfig=*PNP.LogConfig
  28. DelFiles=Capture.DelList
  29. CopyFiles=Capture.CopyList, Ini.CopyList
  30. AddReg=VIDCAP.AddReg, PNP.AddReg, Capture.AddReg
  31. UpdateInis=Capture.UpdateInis
  32.  
  33. ;---------------------------------------------------------------;
  34.  
  35. [Capture.UpdateInis]
  36. system.ini,drivers,"msvideo*=K2VCAPT.DRV",,1
  37.  
  38. [Capture.DelList]
  39. ;k2vcapt.drv
  40.  
  41. ;---------------------------------------------------------------;
  42.  
  43. [*PNP.LogConfig]
  44. ConfigPriority=NORMAL
  45.  
  46. ;---------------------------------------------------------------;
  47. ;
  48. ; The .Det sections are added to the devnode at detection time
  49. ; only.  The PreCopySection is simply setting the NoSetupUI
  50. ; flag so that the critical pieces (such as logical
  51. ; configurations) are in place at the time the device is started
  52. ; during first boot.
  53. ;
  54. ;---------------------------------------------------------------;
  55.  
  56. [*S3C0101.Det]
  57. AddReg=PreCopySection
  58.  
  59. ;---------------------------------------------------------------;
  60.  
  61. [Capture.CopyList]
  62. S3CAPDEV.VXD,,
  63.  
  64. [Ini.CopyList]
  65. ;k2vcapt.ini,,
  66.  
  67. ;---------------------------------------------------------------;
  68.  
  69. [PNP.AddReg]
  70. HKR,Drivers\msvideo\K2VCAPT.DRV,Description,,%*PNP.DeviceDesc%
  71. HKR,Drivers\msvideo\K2VCAPT.DRV,Driver,,K2VCAPT.DRV
  72. HKR,Drivers,SubClasses,,"msvideo"
  73.  
  74. [Capture.AddReg]
  75. HKR,,Driver,,S3CAPDEV.VXD
  76.  
  77. [VIDCAP.AddReg]
  78. HKR,,DevLoader,,mmdevldr.vxd
  79. HKR,Drivers,MIGRATED,,0
  80. HKR,Drivers\msvideo,,,
  81.  
  82. ;---------------------------------------------------------------;
  83.  
  84. [DestinationDirs]
  85. Ini.CopyList = 25       ; LDID_SHARED
  86. DefaultDestDir = 11     ; LDID_SYS
  87.  
  88. ;---------------------------------------------------------------;
  89.  
  90. [Strings]
  91. COMPANY_NAME="S3 Inc."
  92. MfgName="S3 Inc."
  93. *PNP.DeviceDesc="S3 Video Capture Driver"
  94. MediaClassName="Sound, video and game controllers"
  95. V_CLSVIDCAP="Video Capture"
  96.