home *** CD-ROM | disk | FTP | other *** search
/ PC97 Software / SOFTWARE_97.iso / WINFAX8.01 / OEMSETUP.INF < prev    next >
INI File  |  1996-01-22  |  1KB  |  57 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. Class=Printer
  4. Provider=Delrina
  5. LayoutFile=layout.inf
  6.  
  7. ; The Manufacturer section lists all of the manufacturers that we will
  8. ; display in the Dialog box
  9.  
  10. [Manufacturer]
  11. "Delrina"
  12.  
  13. [Delrina]
  14. "WinFax"                            = DELRINA.WINFAX.PRO,DelrinaWinfaxPro
  15. "Delrina MAPI Service Provider"     = DELRINA.WINFAX.PRO.MAPI,DelrinaWinfaxProMapi
  16.  
  17. ;
  18. ; Installer Sections
  19. ;
  20. ; These sections control file installation, and reference all files that
  21. ; need to be copied. If the section name will be assumed to be the driver
  22. ; file, unless there is an explicit DriverFile section listed.
  23.  
  24. [DELRINA.WINFAX.PRO]
  25. CopyFiles=UNI,@WINFAX.DRV,@HFX3W3.DLL,@WFXTHK16.DLL,@WFXTHK32.DLL
  26. DriverFile=WINFAX.DRV
  27. DataFile=WINFAX.DRV
  28.  
  29. [DELRINA.WINFAX.PRO.MAPI]
  30. CopyFiles=UNI,@WINFAXM.DRV,@HFX3W3.DLL,@WFXTHK16.DLL,@WFXTHK32.DLL
  31. DriverFile=WINFAXM.DRV
  32. DataFile=WINFAXM.DRV
  33.  
  34. ; Copy Sections
  35. ;
  36. ; Lists of files that are actually copied. These sections are referenced
  37. ; from the installer sections, above. Only create a section if it contains
  38. ; two or more files (if we only copy a single file, identify it in the
  39. ; installer section, using the @filename notation)
  40.  
  41. [UNI]
  42. UNIDRV.DLL
  43. UNIDRV.HLP
  44. ICONLIB.DLL
  45.  
  46. ; All files go to the same destination, so this is easy.
  47. ;
  48.  
  49.  
  50.  
  51. ; Data Sections
  52. ;
  53. ; These sections contain data that is shared between devices.
  54. ;
  55.  
  56.  
  57.