SOLVED: In XP Pro, is there a way to script the install of a print driver

bobcpg

Senior member
Nov 14, 2001
951
0
0
I need to install the same printer driver on 33 pc's. Is there a batch file that i can just have the users run to install the driver instead of having to go through the wizzard on all computers.

thanks,
bob
 

SaintTigurius

Senior member
Apr 3, 2003
332
0
0
if ur sharing the printer u dont need the drivers for it.. just share the network printer and everyone in the network should see it.

a
 

bobcpg

Senior member
Nov 14, 2001
951
0
0
I'm in a novell enviroment, so i need to add the drivers.

Its HP 4650 color
 

vo

Golden Member
Dec 10, 2002
1,320
0
0
Originally posted by: SaintTigurius
if ur sharing the printer u dont need the drivers for it.. just share the network printer and everyone in the network should see it.

a

There is a different between a network printer and a printer that connect to a print server.
 

KB

Diamond Member
Nov 8, 1999
5,406
389
126
what form did the driver package come in? Zip? EXE? If an EXE it may have command line options to automatically install itself. You could write a small bacth file with the commandline options for automatic install.

If it is just a zip, then you could right a batch file to copy the files into the appropriate directory using the copy command.

Another choice would be to use a tool like wise installer or many similar "snapshot" tools to record the installation of the drivers on one machine and create a package to automatically install it when run on another machine.
 

bobcpg

Senior member
Nov 14, 2001
951
0
0
SOLVED

start>run>rundll32 printui.dll,PrintUIEntry /?


this will give the switches



thanks all