home *** CD-ROM | disk | FTP | other *** search
- [Version]
- Signature="$CHICAGO$"
- Class=MEDIA
- provider=%COMPANY_NAME%
- LayoutFile=layout.inf
-
- [ClassInstall]
- AddReg=Class.AddReg
-
- [Class.AddReg]
- HKR,,,,%MediaClassName%
- HKR,,Icon,,"-1"
- HKR,,Installer,,mmci.dll
-
- [Manufacturer]
- %MfgName%=S3
-
- [S3]
- %*PNP.DeviceDesc%=PNP_Device, S3C0101
-
- [PreCopySection]
- HKR,,NoSetupUI,,1
-
- ;---------------------------------------------------------------;
-
- [PNP_Device]
- LogConfig=*PNP.LogConfig
- DelFiles=Capture.DelList
- CopyFiles=Capture.CopyList, Ini.CopyList
- AddReg=VIDCAP.AddReg, PNP.AddReg, Capture.AddReg
- UpdateInis=Capture.UpdateInis
-
- ;---------------------------------------------------------------;
-
- [Capture.UpdateInis]
- system.ini,drivers,"msvideo*=K2VCAPT.DRV",,1
-
- [Capture.DelList]
- ;k2vcapt.drv
-
- ;---------------------------------------------------------------;
-
- [*PNP.LogConfig]
- ConfigPriority=NORMAL
-
- ;---------------------------------------------------------------;
- ;
- ; The .Det sections are added to the devnode at detection time
- ; only. The PreCopySection is simply setting the NoSetupUI
- ; flag so that the critical pieces (such as logical
- ; configurations) are in place at the time the device is started
- ; during first boot.
- ;
- ;---------------------------------------------------------------;
-
- [*S3C0101.Det]
- AddReg=PreCopySection
-
- ;---------------------------------------------------------------;
-
- [Capture.CopyList]
- S3CAPDEV.VXD,,
-
- [Ini.CopyList]
- ;k2vcapt.ini,,
-
- ;---------------------------------------------------------------;
-
- [PNP.AddReg]
- HKR,Drivers\msvideo\K2VCAPT.DRV,Description,,%*PNP.DeviceDesc%
- HKR,Drivers\msvideo\K2VCAPT.DRV,Driver,,K2VCAPT.DRV
- HKR,Drivers,SubClasses,,"msvideo"
-
- [Capture.AddReg]
- HKR,,Driver,,S3CAPDEV.VXD
-
- [VIDCAP.AddReg]
- HKR,,DevLoader,,mmdevldr.vxd
- HKR,Drivers,MIGRATED,,0
- HKR,Drivers\msvideo,,,
-
- ;---------------------------------------------------------------;
-
- [DestinationDirs]
- Ini.CopyList = 25 ; LDID_SHARED
- DefaultDestDir = 11 ; LDID_SYS
-
- ;---------------------------------------------------------------;
-
- [Strings]
- COMPANY_NAME="S3 Inc."
- MfgName="S3 Inc."
- *PNP.DeviceDesc="S3 Video Capture Driver"
- MediaClassName="Sound, video and game controllers"
- V_CLSVIDCAP="Video Capture"