home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 June / comonline0602.iso / toptools / GameJackDemo.exe / gamejack.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-04-05  |  1.5 KB  |  64 lines

  1. ; GAMEJACK.INF
  2. ; Installation INF for GameJack SCSI Adapter for Windows 9x/NT/ME/2000/XP
  3. ; Copyright (C) 2001-2002 Engelmann GmbH
  4.  
  5. [Version]
  6. signature="$CHICAGO$"
  7. Class=SCSIAdapter
  8. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  9. Provider=%INF_PROVIDER%
  10. DriverVer=03/22/2002,1.03.0.0
  11.  
  12. [Manufacturer]
  13. %ENG%=ENGELMANN
  14.  
  15. [ENGELMANN]
  16. %GAMEJACK.DeviceDesc%= GAMEJACK,,GEN_SCSIADAPTER,DETECTED\Gamejack
  17.  
  18. [GAMEJACK]
  19. AddReg=IOS
  20.  
  21. [GAMEJACK.NTx86]
  22. LogConfig=GAMEJACK.LogConfigOverride
  23.  
  24. [GAMEJACK.NTx86.Services]
  25. AddService = Gamejack, 3, Gamejack_Service_Inst, Miniport_EventLog_Inst
  26.  
  27. [Gamejack_Service_Inst]
  28. ServiceType    = 1
  29. StartType      = 0
  30. ErrorControl   = 1
  31. ServiceBinary  = %12%\gamejack.sys
  32. LoadOrderGroup = SCSI Miniport
  33. AddReg         = gamejack_pnp
  34.  
  35. [gamejack_pnp]
  36. HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
  37.  
  38. [GAMEJACK.LogConfigOverride]
  39. ConfigPriority = NORMAL
  40. IOConfig      = 1@0-FFFF%FFFF(FFFF::)
  41.  
  42. [IOS]
  43. HKR,,PortDriver,,GAMEJACK.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="Engelmann GmbH"
  61. ENG="Engelmann GmbH"
  62. FLOPPY_DESCRIPTION="GameJack Drivers Disk"
  63. GAMEJACK.DeviceDesc="GameJack SCSI Adapter"
  64.