Windows – Add Network Printer drivers in Windows 7/Server 2008 R2

drivershp-laserjetprinterwindows 7windows-server-2008-r2

I'm running a 64 bit Windows 7 / Windows 2008 R2 workstation that I just installed. I need to add a printer that is shared on the network from a 32bit Windows 2000 print server.

This is an HP LaserJet 5Si printer, the drivers for which HP tells me are automatically built into Windows 7/R2. However, whenever I connect to the printer or try to add it, I get the following screen:

enter image description here

Upon clicking OK, I get this screen asking me to locate the driver:

enter image description here

How can I possibly locate a driver that is SUPPOSED TO BE NATIVELY SUPPORTED on Windows 7/R2? The tough part is that this printer is one of many shared on a server and does not have a direct IP address. Even worse: I have no access to the print server so I cannot put the 64 bit drivers on there.

Any ideas?

UPDATE:

HP doesn't make a Vista driver either. It claims it is natively supported by Vista and 7, which is true because I am able to create a local printer on a fake tcp/ip port and Windows lets me pick the proper driver. However, when adding from the network, Windows does not let me select a driver and demands an INF.

I tried searching the entire sub-structure of the C:\Windows directory and could not find any INF files that contain HP information. The INF might be located somewhere in the Windows installation DVD, but all the files on the DVD are compressed and unrecognizable.

UPDATE #2

I installed the proper printer driver as a local printer (with no printer attached) and it installed. However, this did not change the fact that it STILL asks me to provide drivers when connecting to the networked printer.

Best Answer

This is basically a 32-bits/64-bits problem: The printer is on a 32-bits server and is being accessed by a 64-bits client. Any attempt to install this printer fails because the driver being offered by the 32-bits print server is incorrect, since it's offering a 32-bit driver.

See this article for installing 64-bits drivers on the client machine:
How to Install HP Printer Drivers In Windows 7 - Inbuilt Drivers

The idea is to install a fictional printer on Windows 7 using the correct 64-bits driver, then convert it to a network printer. You should proceed as follows:

  1. Install 64-bit printer driver for the client machine, as in the above link, as a local (not network) printer. If, during installation, you are prompted to connect the printer to your computer, choose the option to proceed with installation without connecting the printer. Install to LPT1 (default) only. (port change is done after install completes in Steps 5 & 6)
  2. After installation completes, open the Printers applet from the Windows 7 Control Panel.
  3. Right-click on the new printer and choose Properties.
  4. Go to the Ports tab.
  5. Click Add Port…, select Local Port, then click New Port…
  6. For the port name, enter exactly the network path and share name of your printer. For example \\Windows2000\HP LaserJet 5Si, Click OK, and double-check that this new port is selected with the checkbox next to it.
  7. Click OK to close the printer properties.

The above was written with a Vista machine in mind, so please adapt the procedure to Win7 wherever necessary.

Related Question