home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June B / Pcwk6b98.iso / Faxmaker / FMNET / Setup / DATA.5 / DRIVERS / WINNT / WINNT4 / PRINTER.INF < prev    next >
Windows Setup INFormation  |  1997-06-27  |  2KB  |  111 lines

  1. ;
  2. ; SETUP.INF
  3. ;
  4.  
  5. [Version]
  6. Signature="$CHICAGO$"
  7. Provider=%GFI%
  8. LayoutFile=layout.inf
  9. ;ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  10. Class=Printer
  11.  
  12. ;
  13. ; The Manufacturer section lists all of the manufacturers that we will
  14. ; display in the Dialog box
  15. ;
  16. [Manufacturer]
  17. "GFI FAX & VOICE"
  18.  
  19. ;
  20. ; Model sections. Each section here corresponds with an entry listed in the
  21. ; [Manufacturer] section, above. The models will be displayed in the order
  22. ; that they appear in the INF file.
  23. ;
  24.  
  25. [GFI FAX & VOICE]
  26. "FAXmaker"                                      = FAXMAKER.DLL
  27.  
  28. ;
  29. ; Installer Sections
  30. ;
  31. ; These sections control file installation, and reference all files that
  32. ; need to be copied. The section name will be assumed to be the driver
  33. ; file, unless there is an explicit DriverFile section listed.
  34. ;
  35.  
  36.  
  37. [FAXMAKER.DLL]
  38. CopyFiles=@FAXMAKER.DLL,RASDD
  39. DataSection=RASDD_DATA
  40.  
  41. ; Copy Sections
  42. ;
  43. ; Lists of files that are actually copied. These sections are referenced
  44. ; from the installer sections, above. Only create a section if it contains
  45. ; two or more files (if we only copy a single file, identify it in the
  46. ; installer section, using the @filename notation) or if it's a color
  47. ; profile (since the DestinationDirs can only handle sections, and not
  48. ; individual files).
  49. ;
  50.  
  51. [PSCRIPT]
  52. PSCRIPT.DLL
  53. PSCRPTUI.DLL
  54. PSCRIPT.HLP
  55. PSCRIPT.CNT
  56.  
  57. [RASDD]
  58. RASDD.DLL
  59. RASDDUI.DLL
  60. RASDDUI.HLP
  61.  
  62. [PLOTTER]
  63. PLOTTER.DLL
  64. PLOTUI.DLL
  65. PLOTUI.HLP
  66. PLOTUI.CNT
  67.  
  68. [WOWFAX]
  69. WOWFAX.DLL
  70. WOWFAXUI.DLL
  71.  
  72. ;
  73. ; Data Sections
  74. ;
  75. ; These sections contain data that is shared between devices.
  76. ;
  77.  
  78. [PSCRIPT_DATA]
  79. DriverFile=PSCRIPT.DLL
  80. ConfigFile=PSCRPTUI.DLL
  81. HelpFile=PSCRIPT.HLP
  82.  
  83. [RASDD_DATA]
  84. DriverFile=RASDD.DLL
  85. ConfigFile=RASDDUI.DLL
  86. HelpFile=RASDDUI.HLP
  87.  
  88. [PLOTTER_DATA]
  89. DriverFile=PLOTTER.DLL
  90. ConfigFile=PLOTUI.DLL
  91. HelpFile=PLOTUI.HLP
  92.  
  93. [WOWFAX_DATA]
  94. DriverFile=WOWFAX.DLL
  95. ConfigFile=WOWFAXUI.DLL
  96.  
  97. ;
  98. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  99. ; (depending on which environment drivers are getting installed)
  100. ;
  101.  
  102. [DestinationDirs]
  103. DefaultDestDir=66000
  104.  
  105. ;
  106. ; Localizable Strings
  107. ;
  108. [Strings]
  109. GFI="GFI FAX & VOICE"
  110.  
  111.