home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / gateway / 3modefdd / setup.inf < prev   
Windows Setup INFormation  |  1996-01-07  |  1KB  |  56 lines

  1. ;Copyright 1996 Gateway 2000, Inc.
  2. ;     GTWY3MFD.VxD Ver 1.01
  3.  
  4. [version]
  5. signature="$CHICAGO$"
  6. Class=fdc
  7. Provider=%GATEWAY%
  8.  
  9. ;Class Install
  10. [ClassInstall]
  11. AddReg=FDC_Reg
  12.  
  13. [FDC_Reg]
  14. HKR,,,,%FDCClassName%
  15. HKR,,Icon,,-9
  16.  
  17. [Manufacturer]
  18. %GATEWAY%=GATEWAY
  19.  
  20. [GATEWAY]
  21. %GW3MFD_10.DeviceDesc% = GW_3MODE10, GW_3MODE10_ID    ;P5-75/90/100 series
  22.  
  23. ;======================
  24. ;Installation 3mode VxD
  25. ;======================
  26. [GW_3MODE10]
  27. AddReg = GW_3MODE10_AddReg
  28. CopyFiles=@GTWY3MFD.vxd
  29. Reboot
  30.  
  31. ;=====================================
  32. ;Set filename of 3mode VxD to Registry
  33. ;=====================================
  34.  
  35. [GW_3MODE10_AddReg]
  36. HKLM,System\CurrentControlSet\control\3mode,3modeDrv,,"GATEWAY  3MFD 01"
  37.  
  38. ;==========================================================
  39. ;IOSubsys directory is where 3mode VxD should be copied to.
  40. ;==========================================================
  41. [DestinationDirs]
  42. DefaultDestDir=12
  43.  
  44. [SourceDisksNames]
  45. 1="Setup Disk","GTWY3MFD.vxd",0
  46.  
  47. [SourceDisksFiles]
  48. GTWY3MFD.vxd = 0,,
  49.  
  50. [Strings]
  51. GATEWAY            = "GATEWAY"
  52. GATEWAY            = "GATEWAY"
  53. FDCClassName            = "Floppy disk controllers"
  54. GW3MFD_10.DeviceDesc    = "GATEWAY 2000 3 Mode Floppy"
  55.  
  56.