home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / kommunik / misc / fmnfax.exe / ESY2KPRN.INF < prev    next >
Windows Setup INFormation  |  2001-04-30  |  2KB  |  69 lines

  1.  
  2. ; ESY2KPRN.INF
  3. ; {ElectraSoft NT Print to Fax} printer driver, manufacturer
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Class=Printer
  8. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  9. Provider=ElectraSoft
  10. LayoutFile=layout.inf
  11.  
  12. ; Manufacturer section:
  13. ; This section lists all of the manufacturers that we will display in the
  14. ; Dialog box
  15. [Manufacturer]
  16. "ElectraSoft"
  17.  
  18. ; Model sections:
  19. ; Each section here corresponds with an entry listed in the
  20. ; [Manufacturer] section, above. The models will be displayed in the order
  21. ; that they appear in the INF file.
  22.  
  23. ; Installer Sections:
  24. ; These sections control file installation, and reference all files that
  25. ; need to be copied. The section name will be assumed to be the driver
  26. ; file, unless there is an explicit DriverFile section listed.
  27. [FM_PN_NT.DLL]
  28. CopyFiles=@FM_PN_NT.DLL,RASDD
  29. DataSection=RASDD_DATA
  30.  
  31. ; Copy Sections:
  32. ; Lists of files that are actually copied. These sections are referenced
  33. ; from the installer sections, above. Only create a section if it contains
  34. ; two or more files (if we only copy a single file, identify it in the
  35. ; installer section, using the @filename notation) or if it's a color
  36. ; profile (since the DestinationDirs can only handle sections, and not
  37. ; individual files).
  38. [RASDD]
  39. RASDD.DLL
  40. RASDDUI.DLL
  41. RASDDUI.HLP
  42.  
  43. ; Data Sections:
  44. ; These sections contain data that is shared between devices.
  45. [RASDD_DATA]
  46. DriverFile=RASDD.DLL
  47. ConfigFile=RASDDUI.DLL
  48. HelpFile=RASDDUI.HLP
  49.  
  50. ; o 66000 represents the path returned by the GetPrinterDriverDirectory
  51. ;   function-for driver files.
  52. ; o 66001 represents the path returned by the GetPrintProcessorDirectory
  53. ;   function-for print processor files.
  54. ; o 66002 represents the directory path to additional files to be copied to
  55. ;   \system32 of the local system.
  56. ; o 66003 represents the directory path returned by the GetColorDirectory
  57. ;   function-ICM color profile files.
  58. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  59. ; (depending on which environment drivers are getting installed)
  60. [DestinationDirs]
  61. DefaultDestDir=66000
  62.  
  63. ; Control Flags:
  64. [ControlFlags]
  65. ExcludeFromSelect = 2369
  66.  
  67. [ElectraSoft]
  68. "ElectraSoft NT Print to Fax"=FM_PN_NT.DLL
  69.