home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / gfifax / fmnet / fmnetins / data.5 / DRIVERS / WINNT / Winnt4 / printer.inf < prev    next >
Windows Setup INFormation  |  1996-01-01  |  2KB  |  112 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. RASDDUI.CNT
  62.  
  63. [PLOTTER]
  64. PLOTTER.DLL
  65. PLOTUI.DLL
  66. PLOTUI.HLP
  67. PLOTUI.CNT
  68.  
  69. [WOWFAX]
  70. WOWFAX.DLL
  71. WOWFAXUI.DLL
  72.  
  73. ;
  74. ; Data Sections
  75. ;
  76. ; These sections contain data that is shared between devices.
  77. ;
  78.  
  79. [PSCRIPT_DATA]
  80. DriverFile=PSCRIPT.DLL
  81. ConfigFile=PSCRPTUI.DLL
  82. HelpFile=PSCRIPT.HLP
  83.  
  84. [RASDD_DATA]
  85. DriverFile=RASDD.DLL
  86. ConfigFile=RASDDUI.DLL
  87. HelpFile=RASDDUI.HLP
  88.  
  89. [PLOTTER_DATA]
  90. DriverFile=PLOTTER.DLL
  91. ConfigFile=PLOTUI.DLL
  92. HelpFile=PLOTUI.HLP
  93.  
  94. [WOWFAX_DATA]
  95. DriverFile=WOWFAX.DLL
  96. ConfigFile=WOWFAXUI.DLL
  97.  
  98. ;
  99. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  100. ; (depending on which environment drivers are getting installed)
  101. ;
  102.  
  103. [DestinationDirs]
  104. DefaultDestDir=66000
  105.  
  106. ;
  107. ; Localizable Strings
  108. ;
  109. [Strings]
  110. GFI="GFI FAX & VOICE"
  111.  
  112.