home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / prtupd.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-17  |  20.4 KB  |  586 lines

  1. ; PRTUPD.INF
  2.  
  3. [Version]
  4. CatalogFile=prtupd.cat
  5. Signature="$CHICAGO$"
  6. Class=PrinterUpgrade
  7. Provider=Microsoft
  8. LayoutFile=layout.inf, layout1.inf, layout2.inf
  9. NoSetupInf=1
  10.  
  11. [ClassInstall]
  12. AddReg=ClassReg
  13.  
  14. [ClassReg]
  15. HKR,,,,%ClassName%
  16. HKR,,Installer,,MSPRINT.DLL
  17. HKR,,Icon,,-4
  18. HKR,,NoUseClass,,1
  19.  
  20. ;
  21. ; The Manufacturer section lists all of the manufacturers that we know.
  22. ;
  23.  
  24. [Manufacturer]
  25. "Microsoft"
  26.  
  27. [Microsoft]
  28. "Windows Printing System"         = WPS.DRV,Windows_Printing_System
  29. "Canon LBP-430W"                  = WPSSS.DRV,Canon_LBP-430W,CanonLBP-430W738F
  30. "EPSON ActionLaser 1300/W"        = WPSER.DRV,EPSON_ActionLaser_1300/W,EPSONActionLaser_1306420
  31. "EPSON EPL-5500/W"                = WPSEQ.DRV,EPSON_EPL-5500/W,EPSONEPL-5500D14E
  32. "Lexmark WinWriter 100"           = WPSLI.DRV,Lexmark_WinWriter_100,LexmarkWinWriter_10084E6
  33. "Lexmark WinWriter 200"           = WPSLB.DRV,Lexmark_WinWriter_200,LexmarkWinWriter_2008416
  34. "Lexmark WinWriter 400"           = WPSLL.DRV,Lexmark_WinWriter_400,Lexmark_Internationa2F10
  35. "Lexmark WinWriter 600"           = WPSLX.DRV,Lexmark_WinWriter_600,Lexmark_InternationaEFB1
  36. "NEC SuperScript Color 3000"      = WPSNC3.DRV,NEC_SuperScript_Color_3000,NECSuperScript_Color775F
  37. "Olivetti PG304"                  = WPSOO.DRV,Olivetti_PG304,OlivettiOlivetti_PG33FC4
  38. "Samsung MyLaser-4"               = WPSML4.DRV,Samsung_MyLaser-4,SAMSUNGML-84D432
  39. "Samsung MyLaser-5"               = WPSML.DRV,Samsung_MyLaser-5,SAMSUNGML-8514F3
  40. "Samsung MyLaser-6"               = WPSML6.DRV,Samsung_MyLaser-6,SAMSUNGML-8675B7
  41.  
  42. ;
  43. ; Installer Sections
  44. ;
  45. ; These sections control file installation, and reference all files that
  46. ; need to be copied. If the section name will be assumed to be the driver
  47. ; file, unless there is an explicit DriverFile section listed.
  48. ;
  49.  
  50. [WPS.DRV]
  51. CopyFiles=WPS_FILES
  52. DriverFile=WPSLJ.DRV
  53. DataSection=WPS_DATA
  54.  
  55. [WPSEQ.DRV]
  56. CopyFiles=WPS_FILES
  57. DriverFile=WPSEQ.DRV
  58. DataSection=WPS_DATA
  59.  
  60. [WPSER.DRV]
  61. CopyFiles=WPS_FILES
  62. DriverFile=WPSER.DRV
  63. DataSection=WPS_DATA
  64.  
  65. [WPSLI.DRV]
  66. CopyFiles=WPS_FILES
  67. DriverFile=WPSLI.DRV
  68. DataSection=WPS_DATA
  69.  
  70. [WPSLB.DRV]
  71. CopyFiles=WPS_FILES
  72. DriverFile=WPSLB.DRV
  73. DataSection=WPS_DATA
  74.  
  75. [WPSLL.DRV]
  76. CopyFiles=WPS_FILES
  77. DriverFile=WPSLL.DRV
  78. DataSection=WPS_DATA
  79.  
  80. [WPSLX.DRV]
  81. CopyFiles=WPS_FILES
  82. DriverFile=WPSLX.DRV
  83. DataSection=WPS_DATA
  84.  
  85. [WPSML.DRV]
  86. CopyFiles=WPS_FILES
  87. DriverFile=WPSML.DRV
  88. DataSection=WPS_DATA
  89.  
  90. [WPSML4.DRV]
  91. CopyFiles=WPS_FILES
  92. DriverFile=WPSML4.DRV
  93. DataSection=WPS_DATA
  94.  
  95. [WPSML6.DRV]
  96. CopyFiles=WPS_FILES
  97. DriverFile=WPSML6.DRV
  98. DataSection=WPS_DATA
  99.  
  100. [WPSSS.DRV]
  101. CopyFiles=WPS_FILES
  102. DriverFile=WPSSS.DRV
  103. DataSection=WPS_DATA
  104.  
  105. [WPSOO.DRV]
  106. CopyFiles=WPS_FILES
  107. DriverFile=WPSOO.DRV
  108. DataSection=WPS_DATA
  109.  
  110. [WPSNC3.DRV]
  111. CopyFiles=WPS_FILES
  112. DriverFile=WPSNC3.DRV
  113. DataSection=WPS_DATA
  114.  
  115. ; Copy Sections
  116. ;
  117. ; Lists of files that are actually copied. These sections are referenced
  118. ; from the installer sections, above. Only create a section if it contains
  119. ; two or more files (if we only copy a single file, identify it in the
  120. ; installer section, using the @filename notation)
  121. ;
  122.  
  123. [WPS_FILES]
  124. WPSMON.DLL
  125. WPSMON16.DLL
  126. WPS_UPDT.DLL
  127.  
  128. ;
  129. ; Data Sections
  130. ;
  131. ; Sections containing data that is shared among similar devices
  132. ;
  133.  
  134. [WPS_DATA]
  135. DefaultDataType=EMF
  136. LanguageMonitor="WPS Monitor,wpsmon.dll"
  137. VendorSetup="wps_updt.dll,WPS_Update"
  138.  
  139. ;
  140. ; All files go to the same destination, so this is easy.
  141. ;
  142.  
  143. [DestinationDirs]
  144. DefaultDestDir=11
  145.  
  146. [Strings]
  147. ClassName="Printer Upgrades"
  148.  
  149.  
  150. ; Printer Mapping Sections--[Printer Mapping] and [Setup Printer Mapping]
  151. ;
  152. ; These sections map old model names (models whose names have changed
  153. ; or that are not directly supported in Windows 95) to models that are
  154. ; supported in the current version. The [Setup Printer Mapping] section
  155. ; describes models to map only during setup. The [Printer Mapping]
  156. ; section describes models to map either during setup or when a device
  157. ; has been installed directly to WIN.INI without going through the
  158. ; normal printer setup (generally done by applications with private
  159. ; printer drivers)
  160. ;
  161. ; The syntax is
  162. ;
  163. ; <OldName> = <NewName>
  164. ;
  165. ; where
  166. ;
  167. ; <OldName> is the old model name. For example, "IBM Laser Printer 4019"
  168. ;
  169. ; <NewName> is the new model name. For example, "IBM 4019 LaserPrinter".
  170.  
  171. [Setup Printer Mapping]
  172. "Agfa Compugraphic Genics"       = "HP LaserJet 2000"
  173. "Apricot Laser"                  = "HP LaserJet Plus"
  174. "AST TurboLaser/PS"              = "AST TurboLaser-PS"
  175. "Canon BJ-10e"                   = "Canon Bubble-Jet BJ-10e"
  176. "Canon BJ-200"                   = "Canon Bubble-Jet BJ-200"
  177. "Canon BJ-200e"                  = "Canon Bubble-Jet BJ-200e"
  178. "Canon BJ-230"                   = "Canon Bubble-Jet BJ-230"
  179. "Canon BJC-70"                   = "Canon Bubble-Jet BJC-70"
  180. "Canon BJC-600"                  = "Canon Bubble-Jet BJC-600"
  181. "Canon BJC-600e"                 = "Canon Bubble-Jet BJC-600e"
  182. "Canon BJC-800"                  = "Canon Bubble-Jet BJC-800"
  183. "Canon BJC-4000"                 = "Canon Bubble-Jet BJC-4000"
  184. "Canon Bubble-Jet"               = "Canon Bubble-Jet BJ-130e"
  185. "Canon LBP-8II"                  = "Canon LBP-8 II"
  186. "Canon LBP-8III/LBP-4"           = "Canon LBP-8 III"
  187. "Digital PrintServer 20/turbo"   = "Digital turbo PrintServer 20"
  188. "Digital PrintServer 40"         = "Digital PrintServer 40 Plus"
  189. "Fujitsu DL 1100 Colour"         = "Fujitsu DL 1100 Color"
  190. "HP DeskJet PLUS Printer"        = "HP DeskJet Plus"
  191. "HP DeskJet Printer"             = "HP DeskJet"
  192. "HP DeskJet 1200C PostScript"    = "HP DeskJet 1200C/PS"
  193. "HP DeskJet 1200C/PS v1"         = "HP DeskJet 1200C/PS"
  194. "HP DeskJet 310"                 = "HP DeskJet 310 Printer"
  195. "HP DeskJet 310 (Monochrome)"    = "HP DeskJet 310 Printer"
  196. "HP DeskJet 320"                 = "HP DeskJet 320 Printer"
  197. "HP DeskJet 320 (Monochrome)"    = "HP DeskJet 320 Printer"
  198. "HP DeskJet 500 Printer"         = "HP DeskJet 500"
  199. "HP DeskJet 510 Printer"         = "HP DeskJet 510"
  200. "HP DeskJet 500C"                = "HP DeskJet 500C Printer"
  201. "HP DeskJet 500C (Monochrome)"   = "HP DeskJet 500C Printer"
  202. "HP DeskJet 520"                 = "HP DeskJet 520 Printer"
  203. "HP DeskJet 540"                 = "HP DeskJet 540 Printer"
  204. "HP DeskJet 540 (Monochrome)"    = "HP DeskJet 540 Printer"
  205. "HP DeskJet 550C (Monochrome)"   = "HP DeskJet 550C Printer"
  206. "HP DeskJet 550C"                = "HP DeskJet 550C Printer"
  207. "HP DeskJet 560C"                = "HP DeskJet 560C Printer"
  208. "HP DeskJet 600 Printer"         = "HP DeskJet 540 Printer"
  209. "HP DeskJet 660C Printer"        = "HP DeskJet 550C Printer"
  210. "HP DeskJet 850C Printer"        = "HP DeskJet 550C Printer"
  211. "HP DeskJet Portable"            = "HP DeskJet Portable Printer"
  212. "HP LaserJet 4 Plus/4M Plus"     = "HP LaserJet 4 Plus"
  213. "HP LaserJet 4/4M Plus PS 300"   = "HP LaserJet 4/4M Plus PS"
  214. "HP LaserJet 4/4M Plus PS 600"   = "HP LaserJet 4/4M Plus PS"
  215. "HP LaserJet 4/4M PS 300 dpi"    = "HP LaserJet 4/4M PostScript"
  216. "HP LaserJet 4/4M PS 600 dpi"    = "HP LaserJet 4/4M PostScript"
  217. "HP LaserJet 4P/4MP PS 300 dpi"  = "HP LaserJet 4P/4MP PostScript"
  218. "HP LaserJet 4P/4MP PS 600 dpi"  = "HP LaserJet 4P/4MP PostScript"
  219. "HP LaserJet 4Si/4SiMX PS 300dpi"= "HP LaserJet 4Si/4SiMX PS"
  220. "HP LaserJet 4Si/4SiMX PS 600dpi"= "HP LaserJet 4Si/4SiMX PS"
  221. "HP LaserJet 4MV PostScript"     = "HP LaserJet 4V/4MV PostScript"
  222. "HP LaserJet IID PostScript"     = "HP LaserJet IID PS Cartridge"
  223. "HP LaserJet IIP PostScript"     = "HP LaserJet IIP PS Cartridge"
  224. "HP LaserJet III PostScript"     = "HP LaserJet III PS Cartridge"
  225. "HP LaserJet IIID PostScript"    = "HP LaserJet IIID PS Cartridge"
  226. "HP LaserJet IIIP PostScript"    = "HP LaserJet IIIP PS Cartridge"
  227. "HP PaintJet Series 1.0 Driver"  = "HP PaintJet"
  228. "HP PaintJet XL300"              = "HP PaintJet XL 300"
  229. "IBM Color Printer"              = "Generic / Text Only"
  230. "IBM ExecJet"                    = "IBM ExecJet 4072"
  231. "IBM Laser Printer 4019"         = "IBM 4019 LaserPrinter"
  232. "IBM Laser Printer 4029"         = "IBM 4029 LaserPrinter"
  233. "IBM 4029 Accelerator"           = "IBM 4029 LaserPrinter"
  234. "IBM LaserPrinter 4019 PS17"     = "IBM 4019 LaserPrinter PS17"
  235. "IBM LaserPrinter 4019 PS39"     = "IBM 4019 LaserPrinter PS39"
  236. "IBM LaserPrinter 4029 PS17"     = "IBM 4029 LaserPrinter PS17"
  237. "IBM LaserPrinter 4029 PS39"     = "IBM 4029 LaserPrinter PS39"
  238. "IBM LP4037 5E Printer"          = "IBM 4037 5E"
  239. "IBM PS/1"                       = "IBM 2390 PS/1" 
  240. "IBM5204 drv"                    = "IBM QuickWriter 5204"
  241. "Kyocera F-Series (USA)"         = "Kyocera F-1000"
  242. "Kyocera F-5000 (USA)"           = "Kyocera F-5000"
  243. "Linotronic 200/230"             = "Linotronic 200"
  244. "Linotronic 300 v49.3"           = "Linotronic 300 v47.1"
  245. "NEC Silentwriter2 90"           = "NEC Silentwriter2 Model 90" 
  246. "NEC Silentwriter LC890"         = "NEC Silentwriter LC 890"
  247. "NEC Silentwriter LC890XL"       = "NEC Silentwriter LC 890XL"
  248. "Okidata 92/93-IBM"              = "Okidata ML 92-IBM"
  249. "Okidata OL830/PS"               = "Okidata OL830 PostScript"
  250. "Okidata OL410e 600mode"         = "Okidata OL-410e"
  251. "Oki OL840/PS"                   = "Oki OL-840/PS"
  252. "Olivetti PG 303"                = "Apple LaserWriter Plus"
  253. "Olivetti PG 308 HS Postscript"  = "Apple LaserWriter Plus"
  254. "Panasonic KX-P4455 v51.4"       = "Panasonic KX-P4455"
  255. "QMS ColorScript 100"            = "QMS ColorScript 100 Model 10"
  256. "Star NX-2480 Rainbow"           = "Star NX-2480"
  257. "TI microLaser Pro 600/pcl5"     = "TI microLaser Pro 600"
  258. "TI microLaser Pro PS23"         = "TI microLaser Pro 600 2014 PS23"
  259. "TI microLaser Pro 600 L2 PS23"  = "TI microLaser Pro 600 2014 PS23"
  260.  
  261. [Printer Mapping]
  262. "HP LaserJet 4ML"                = "HP LaserJet 4ML"
  263. "HP LaserJet 4L"                 = "HP LaserJet 4L"
  264. "HP LaserJet 4 Plus/4M Plus"     = "HP LaserJet 4 Plus"
  265. "HP LaserJet 4/4M"               = "HP LaserJet 4"
  266. "HP LaserJet 4P/4MP"             = "HP LaserJet 4P"
  267. "HP LaserJet 4Si/4Si MX"         = "HP LaserJet 4Si"
  268. "HP LaserJet 4Si/4SiMX"          = "HP LaserJet 4Si"
  269. "HP LaserJet 4V/4MV"             = "HP LaserJet 4V"
  270. "HP LaserJet 5P/5MP"             = "HP LaserJet 5P"
  271. "HPGL Plotter"                   = "HP ColorPro"
  272. "Matrix"                         = "Generic / Text Only"
  273. "PostScript (MGXPS24)"           = "Apple LaserWriter Plus"
  274. "PostScript (Micrografx)"        = "Apple LaserWriter Plus"
  275. "PaintJet (Micrografx)"          = "HP PaintJet"
  276. "TeleGrafx - MAGICorp"           = "Generic / Text Only"
  277. "TeleGrafx - Slidemasters"       = "Generic / Text Only"
  278. "Toshiba Printer"                = "Toshiba P351"
  279. "VideoShow"                      = "Generic / Text Only"
  280.  
  281. ; 3.0 Format section description.
  282. ;
  283. ; This section contains information for printers that were supported using
  284. ; the win 3.0 format in win.ini. The [Devices] section listed a printer
  285. ; family, rather than a specific model, and a driver-specific section
  286. ; identified the actual model. With the exception of "HP Plotter" and
  287. ; "PostScript Printer", all of these drivers were designed for Windows 3.0
  288. ;
  289. ; The syntax is
  290. ;
  291. ; OldName           = <ini section>,<use port>,<ini key>,<default value>
  292. ;
  293. ; Where:
  294. ;
  295. ; OldName           == Name of printer as found in the [devices] section
  296. ;                      of win.ini (win 3.0 or 3.1). This same section name
  297. ;                      is also used withing this file to mape the existing
  298. ;                      configuration to a new model name, as necessary.
  299. ;
  300. ; ini section       == Name of section in win.ini to look for more
  301. ;                      information.
  302. ;
  303. ; use port          == 1 if the port should be used as a part of the section
  304. ;                      name, 0 if not.
  305. ;
  306. ; ini key           == Name of key in the win.ini section (identified by
  307. ;                      ini section) to determine what printer model name
  308. ;                      to use.
  309. ;
  310. ; default value     == Default value to use if none is found in win.ini.
  311. ;
  312. ;
  313. ; All fields are required.
  314. ;
  315.  
  316. [3.0 Format]
  317. ; Old Name                          ini config sect           port    ini profile  default
  318. "Epson 9 pin"                    = "EPSON9drv",                 0,    "Printer",      "00"
  319. "Epson 24 pin"                   = "EPSON24drv",                0,    "Printer",      "0"
  320. "Epson GQ-3500"                  = "intl",                      0,    "sCountry",     "United States"
  321. "Fujitsu Dot Matrix"             = "Fujitsu Dot Matrix",        0,    "Printer Type", "9 Pins"
  322. "HP DeskJet Family"              = "DESKJET,",                  1,    "prtindex",     "0"
  323. "HP PaintJet Series"             = "HP PaintJet Series,",       1,    "Printer",      "1"
  324. "HP Plotter"                     = "HPPLOT",                    0,    "__USEPORT__",  "ColorPro"
  325. "IBM Proprinter 24"              = "Proprinter 24 drv",         0,    "Printer",      "0"
  326. "IBM Proprinters"                = "PROPRINTERdrv",             0,    "Printer",      "0"
  327. "NEC Pinwriter"                  = "NEC Pinwriter",             0,    "Pinwriter",    "0"
  328. "Okidata 24 pin"                 = "Okidata 24 pin drv",        0,    "Printer",      "0"
  329. "Okidata 9 Pin"                  = "Okidata 9 pin drv",         0,    "Printer",      "0"
  330. "Okidata 9 Pin IBM"              = "Okidata 9 pin IBM drv",     0,    "Printer",      "0"
  331. "PCL / HP LaserJet"              = "HPPCL,",                    1,    "prtindex",     "0"
  332. "PostScript Printer"             = "PostScript,",               1,    "device",       "2"
  333.  
  334. ; Lists of new model names
  335. ;
  336. ; These sections correspond to the ini sections listed above. The string
  337. ; to the left of the '=' is the index that was found in win.ini using
  338. ; the above table. The value to the right is the model name that will
  339. ; be used to update the printer information.
  340.  
  341. [Epson 9 pin]
  342. "00" = "Epson FX-80"
  343. "01" = "Epson FX-100"
  344. "02" = "Epson FX-80+"
  345. "03" = "Epson FX-100+"
  346. "04" = "Epson FX-85"
  347. "05" = "Epson FX-185"
  348. "06" = "Epson FX-86e"
  349. "07" = "Epson FX-850"
  350. "08" = "Epson JX-80"
  351. "09" = "Epson EX-800"
  352. "10" = "Epson LX-80"
  353. "11" = "Epson LX-86"
  354. "12" = "Epson LX-800"
  355. "13" = "Epson DFX-5000"
  356. "14" = "Epson APL-750"
  357. "15" = "Epson APL-1000"
  358. "16" = "Epson MX-80"
  359. "17" = "Epson MX-100"
  360. "18" = "Epson RX-80"
  361. "19" = "Epson RX-100"
  362.  
  363. ; Last printer on list is identified in Win 3.0 driver as Other
  364. [Epson 24 pin]
  365. "0" = "Epson LQ-500"
  366. "1" = "Epson LQ-800"
  367. "2" = "Epson LQ-850"
  368. "3" = "Epson LQ-1500"
  369. "4" = "Epson LQ-2500"
  370. "5" = "Epson SQ-2500"
  371. "6" = "Epson APL-750"
  372. "7" = "Epson LQ-500"
  373.  
  374. ; This model is a PCL printer in the US & Canada, but is a PostScript 
  375. ; printer elsewhere
  376. [Epson GQ-3500]
  377. "United States"    = "HP LaserJet Plus"
  378. "Canada (English)" = "HP LaserJet Plus"
  379. "Canada (French)"  = "HP LaserJet Plus"
  380.  
  381. ; Win 3.0 FUJIMTRX driver includes 9 and 24 pin models in one driver.
  382. [Fujitsu Dot Matrix]
  383. "9 Pins"  = "Fujitsu DX 2100"
  384. "24 Pins" = "Fujitsu DL 2400"
  385.  
  386. ; HP Printers use a different model for each memory config, so the same
  387. ; model is often repeated several times
  388. [HP DeskJet Family]
  389. "0" = "HP DeskJet"
  390. "1" = "HP DeskJet"
  391. "2" = "HP DeskJet"
  392. "3" = "HP DeskJet Plus"
  393. "4" = "HP DeskJet Plus"
  394. "5" = "HP DeskJet Plus"
  395. "6" = "HP DeskJet Plus"
  396. "7" = "HP DeskJet Plus"
  397.  
  398. [HP PaintJet Series]
  399. "1" = "HP PaintJet"
  400. "2" = "HP PaintJet XL"
  401.  
  402. [HP Plotter]
  403. "ColorPro"          = "HP ColorPro"
  404. "ColorPro with GEC" = "HP ColorPro with GEC"
  405. "7470A"             = "HP 7470A"
  406. "7475A"             = "HP 7475A"
  407. "7550A"             = "HP 7550A"
  408. "7580A"             = "HP 7580A"
  409. "7580B"             = "HP 7580B"
  410. "7585A"             = "HP 7585A"
  411. "7585B"             = "HP 7585B"
  412. "7586B"             = "HP 7586B"
  413. "DraftPro"          = "HP DraftPro"
  414. "DraftPro DXL"      = "HP DraftPro DXL"
  415. "DraftPro EXL"      = "HP DraftPro EXL"
  416. "DraftMaster I"     = "HP DraftMaster I"
  417. "DraftMaster II"    = "HP DraftMaster II" 
  418.  
  419. [IBM Proprinter 24]
  420. "0" = "IBM Proprinter X24"
  421. "1" = "IBM Proprinter XL24"
  422. "2" = "IBM Proprinter X24e"
  423. "3" = "IBM Proprinter XL24e"
  424.  
  425. [IBM Proprinters]
  426. "0" = "IBM Proprinter"
  427. "1" = "IBM Proprinter II"
  428. "2" = "IBM Proprinter XL"
  429. "3" = "IBM Proprinter XL II"
  430. "4" = "IBM Proprinter III"
  431.  
  432. [NEC Pinwriter]
  433. "0" = "NEC Pinwriter CP6"
  434. "1" = "NEC Pinwriter CP7"
  435. "2" = "NEC Pinwriter P2200"
  436. "3" = "NEC Pinwriter P5200"
  437. "4" = "NEC Pinwriter P5300"
  438. "5" = "NEC Pinwriter P5XL"
  439. "6" = "NEC Pinwriter P6"
  440. "7" = "NEC Pinwriter P7"
  441.  
  442. [Okidata 24 pin]
  443. "0" = "Okidata ML 393"
  444. "1" = "Okidata ML 393C"
  445. "2" = "Okidata ML 390"
  446.  
  447. [Okidata 9 Pin]
  448. "0" = "Okidata ML 192"
  449. "1" = "Okidata ML 193"
  450. "2" = "Okidata ML 320"
  451. "3" = "Okidata ML 321"
  452.  
  453. [Okidata 9 Pin IBM]
  454. "0" = "Okidata ML 192-IBM"
  455. "1" = "Okidata ML 193-IBM"
  456. "2" = "Okidata ML 320-IBM"
  457. "3" = "Okidata ML 321-IBM"
  458.  
  459. ; Again, each memory config was given a unique printer index
  460. [PCL / HP LaserJet]
  461. "0"  = "HP LaserJet Series II"
  462. "1"  = "HP LaserJet Series II"
  463. "2"  = "HP LaserJet Series II"
  464. "3"  = "HP LaserJet Series II"
  465. "4"  = "HP LaserJet IID"
  466. "5"  = "HP LaserJet IID"
  467. "6"  = "HP LaserJet IID"
  468. "7"  = "HP LaserJet IID"
  469. "8"  = "HP LaserJet IIP"
  470. "9"  = "HP LaserJet IIP"
  471. "10" = "HP LaserJet IIP"
  472. "11" = "HP LaserJet IIP"
  473. "12" = "HP LaserJet IIP"
  474. "13" = "HP LaserJet Plus"
  475. "14" = "HP LaserJet Plus"
  476. "15" = "HP LaserJet 500+"
  477. "16" = "HP LaserJet 500+"
  478. "17" = "HP LaserJet 2000"
  479. "18" = "HP LaserJet 2000"
  480. "19" = "HP LaserJet 2000"
  481. "20" = "HP LaserJet 2000"
  482. "21" = "HP LaserJet 2000"
  483. "22" = "HP LaserJet"
  484. "23" = "HP LaserJet 2000"
  485. "24" = "HP LaserJet Plus"
  486. "25" = "HP LaserJet Plus"
  487. "26" = "HP LaserJet Plus"
  488. "27" = "HP LaserJet Plus"
  489. "28" = "Epson EPL-6000"
  490. "29" = "Epson EPL-6000"
  491. "30" = "Epson EPL-6000"
  492. "31" = "HP LaserJet Plus"
  493. "32" = "HP LaserJet Plus"
  494. "33" = "HP LaserJet Plus"
  495. "34" = "Kyocera F-1000"
  496. "35" = "Kyocera F-1000"
  497. "36" = "Kyocera F-1000"
  498. "37" = "Kyocera F-1000"
  499. "38" = "Kyocera F-1000"
  500. "39" = "Kyocera F-1000"
  501. "40" = "Kyocera F-1000"
  502. "41" = "Kyocera F-1000"
  503. "42" = "Kyocera F-1000"
  504. "43" = "Kyocera F-1000"
  505. "44" = "NEC Silentwriter LC 860 Plus"
  506. "45" = "NEC Silentwriter LC 860 Plus"
  507. "46" = "NEC Silentwriter LC 860 Plus"
  508. "47" = "NEC Silentwriter LC 860 Plus"
  509. "48" = "NEC Silentwriter LC 860 Plus"
  510. "49" = "NEC Silentwriter LC 860 Plus"
  511. "50" = "Okidata LaserLine 6"
  512. "51" = "Olivetti PG 108"
  513. "52" = "Olivetti PG 108"
  514. "53" = "Olivetti PG 108"
  515. "54" = "Olivetti PG 108"
  516. "55" = "Olivetti PG 208 M2"
  517. "56" = "Olivetti PG 208 M2"
  518. "57" = "Olivetti PG 208 M2"
  519. "58" = "Olivetti PG 208 M2"
  520. "59" = "Olivetti PG 308 HS"
  521. "60" = "Olivetti ETV 5000"
  522. "61" = "QuadLaser I"
  523. "62" = "Tandy LP-1000"
  524. "63" = "Tegra Genesis"
  525. "64" = "Toshiba PageLaser12"
  526. "65" = "Toshiba PageLaser12"
  527. "66" = "Wang LDP8"
  528. "67" = "Wang LDP8"
  529. "68" = "Wang LDP8"
  530. "69" = "Wang LDP8"
  531.  
  532. ; Apple LaserWriter Plus triple listed (#2, #3 & #30) in Win 3.0 driver
  533. ; The following models are no longer directly supported, so they get
  534. ; mapped to the Apple LaserWriter Plus: Agfa 9000 Series PS, Agfa
  535. ; Compugraphic 400PS, Olivetti PG 303, Olivetti PG 308 HS Postscript,
  536. ; Wang LCS15, Wang LCS15 FontPlus.
  537. [PostScript Printer]
  538. "1"  = "Apple LaserWriter"
  539. "2"  = "Apple LaserWriter Plus"
  540. "3"  = "Apple LaserWriter Plus"
  541. "4"  = "Apple LaserWriter II NT"
  542. "5"  = "Apple LaserWriter II NTX"
  543. "6"  = "AST TurboLaser-PS"
  544. "7"  = "Dataproducts LZR-2665"
  545. "8"  = "IBM Personal Pageprinter"
  546. "9"  = "IBM Personal Page Printer II-30"
  547. "10" = "IBM Personal Page Printer II-31"
  548. "11" = "Linotronic 200"
  549. "12" = "Linotronic 330"
  550. "13" = "Linotronic 530"
  551. "14" = "QMS ColorScript 100 Model 10"
  552. "15" = "NEC Silentwriter LC 890"
  553. "16" = "QMS-PS 800"
  554. "17" = "QMS-PS 800 Plus"
  555. "18" = "QMS-PS 810"
  556. "19" = "PostScript Printer"
  557. "20" = "PostScript Printer"
  558. "21" = "Varityper VT-600"
  559. "22" = "Apple LaserWriter Plus"
  560. "23" = "Apple LaserWriter Plus"
  561. "24" = "Apple LaserWriter Plus"
  562. "25" = "Apple LaserWriter Plus"
  563. "26" = "Digital LN03R ScriptPrinter"
  564. "27" = "Digital PrintServer 40 Plus"
  565. "28" = "NEC Colormate PS/40"
  566. "29" = "NEC Silentwriter LC 890XL"
  567. "30" = "Apple LaserWriter Plus"
  568. "31" = "Apple LaserWriter Plus"
  569. "32" = "Apple LaserWriter Plus"
  570.  
  571. ;
  572. ; This section facilitates the translation of printer description
  573. ; strings pulled from .WPD files into revised printer names. This
  574. ; is because WPD files used the nicknames instead of the actual
  575. ; model names, which are now used in the driver. This section
  576. ; does not need to list printers whose nicknames match the current
  577. ; model names. The Printer will only be updated if the model name
  578. ; is found in MSPRINT.INF
  579. ;
  580. ; WPD NickName = Current Model Name
  581. ;
  582. [WPD_NickNames]
  583. "EPSON EPL-7500"            = "Epson EPL-7500"
  584. "IBM 4019 v52.1 (17 Fonts)" = "IBM 4019 LaserPrinter PS17"
  585. "IBM 4019 v52.1 (39 Fonts)" = "IBM 4019 LaserPrinter PS39"
  586.