home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-10-21 | 8.6 KB | 340 lines |
-
- ;
- ; IMAGE.INF -- This file contains installation information for digital camera and
- ; other image devices.
- ;
- ; It is using the default installer.
- ;
- ;*** Created 10/2/95 (Creation Date)
- ;
- ;*** revised 8/28/97
- ;
- ; removed AM.run, and other sections that are in ks.inf and kscapturt.inf
- ;
- ; added
- ; include=ks.inf, kscaptur.inf
- ; needs=KS.Registration,KSCAPTUR.Registration
- ; There are going to be two proxy GUID using teh same ksproxy.ax
- ; Generic one and
- ; KSCapture
- ;
- ;*** revised 9/4/97
- ;
- ; Added [xxx.xxx.Services] section
- ;
- ; note: section name is limited to 32 characters.
- ;
- ; Added [xxx.xxx.Interfaces] section
- ;
- ; Added .NT section
- ;
- ;*** revised 9/22/97
- ;
- ; Use HardwareID instead of CompatibleIDs
- ; Exlcude all device from ADDDEVICE control applet (PnP devices)
- ;
- ;*** revised 10/14/97
- ;
- ; Added stream.sys (instead of copy it in kscaptur.inf)
- ;
-
- [Version]
- LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
- signature="$CHICAGO$"
-
- ; MEMPHIS:
- ; Memphis uses Image class installer (sti_cl.dll)
- Class=Image
- ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
-
- ; NT 5.0:
- ; There is not, as of 9-13-97, an image class installer, so use media class instead.
- ;Class=MEDIA
- ;ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
-
- Provider=%Msft%
-
- [ControlFlags]
- ; All PnP devices should be excluded from manual AddDevice Applet list
- ExcludeFromSelect=*
-
- [Manufacturer]
- %IntelMfg%=Intel
- %SonyMfg%=Sony
- %TIMfg%=TI
-
-
- [DestinationDirs]
- DefaultDestDir=11 ; LDID_SYS
-
- ; Delete old Win95 and "Detroit" update drivers
- Intel.USBDCam.DelDrivers=10,system
- Sony.1394DCam.DelDrivers=10,system
- TI.1394DCam.DelDrivers=10,system
-
- Intel.USBDCam.CopyDrivers=10,system32\drivers
- Sony.1394DCam.CopyDrivers=10,system32\drivers
- TI.1394DCam.CopyDrivers=10,system32\drivers
-
- Intel.USBDCam.CopyCODEC=11
- Sony.1394DCam.CopyCODEC=11
- TI.1394DCam.CopyCODEC=11
-
- ;---------------------------------------------------------------
- ; I N T E L .
- ;
- ; U S B D C a m
- ;---------------------------------------------------------------
-
- [Intel]
- %USB\VID_04C8&PID_0720.DeviceDesc%=Intel.USBDCam,USB\VID_04C8&PID_0720
-
- [Intel.USBDCam]
- Include= ks.inf, kscaptur.inf
- Needs= KS.Registration,KSCAPTUR.Registration
- AddReg= Intel.USBDCam.AddReg
- UpdateInis= Intel.USBDCam.UpdateIni
- DelFiles= Intel.USBDCam.DelDrivers
- CopyFiles= Intel.USBDCam.CopyDrivers, Intel.USBDCam.CopyCODEC
-
- [Intel.USBDCam.NT]
- Include= ks.inf, kscaptur.inf
- Needs= KS.Registration,KSCAPTUR.Registration.NT
- AddReg= Intel.USBDCam.AddReg
- UpdateInis= Intel.USBDCam.UpdateIni
- CopyFiles= Intel.USBDCam.CopyDrivers, Intel.USBDCam.CopyCODEC
-
-
-
- [Intel.USBDCam.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,usbintel.sys
-
- [Intel.USBDCam.UpdateIni]
- system.ini,drivers32,,"VIDC.I420=iyuv_32.dll"
-
- [Intel.USBDCam.DelDrivers]
- ks.sys,,,1
- stream.sys,,,1
- usbcamd.sys,,,1
- intelcam.sys,,,1
- usbintel.sys,,,1
- imagecls.sys,,,1
-
- [Intel.USBDCam.CopyDrivers]
- stream.sys
- usbintel.sys
- usbcamd.sys
-
- [Intel.USBDCam.CopyCODEC]
- iyuv_32.dll
-
-
- [Intel.USBDCam.Interfaces]
- AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Intel.USBDCam.Interface
-
- [Intel.USBDCam.NT.Interfaces]
- AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Intel.USBDCam.Interface
-
- [Intel.USBDCam.Interface]
- AddReg=Intel.USBDCam.Intf.AddReg
-
- [Intel.USBDCam.Intf.AddReg]
- HKR,,CLSID,,%ProxyVCap.CLSID%
- HKR,,FriendlyName,,%USB\VID_04C8&PID_0720.DeviceDesc%
- ; HKR,,ExtensionDLL,,%Intel.ExtensionDLL%
-
-
-
- [Intel.USBDCam.NT.Services]
- AddService = DCamUSBIntel,0x00000002,Intel.USBDCam.ServiceInstall
-
- [Intel.USBDCam.ServiceInstall]
- DisplayName = %USB\VID_04C8&PID_0720.DeviceDesc%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_DEMAND_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\usbintel.sys
-
- ;---------------------------------------------------------------
- ; S O N Y .
- ;
- ; 1 3 9 4 D C a m
- ;---------------------------------------------------------------
-
- [Sony]
- %1394\SONY&CCM-DS250.DeviceDesc%=Sony.1394DCam,1394\SONY&CCM-DS250_1.08
- %1394\SONY&CCM-DS250.DeviceDesc%=Sony.1394DCam,1394\SONY&CCM-DS250_1.07
- %1394\SONY&CCM-DS250.DeviceDesc%=Sony.1394DCam,1394\A02D&100
-
- [Sony.1394DCam]
- Include= ks.inf, kscaptur.inf
- Needs= KS.Registration,KSCAPTUR.Registration
- AddReg= Sony.1394DCam.AddReg
- UpdateInis= Sony.1394DCam.UpdateIni
- DelFiles= Sony.1394DCam.DelDrivers
- CopyFiles= Sony.1394DCam.CopyDrivers, Sony.1394DCam.CopyCODEC
-
- [Sony.1394DCam.NT]
- Include= ks.inf, kscaptur.inf
- Needs= KS.Registration,KSCAPTUR.Registration.NT
- AddReg= Sony.1394DCam.AddReg
- UpdateInis= Sony.1394DCam.UpdateIni
- CopyFiles= Sony.1394DCam.CopyDrivers, Sony.1394DCam.CopyCODEC
-
-
-
- [Sony.1394DCam.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,sonydcam.sys
-
- [Sony.1394DCam.UpdateIni]
- system.ini, drivers32,,"VIDC.UYVY=msyuv.dll"
-
- [Sony.1394DCam.DelDrivers]
- ks.sys,,,1
- stream.sys,,,1
- sonydcam.sys,,,1
-
- [Sony.1394DCam.CopyDrivers]
- stream.sys
- sonydcam.sys
-
- [Sony.1394DCam.CopyCODEC]
- msyuv.dll
-
-
- [Sony.1394DCam.Interfaces]
- AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Sony.1394DCam.Interface
-
- [Sony.1394DCam.NT.Interfaces]
- AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Sony.1394DCam.Interface
-
- [Sony.1394DCam.Interface]
- AddReg=Sony.1394DCam.Intf.AddReg
-
- [Sony.1394DCam.Intf.AddReg]
- HKR,,CLSID,,%ProxyVCap.CLSID%
- HKR,,FriendlyName,,%1394\SONY&CCM-DS250.DeviceDesc%
- ; HKR,,ExtensionDLL,,%Sony.ExtensionDLL%
-
-
-
- [Sony.1394DCam.NT.Services]
- AddService = DCamSony,0x00000002,Sony.1394DCam.ServiceInstall
-
- [Sony.1394DCam.ServiceInstall]
- DisplayName = %1394\SONY&CCM-DS250.DeviceDesc%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_DEMAND_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\sonydcam.sys
- ;---------------------------------------------------------------
- ; T I .
- ;
- ; 1 3 9 4 D C a m
- ;---------------------------------------------------------------
-
- [TI]
- %1394\TI&MC680-DCC.DeviceDesc%=TI.1394DCam,1394\TI&MC680-DCC_V0.9
- %1394\TI&MC680-DCC.DeviceDesc%=TI.1394DCam,1394\A02D&100
-
- [TI.1394DCam]
- Include= ks.inf, kscaptur.inf
- Needs= KS.Registration,KSCAPTUR.Registration
- AddReg= TI.1394DCam.AddReg
- UpdateInis= TI.1394DCam.UpdateIni
- DelFiles= TI.1394DCam.DelDrivers
- CopyFiles= TI.1394DCam.CopyDrivers, TI.1394DCam.CopyCODEC
-
- [TI.1394DCam.NT]
- Include= ks.inf, kscaptur.inf
- Needs= KS.Registration,KSCAPTUR.Registration.NT
- AddReg= TI.1394DCam.AddReg
- UpdateInis= TI.1394DCam.UpdateIni
- CopyFiles= TI.1394DCam.CopyDrivers, TI.1394DCam.CopyCODEC
-
-
-
- [TI.1394DCam.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,sonydcam.sys
-
- [TI.1394DCam.UpdateIni]
- system.ini, drivers32,,"VIDC.UYVY=msyuv.dll"
-
- [TI.1394DCam.DelDrivers]
- ks.sys,,,1
- stream.sys,,,1
- sonydcam.sys,,,1
-
- [TI.1394DCam.CopyDrivers]
- stream.sys
- sonydcam.sys
-
- [TI.1394DCam.CopyCODEC]
- msyuv.dll
-
-
- [TI.1394DCam.Interfaces]
- AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,TI.1394DCam.Interface
-
- [TI.1394DCam.NT.Interfaces]
- AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,TI.1394DCam.Interface
-
- [TI.1394DCam.Interface]
- AddReg=TI.1394DCam.Intf.AddReg
-
- [TI.1394DCam.Intf.AddReg]
- HKR,,CLSID,,%ProxyVCap.CLSID%
- HKR,,FriendlyName,,%1394\TI&MC680-DCC.DeviceDesc%
- ; HKR,,ExtensionDLL,,%TI.ExtensionDLL%
-
-
-
- [TI.1394DCam.NT.Services]
- AddService = DCamTI,0x00000002,TI.1394DCam.ServiceInstall
-
- [TI.1394DCam.ServiceInstall]
- DisplayName = %1394\TI&MC680-DCC.DeviceDesc%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_DEMAND_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\sonydcam.sys
-
-
- [Strings]
-
- ;----------------
- ; Non-Localizable
- ;----------------
-
- ; note: only register value is case sensitive, key is not.
- ProxyVCap.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
- KSCATEGORY_CAPTURE="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
- SERVICE_KERNEL_DRIVER=1
- ; PnP should use demand start
- SERVICE_DEMAND_START=3
- SERVICE_ERROR_NORMAL=1
-
- ; IHV's extension DLL
- ; Intel.ExtensionDLL = "???.dll"
- ; Sony.ExtensionDLL = "???.dll"
- ; TI.ExtensionDLL = "???.dll"
-
-
- ;----------------
- ; Localizable
- ;----------------
-
- Msft="Microsoft"
-
- IntelMfg="Intel"
- USB\VID_04C8&PID_0720.DeviceDesc="USB Video Camera for Intel Proshare technology"
-
- SonyMfg="Sony"
- 1394\SONY&CCM-DS250.DeviceDesc="Sony 1394 CCM-DS250 Desktop Camera"
-
- TIMfg="TI"
- 1394\TI&MC680-DCC.DeviceDesc="TI 1394 MC680-DDC Desktop Camera"
-