home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / A0800 / Sdmem.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-03-31  |  1.4 KB  |  58 lines

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class = DiskDrive
  4. ClassGuid = {4d36e967-e325-11ce-bfc1-08002be10318}
  5. Provider    =%ProviderName%
  6. CatalogFile=sdmem.cat
  7. DriverVer    =09/19/2001,2.00.2001.09
  8.  
  9. [Manufacturer]
  10. %RicohMFG% = Mfg0
  11.  
  12. [Mfg0]
  13. %DeviceDesc%=Ricoh.Install, SDBUS\MM_CARD
  14.  
  15. [DestinationDirs]
  16. Ricoh.Files.Driver.NTx86    =10,System32\Drivers
  17.  
  18. [SourceDisksNames.x86]
  19. 1 = %DISK1%,,
  20.  
  21. [SourceDisksFiles.x86]
  22. sdstmem.sys=1
  23.  
  24. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  25. ; Windows 2000
  26.  
  27. [Ricoh.Install.NTx86]
  28. CopyFiles=Ricoh.Files.Driver.NTx86
  29.  
  30. [Ricoh.Files.Driver.NTx86]
  31. sdstmem.sys,,,%COPYFLG_NOSKIP%
  32.  
  33. [Ricoh.Install.NTx86.Services]
  34. AddService = sdstmem, %SPSVCINST_ASSOCSERVICE%, Ricoh.Service
  35.  
  36. [Ricoh.Service]
  37. DisplayName    = %Ricoh.ServiceName%
  38. ServiceType    = %SERVICE_KERNEL_DRIVER%
  39. StartType      = %SERVICE_DEMAND_START%
  40. ErrorControl   = %SERVICE_ERROR_NORMAL%
  41. ServiceBinary  = %10%\System32\Drivers\sdstmem.sys
  42.  
  43. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  44. ; Strings
  45.  
  46. [Strings]
  47. ProviderName        ="Ricoh Company"
  48. RicohMFG            ="Ricoh Company, EDD"
  49. DeviceDesc            ="Memory Card"
  50. Ricoh.ServiceName    ="Memory Card"
  51. DISK1                ="Ricoh SD-Controller Install Disk"
  52.  
  53. SPSVCINST_ASSOCSERVICE    =0x00000002    ; Driver service is associated with device being installed
  54. COPYFLG_NOSKIP        =2        ; Do not allow user to skip file
  55. SERVICE_KERNEL_DRIVER    =1
  56. SERVICE_AUTO_START    =2
  57. SERVICE_DEMAND_START    =3
  58. SERVICE_ERROR_NORMAL    =1