home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd2.bin / program / instant / download / InstantCopy8.0.3_TryandBuy.exe / InstantCopy1.cab / vobid.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-06-01  |  1.4 KB  |  64 lines

  1. ; VOBID.INF
  2. ; Installation INF for VOB InstantDrive Controller for Windows 9x/NT/ME/2000
  3. ; Copyright (C) 2000-2001 VOB Computersysteme GmbH
  4.  
  5. [Version]
  6. signature="$CHICAGO$"
  7. Class=SCSIAdapter
  8. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  9. Provider=%INF_PROVIDER%
  10. DriverVer=03/12/2001,2.60.0.0
  11.  
  12. [Manufacturer]
  13. %VNM%=VOB
  14.  
  15. [VOB]
  16. %VOBID.DeviceDesc%= VOBID,,GEN_SCSIADAPTER,DETECTED\VOBID
  17.  
  18. [VOBID]
  19. AddReg=IOS
  20.  
  21. [VOBID.NTx86]
  22. LogConfig=VOBID.LogConfigOverride
  23.  
  24. [VOBID.NTx86.Services]
  25. AddService = VOBID, 2, Vobid_Service_Inst, Miniport_EventLog_Inst
  26.  
  27. [VOBID_Service_Inst]
  28. ServiceType    = 1
  29. StartType      = 0
  30. ErrorControl   = 1
  31. ServiceBinary  = %12%\vobid.sys
  32. LoadOrderGroup = SCSI Miniport
  33. AddReg         = VOBID_pnp
  34.  
  35. [vobid_pnp]
  36. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
  37.  
  38. [VOBID.LogConfigOverride]
  39. ConfigPriority = NORMAL
  40. IOConfig      = 1@0-FFFF%FFFF(FFFF::)
  41.  
  42. [IOS]
  43. HKR,,PortDriver,,VOBID.MPD
  44. HKR,,DevLoader,,*IOS
  45. HKR,,DontLoadIfConflict,,"Y"
  46.  
  47. ;***************************************
  48. [Miniport_EventLog_Inst]
  49. AddReg = Miniport_EventLog_AddReg
  50.  
  51. [Miniport_EventLog_AddReg]
  52. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
  53. HKR,,TypesSupported,0x00010001,7
  54.  
  55. ;***************************************
  56. [DestinationDirs]
  57. DefaultDestDir = 12
  58.  
  59. [Strings]
  60. INF_PROVIDER="VOB"
  61. VNM="VOB"
  62. FLOPPY_DESCRIPTION="VOB InstantDrive Drivers Disk"
  63. VOBID.DeviceDesc="VOB InstantDrive Controller"
  64.