home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / drivers / ingame / logilg / logijoy.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1996-02-12  |  1.9 KB  |  59 lines

  1. ; LOGIJOY.INF for Windows 95
  2. ; Copyright 1996, Logitech, Inc.
  3. ; This Device Information File contains the configuration
  4. ; for the following Logitech entertainment products:
  5. ;      Logitech ThunderPad game pad
  6. ;      Logitech WingMan joystick
  7. ;      Logitech WingMan Extreme joystick
  8. ;      Logitech WingMan Light joystick
  9.  
  10. [Version]
  11. Signature="$CHICAGO$"
  12. Class=MEDIA
  13. Provider=%Logitech%
  14.  
  15. [SourceDisksNames]
  16. 51=%DiskDesc%,,1
  17.  
  18. ; Manufacturer Sections
  19. ; ---------------------------------------------------------
  20. [Manufacturer]
  21. %Logitech%=LogiMfg
  22.  
  23. [LogiMfg]
  24. %ThunderPadDesc%=AddRegAll,LogitechThunderPad
  25. %WingManDesc%=AddRegAll,LogitechWingMan
  26. %WingManExtremeDesc%=AddRegAll,LogitechWingManExtreme
  27. %WingManLightDesc%=AddRegAll,LogitechWingManLight
  28.  
  29. [AddRegAll]
  30. AddReg=ThunderPad.AddReg, WingMan.AddReg, WingManExtreme.AddReg, WingManLight.AddReg
  31.  
  32. [ThunderPad.AddReg]
  33. HKLM,%KEY_OEM%\LogitechThunderPad,OEMName,,%ThunderPadDesc%
  34. HKLM,%KEY_OEM%\LogitechThunderPad,OEMData, 1, 20,00,00,00,04,00,00,00
  35.  
  36. [WingMan.AddReg]
  37. HKLM,%KEY_OEM%\LogitechWingMan,OEMName,,%WingManDesc%
  38. HKLM,%KEY_OEM%\LogitechWingMan,OEMData, 1, 01,00,00,00,02,00,00,00
  39.  
  40. [WingManExtreme.AddReg]
  41. HKLM,%KEY_OEM%\LogitechWingManExtreme,OEMName,,%WingManExtremeDesc%
  42. HKLM,%KEY_OEM%\LogitechWingManExtreme,OEMData, 1, 0a,00,00,00,04,00,00,00
  43.  
  44. [WingManLight.AddReg]
  45. HKLM,%KEY_OEM%\LogitechWingManLight,OEMName,,%WingManLightDesc%
  46. HKLM,%KEY_OEM%\LogitechWingManLight,OEMData, 1, 00,00,00,00,02,00,00,00
  47.  
  48.  
  49. ; Strings
  50. ; ---------------------------------------------------------
  51. [Strings]
  52. Logitech ="Logitech"
  53. ThunderPadDesc="Logitech ThunderPad"
  54. WingManDesc="Logitech WingMan"
  55. WingManExtremeDesc="Logitech WingMan Extreme"
  56. WingManLightDesc="Logitech WingMan Light"
  57. DiskDesc="Logitech - Joysticks Driver Disk"
  58. KEY_OEM="System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM"
  59.