A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Printing and Faxing with Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Script to Install Printer Drivers w/o adding printer



 
 
Thread Tools Display Modes
  #1  
Old January 26th 09, 08:47 PM posted to microsoft.public.windowsxp.print_fax
witecoko
external usenet poster
 
Posts: 1
Default Script to Install Printer Drivers w/o adding printer


I'm hoping someone can help me. I need a script that will allow me to
install multiple printer drivers without needing to add the printers.

Normally, I go into printers, go to file, server properties, drivers
tab and add them there. This allows me to install the drivers on the
machine for when the user needs to add a printer at different
locations.

The drivers are located on a server that is only accessible from my
central location, but if needed, I can put them on a cd just to install
using the script.

I'm using mostly XP with only a few Vista machines, which requires the
same steps but you have to run as administrator.

Thanks!


--
witecoko
------------------------------------------------------------------------
witecoko's Profile: http://forums.techarena.in/members/witecoko.htm
View this thread: http://forums.techarena.in/xp-print-fax/1110545.htm

http://forums.techarena.in

Ads
  #2  
Old January 26th 09, 09:35 PM posted to microsoft.public.windowsxp.print_fax
Alan Morris [MSFT]
external usenet poster
 
Posts: 783
Default Script to Install Printer Drivers w/o adding printer

if the print drivers are signed you can use prndrvr.vbs (XP in \system32,
Vista in \system32\printing_admin_scripts\en-us) or rundll32 in either OS to
call into the printui interface. If the drivers are not signed you will
have to use rundll32. In Vista just launch printui.exe, this will invoke
the help and you can look through the examples for use in both XP or Vista.

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base he
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"witecoko" wrote in message
...

I'm hoping someone can help me. I need a script that will allow me to
install multiple printer drivers without needing to add the printers.

Normally, I go into printers, go to file, server properties, drivers
tab and add them there. This allows me to install the drivers on the
machine for when the user needs to add a printer at different
locations.

The drivers are located on a server that is only accessible from my
central location, but if needed, I can put them on a cd just to install
using the script.

I'm using mostly XP with only a few Vista machines, which requires the
same steps but you have to run as administrator.

Thanks!


--
witecoko
------------------------------------------------------------------------
witecoko's Profile: http://forums.techarena.in/members/witecoko.htm
View this thread: http://forums.techarena.in/xp-print-fax/1110545.htm

http://forums.techarena.in



  #3  
Old January 27th 09, 07:55 PM posted to microsoft.public.windowsxp.print_fax
witecoko[_3_]
external usenet poster
 
Posts: 1
Default Script to Install Printer Drivers w/o adding printer


Alan,
thank you for your reply. You definitely pointed my in the right
direction. I have written some code but now I'm getting an error and
have had no luck googling it. Heres what I have:

cscript prndrvr.vbs -a -m "hp laserjet 2550 pcl 6"
-v -e -h e:\printdrivers\hp_clj2550_pcl6 -i hpc2550c.inf

I get error code 800A0401, char 27. I'm not familiar with code, so I
don't know the rules, but character 27 doesn't look wrong to me?


--
witecoko
------------------------------------------------------------------------
witecoko's Profile: http://forums.techarena.in/members/witecoko.htm
View this thread: http://forums.techarena.in/xp-print-fax/1110545.htm

http://forums.techarena.in

  #4  
Old January 28th 09, 05:25 PM posted to microsoft.public.windowsxp.print_fax
Alan Morris [MSFT]
external usenet poster
 
Posts: 783
Default Script to Install Printer Drivers w/o adding printer

There is a bunch of file for most of the HP drivers. There is some language
file in one of the cabs that has to be a flat file.

Just crack all the cabs and expand the files to a flat file share



PS I have no clue on the error, it's not mapping to anything.

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base he
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"witecoko" wrote in message
...

Alan,
thank you for your reply. You definitely pointed my in the right
direction. I have written some code but now I'm getting an error and
have had no luck googling it. Heres what I have:

cscript prndrvr.vbs -a -m "hp laserjet 2550 pcl 6"
-v -e -h e:\printdrivers\hp_clj2550_pcl6 -i hpc2550c.inf

I get error code 800A0401, char 27. I'm not familiar with code, so I
don't know the rules, but character 27 doesn't look wrong to me?


--
witecoko
------------------------------------------------------------------------
witecoko's Profile: http://forums.techarena.in/members/witecoko.htm
View this thread: http://forums.techarena.in/xp-print-fax/1110545.htm

http://forums.techarena.in



  #5  
Old February 2nd 09, 07:31 PM posted to microsoft.public.windowsxp.print_fax
witecoko[_4_]
external usenet poster
 
Posts: 1
Default Script to Install Printer Drivers w/o adding printer


Hi Alan,
I'm guessing by flat, you mean they have to be "extracted"?? I have
looked and there is not a cab file at all.

Any other suggestions?

Thanks.


--
witecoko
------------------------------------------------------------------------
witecoko's Profile: http://forums.techarena.in/members/witecoko.htm
View this thread: http://forums.techarena.in/xp-print-fax/1110545.htm

http://forums.techarena.in

  #6  
Old February 3rd 09, 06:11 PM posted to microsoft.public.windowsxp.print_fax
Alan Morris [MSFT]
external usenet poster
 
Posts: 783
Default Script to Install Printer Drivers w/o adding printer

add the link to the driver you are installing.

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base he
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"witecoko" wrote in message
...

Hi Alan,
I'm guessing by flat, you mean they have to be "extracted"?? I have
looked and there is not a cab file at all.

Any other suggestions?

Thanks.


--
witecoko
------------------------------------------------------------------------
witecoko's Profile: http://forums.techarena.in/members/witecoko.htm
View this thread: http://forums.techarena.in/xp-print-fax/1110545.htm

http://forums.techarena.in



  #7  
Old August 8th 09, 05:05 AM posted to microsoft.public.windowsxp.print_fax
mcjohn87
external usenet poster
 
Posts: 1
Default Script to Install Printer Drivers w/o adding printer


I do agree with you. Those are the most effective way
'_script_install_' (http://globolstaff.com/)


--
mcjohn87
------------------------------------------------------------------------
mcjohn87's Profile: http://forums.techarena.in/members/122683.htm
View this thread: http://forums.techarena.in/xp-print-fax/1110545.htm

http://forums.techarena.in

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 06:02 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.