Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
2.2 KiB

  1. ;
  2. ; this file is the inf that drives the fax setup
  3. ; during guimode and in the stand alone setup case.
  4. ;
  5. ; if you add files to the SourceDisksFiles section
  6. ; in this file, you MUST also add the file to the
  7. ; layout.inx file in the setup\inf\win4\inf directory.
  8. ; failing to to so will cause a file copy error
  9. ; during guimode.
  10. ;
  11. [version]
  12. signature="$WINDOWS NT$"
  13. SetupClass=BASE
  14. LayoutFile=layout.inf
  15. ;
  16. ; this section is for the ocmanager
  17. ;
  18. [Optional Components]
  19. Fax
  20. ;
  21. ; this section is for the ocmanager
  22. ;
  23. [Fax]
  24. OptionDesc = %fax_desc%
  25. Tip = %fax_tip%
  26. IconIndex=*,faxocm.dll,905
  27. Modes= 0,1,2,3
  28. SizeApproximation=0
  29. ;
  30. ; stock and custom destination directories
  31. ;
  32. [DestinationDirs]
  33. CoverPageFiles=66001
  34. ClientFiles=66002
  35. ;
  36. ; files for the nt40/50 client installation
  37. ;
  38. [ClientFiles]
  39. winfax.dll
  40. faxsend.exe
  41. fax.cpl
  42. faxcover.exe
  43. faxxp32.dll
  44. faxext32.dll
  45. faxqueue.exe
  46. faxcom.dll
  47. faxclnt.inf
  48. basenote.cov
  49. confdent.cov
  50. fyi.cov
  51. generic.cov
  52. urgent.cov
  53. faxext.ecf
  54. ;
  55. ; coverpage template files
  56. ;
  57. [CoverPageFiles]
  58. %confdent%,confdent.cov
  59. %fyi%,fyi.cov
  60. %generic%,generic.cov
  61. %urgent%,urgent.cov
  62. ;
  63. ; adaptive answer modems
  64. ;
  65. [Adaptive Answer Modems]
  66. "SUPRAFAXMODEM 288::SUPRA CORPORATION::SUPRA CORPORATION"
  67. "SPORTSTER 28800-33600 EXTERNAL::U.S. ROBOTICS, INC.::U.S. ROBOTICS, INC."
  68. "COURIER V.EVERYTHING::U.S. ROBOTICS, INC.::U.S. ROBOTICS, INC."
  69. "PRACTICAL PERIPHERALS PM288MT II V.34::PRACTICAL PERIPHERALS::PRACTICAL PERIPHERALS"
  70. "HAYES ACCURA 144 + FAX144::HAYES::MICROSOFT"
  71. "HAYES ACCURA 288 V.FC + FAX::HAYES::MICROSOFT"
  72. "HAYES OPTIMA 288 V.34-V.FC + FAX + VOICE::HAYES::HAYES"
  73. "SUPRASONIC 336V+::DIAMOND MULTIMEDIA::DIAMOND MULTIMEDIA"
  74. "SPORTSTER 28800-33600 INTERNAL::U.S. ROBOTICS, INC.::U.S. ROBOTICS, INC."
  75. "COURIER V.EVERYTHING PCMCIA::U.S. ROBOTICS, INC.::U.S. ROBOTICS, INC."
  76. "SUPRAFAXMODEM 288(336)::DIAMOND MULTIMEDIA::DIAMOND MULTIMEDIA"
  77. "HAYES OPTIMA 336 V.34 + FAX + VOICE::HAYES::HAYES"
  78. "SUPRAEXPRESS 336 PNP::DIAMOND MULTIMEDIA::DIAMOND MULTIMEDIA"
  79. [Strings]
  80. fax_desc = "Fax Service"
  81. fax_tip = "Allows the sending and receiving of faxes"
  82. ;
  83. ; in localized builds, the actual coverpage filename should be localized
  84. ;
  85. confdent = "confdent.cov"
  86. fyi = "fyi.cov"
  87. generic = "generic.cov"
  88. urgent = "urgent.cov"