Hi, I have a Konica Minolta 224 PCL6 Printer, and I need to push the drivers to more then 1000 clients (WinXP/7/8.1).
>From what I understand, injecting the drivers into SCCM it`s not really an >option since it fails importing the printer drivers: http://social.technet.microsoft.com/Forums/systemcenter/en-US/cf783d6b-be15-4b98-82d3-778ceaeb2ddc/printer-driver-deployment-using-sccm?forum=configmgrgeneral You can also set some GPOs: Once you've installed the proper ADMX files, for this to work in Windows 7, configure both of these "Point and Print Restrictions" settings to: a.. Enabled b.. Security Prompts, When Installing Drivers for a new connection = Do not show warning or elevation prompt c.. Security Prompts, When Installing Drivers for a new connection = Do not show warning or elevation prompt http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/install-network-printers-without-local-admin/b21aa72b-5a7f-485d-999e-f844e7d4a550 I finally manage to build a .MSI using this nice tutorial: http://sccmentor.wordpress.com/2013/06/10/creating-printer-driver-installs-for-sccm-deployment/ Now... How can I deploy these .MSI package from SCCM without admin rights, hence avoid the elevation prompt ? Thanks, Regards.

