To install printers driver on the client machine

(imported topic written by SystemAdmin)

I want to install printer driver on n no of machines through bigfix server.In manual installation at client side it ask for printer name, usb or lpt port and I have to manually feed them.Through bigfix, can I deploy printer driver on client machine and simultaneously can I provide the data such as printer name & all that while deploying.If yes can you give me the method how to deploy.

(imported comment written by BenKus)

Hi Shiv,

Do you know how to install a printer driver silently from the command line? If so, we can help you make the Fixlet.

Ben

(imported comment written by SystemAdmin)

From the command line i don’t know can you tell me

(imported comment written by BenKus)

I have no idea… let me know if you (or anyone else) find any way to do this and then BigFix can help with any action or any relevance that you might require.

Ben

(imported comment written by Shlomi91)

Sure, it’s easy and silent…

just type “RUNDLL32 PRINTUI.DLL,PrintUIEntry /?” from RUN to see the full list of options (there are many!)

i used it many times.

you can use a registry query for relevance, and the above command for the rest (driver / port / network printer / local printer install or remove)

Shlomi