home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 March / PCWorld_2002-03_cd.bin / Hardware / drivers / audigy / AUDRVWDM.EXE / Drivers / WIN2K_XP / ctljystk.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-08-02  |  1.9 KB  |  75 lines

  1. ;-------------------------------------------------------------------------
  2. ; Creative Technology Ltd.
  3. ;     Copyright (c) Creative Technology Ltd, 1994-2001.
  4. ;
  5. ; Description
  6. ;     This inf file contains the following device for Creative's gameport.
  7. ;
  8. ;  Gameport Device - PCI\VEN_1102&DEV_7003&SUBSYS_00201102
  9. ;                    PCI\VEN_1102&DEV_7003&SUBSYS_00401102
  10. ;
  11. ;  Modified Date: 1st August 2001
  12. ;  Version: 2.0.0.4
  13. ;
  14. ;
  15. ;-------------------------------------------------------------------------
  16.  
  17. [Version]
  18. Signature="$CHICAGO$"
  19. Class=MEDIA
  20. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  21. Provider=%CREAF%
  22. DriverVer=08/01/2001
  23. CatalogFile=ctljystk.cat
  24.  
  25. [Manufacturer]
  26. %CREAF%=Creative
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = PCI\VEN_1102&DEV_7003&SUBSYS_00201102
  30. ExcludeFromSelect = PCI\VEN_1102&DEV_7003&SUBSYS_00401102
  31.  
  32. [Creative]
  33. %*CtlGamePort.DeviceDesc%=CtlGamePort_Device,PCI\VEN_1102&DEV_7003&SUBSYS_00201102
  34. %*CtlGamePort.DeviceDesc%=CtlGamePort_Device,PCI\VEN_1102&DEV_7003&SUBSYS_00401102
  35.  
  36. [SourceDisksNames]
  37. 55=%StrDisk%,"",
  38.  
  39. [SourceDisksFiles]
  40.  
  41. [DestinationDirs]
  42. DefaultDestDir=10,system32\drivers
  43.  
  44. ;---------------------------------------------------------------;
  45.  
  46. [CtlGamePort_Device]
  47. AlsoInstall=MSJSTICK(joystick.inf)
  48. AddReg=AddRegEmpty
  49. CopyFiles=CopyFilesEmpty
  50.  
  51. ;---------------------------------------------------------------;
  52.  
  53. [CtlGamePort_Device.NT]
  54. Include=gameport.inf
  55. Needs=CreativeLabs_Port.NT
  56. AddReg=AddRegEmpty
  57. CopyFiles=CopyFilesEmpty
  58.  
  59. [CtlGamePort_Device.NT.Services]
  60. Include=gameport.inf
  61. Needs=CreativeLabs_Port.NT.Services
  62.  
  63. ;---------------------------------------------------------------;
  64.  
  65. [AddRegEmpty]
  66. [CopyFilesEmpty]
  67.  
  68. ;---------------------------------------------------------------;
  69.  
  70. [Strings]
  71. CREAF="Creative"
  72. SPSVCINST_ASSOCSERVICE=0x00000002
  73. *CtlGamePort.DeviceDesc="Creative Game Port"
  74. StrDisk="Creative Installer CD-ROM"
  75.