Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printer installation

Status
Not open for further replies.

MIKEHSAS

MIS
Mar 3, 1999
1
0
0
When I try to install a printer I get the message PRINT PROCESSOR UNKOWN. This occurs at the end of the install after selecting the printer, port and after files copy from the CD. This terminates the install. What's going on???
 
Here is the info from Microsoft Article ID: Q105247<br>
<br>
Err Msg: There are no Print Processors... Creating a Printer<br>
The information in this article applies to: <br>
Microsoft Windows NT operating system version 3.1 <br>
Microsoft Windows NT Advanced Server version 3.1 <br>
Microsoft Windows NT Workstation versions 3.5, 3.51, 4.0 <br>
Microsoft Windows NT Server versions 3.5, 3.51, 4.0 <br>
<br>
<br>
SYMPTOMS<br>
When you attempt to install a printer in Windows NT, you may receive one of the following error messages: <br>
<br>
* There are no print processors <br>
<br>
* Print Processor is unknown <br>
<br>
<br>
<br>
CAUSE<br>
This behavior can occur if all of the following conditions exist: <br>
<br>
* No print processor is specified in the Windows NT registry. <br>
<br>
* The print processor file (Winprint.dll) is missing or corrupt. <br>
<br>
<br>
<br>
RESOLUTION<br>
To resolve this problem, follow these steps: <br>
<br>
<br>
Verify that the Winprint.dll file exists in the following folder: <br>
%SystemRoot%\system32\spool\prtprocs\w32x86 <br>
<br>
If the Winprint.dll file is missing, use the following command to expand the Winprint.dl_ file on your Windows NT Setup CD-ROM or Setup disks to Winprint.dll in the above folder: <br>
<br>
expand x:\i386\winprint.dl_ c:\winnt\system32\spool\prtprocs\w32x86\winprint.dll <br>
<br>
where x: is the drive letter of your CD-ROM drive. <br>
<br>
<br>
Verify that the print processor is configured correctly in the Windows NT registry. To do so, follow these steps: <br>
WARNING: Using Registry Editor incorrectly can cause serious, system- wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk. <br>
<br>
a. Locate the following key in the Windows NT registry: <br>
<br>
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print \Environments\Windows NT x86\Print Processors\winprint <br>
<br>
If the Winprint key is not present, create it by clicking Add Key on the Edit menu. If Winprint.dll is not specified as the Driver value in the Winprint key, click Add Value on the Edit menu to create the Driver value using the following settings: <br>
<br>
Driver:REG_SZ:winprint.dll <br>
<br>
NOTE: It may be necessary to restart the computer after making these changes<br>
<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top