home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / hitachi / f953fdg / ms3fdhit.inf < prev    next >
Windows Setup INFormation  |  1995-10-16  |  1KB  |  49 lines

  1. ;Copyright 1995 Microsoft Corporation
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. Class=fdc
  6. ;Provider=%MSFT%
  7. Provider=%Hitachi%
  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. %Hitachi%=Hitachi
  19.  
  20. [Hitachi]
  21. %HIT3MFD_12.DeviceDesc% = HIT_3MODE12, HIT_3MODE12_ID
  22.  
  23. ;======================
  24. ;Installation 3mode VxD
  25. ;======================
  26. [HIT_3MODE12]
  27. AddReg = HIT_3MODE12_AddReg
  28. CopyFiles=@HIT3FD12.vxd
  29. Reboot
  30.  
  31. ;=====================================
  32. ;Set filename of 3mode VxD to Registry
  33. ;=====================================
  34. [HIT_3MODE12_AddReg]
  35. HKLM,System\CurrentControlSet\control\3mode,3modeDrv,,"Hitachi  3MFD 12"
  36.  
  37. ;==========================================================
  38. ;IOSubsys directory is where 3mode VxD should be copied to.
  39. ;==========================================================
  40. [DestinationDirs]
  41. DefaultDestDir=12
  42.  
  43.  
  44. [Strings]
  45. MSFT                    = "Microsoft Corp."
  46. Hitachi            = "Hitachi"
  47. FDCClassName            = "Floppy disk controllers"
  48. HIT3MFD_12.DeviceDesc    = "Hitachi 3-mode Floppy (VB/VC/VG/VH シリーズ)"
  49.