home *** CD-ROM | disk | FTP | other *** search
- [Version]
- Signature="$WINDOWS NT$"
- Class = DiskDrive
- ClassGuid = {4d36e967-e325-11ce-bfc1-08002be10318}
- Provider =%ProviderName%
- CatalogFile=sdmem.cat
- DriverVer =09/19/2001,2.00.2001.09
-
- [Manufacturer]
- %RicohMFG% = Mfg0
-
- [Mfg0]
- %DeviceDesc%=Ricoh.Install, SDBUS\MM_CARD
-
- [DestinationDirs]
- Ricoh.Files.Driver.NTx86 =10,System32\Drivers
-
- [SourceDisksNames.x86]
- 1 = %DISK1%,,
-
- [SourceDisksFiles.x86]
- sdstmem.sys=1
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Windows 2000
-
- [Ricoh.Install.NTx86]
- CopyFiles=Ricoh.Files.Driver.NTx86
-
- [Ricoh.Files.Driver.NTx86]
- sdstmem.sys,,,%COPYFLG_NOSKIP%
-
- [Ricoh.Install.NTx86.Services]
- AddService = sdstmem, %SPSVCINST_ASSOCSERVICE%, Ricoh.Service
-
- [Ricoh.Service]
- DisplayName = %Ricoh.ServiceName%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_DEMAND_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %10%\System32\Drivers\sdstmem.sys
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Strings
-
- [Strings]
- ProviderName ="Ricoh Company"
- RicohMFG ="Ricoh Company, EDD"
- DeviceDesc ="Memory Card"
- Ricoh.ServiceName ="Memory Card"
- DISK1 ="Ricoh SD-Controller Install Disk"
-
- SPSVCINST_ASSOCSERVICE =0x00000002 ; Driver service is associated with device being installed
- COPYFLG_NOSKIP =2 ; Do not allow user to skip file
- SERVICE_KERNEL_DRIVER =1
- SERVICE_AUTO_START =2
- SERVICE_DEMAND_START =3
- SERVICE_ERROR_NORMAL =1