home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DOS / CDPLAY / CDUPGW95.ZIP / CDUPGW95.EXE / SBIDE.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1995-08-08  |  1.6 KB  |  88 lines

  1. ;*** Created 10/6/93  (Creation Date)
  2. ;*** Modified 2/8/95
  3. ;*** Mass Storage Adapters
  4. ;*** *PNPA004    Creative CD ROM Adapter                            
  5.  
  6. [Version]
  7. signature="$CHICAGO$"
  8. Class=Adapter
  9. Provider=%Msft%
  10. LayoutFile=LAYOUT.INF
  11.  
  12. ; Class Install
  13. [ClassInstall]
  14. Addreg=AdapterReg
  15.  
  16. [AdapterReg]
  17. HKR,,,,%AdapterClassName%
  18. HKR,,Icon,,-9
  19.  
  20. ; Table of Contents
  21. [Manufacturer]
  22. %M1%=CTL
  23.  
  24. [CTL]
  25. %*pnpa004.DeviceDesc%=SBIDE,*pnpa004
  26.  
  27.  
  28. ;********************************** Creative Driver Installation Sections
  29. ;
  30. [SBIDE]
  31. LogConfig=*PNPA004.LogConfig
  32. CopyFiles=CD.Copylist
  33. AddReg=ios,CanPoll,NoReadAhead,sbide.reg
  34.  
  35.  
  36. [sbide.reg]
  37. HKR,,PortDriver,,sbide.mpd
  38. HKR,,ForceLoadPD,1,01
  39.  
  40. ; HARDWARE SECTIONS
  41. ;******************************** Creative Hardware Sections
  42. ;
  43.  
  44. [*pnpa004.Det]
  45. AddReg=ForceInstall
  46.  
  47. [*pnpa004.LogConfig]
  48. ConfigPriority=HARDRECONFIG
  49. IRQconfig=10,11,12,15
  50. IOConfig=1e8-1ef, 168-16f
  51.  
  52. [ForceInstall]
  53. HKR,,NoSetupUI,,1
  54.  
  55. [CD.Copylist]
  56. sbide.mpd,,
  57.  
  58. ;******************************** Common section
  59. [IOS]
  60. HKR,,DevLoader,,*IOS
  61. HKR,,DontLoadIfConflict,,"Y"
  62. HKR,,PollingSupportNeeded,1,01
  63.  
  64. [CanPoll]
  65. HKR,,Polling,,1
  66.  
  67. [NoReadAhead]
  68. ;HKLM,System\CurrentControlSet\Control\FileSystem\CDFS,NoReadAhead,3,01,00,00,00
  69.  
  70. [SourceDisksName]
  71. 1 = %ID1%,,0000-0001
  72.  
  73. [SourceDisksFiles]
  74. sbide.mpd = 1
  75.  
  76.  
  77. [DestinationDirs]
  78. DefaultDestDir = 12             ; IOSubsys directory
  79.  
  80.  
  81.  
  82. [Strings]
  83. Msft="Creative Tech"
  84. AdapterClassName="CD-ROM controllers"
  85. M1="Creative Technology Ltd."
  86. *pnpa004.DeviceDesc="Creative IDE CD-ROM Drive"
  87. ID1 = "Creative CDROM Installation Disk"
  88.