When you use this machine for the first time, check that information such as what options are installed in this machine and whether authentication settings have been configured is correctly reflected to the printer driver.
Log Name: Microsoft-Windows-PrintService/AdminSource: Microsoft-Windows-PrintServiceDate: 1/31/2019 10:59:42 AMEvent ID: 215Task Category: Installing a printer driverLevel: ErrorKeywords: Printer Setup,PrinterUser: SYSTEMComputer: TS5.corp.wynnetr.comDescription:Installing printer driver Dell B1260dn Mono Laser Printer XPS failed, error code 0x0, HRESULT 0x80070490. See the event user data for context information.Event Xml:2150219120x80000000000002204609Microsoft-Windows-PrintService/AdminTS5.corp.wynnetr.comInternalInstallPrinterDriverFromPackagepfnPSetupParseInfAndCommitFileQueue failed-C:\Windows\System32\DriverStore\FileRepository\sdb3xv4.inf_amd64_13d7b77e31ce17a9\sdb3xv4.infDell B1260dn Mono Laser Printer XPS-Windows x64Not package aware-0x00x80070490
Generic 28c-1 Printer Driver
Log Name: Microsoft-Windows-PrintService/AdminSource: Microsoft-Windows-PrintServiceDate: 2/1/2019 7:23:52 AMEvent ID: 215Task Category: Installing a printer driverLevel: ErrorKeywords: Printer Setup,PrinterUser: SYSTEMComputer: TS5.corp.wynnetr.comDescription:Installing printer driver Dell B1260dn Mono Laser Printer XPS failed, error code 0x0, HRESULT 0x80070490. See the event user data for context information.Event Xml:2150219120x80000000000002204622Microsoft-Windows-PrintService/AdminTS5.corp.wynnetr.comInternalInstallPrinterDriverFromPackagepfnPSetupParseInfAndCommitFileQueue failed-C:\Windows\System32\DriverStore\FileRepository\sdb3xv4.inf_amd64_13d7b77e31ce17a9\sdb3xv4.infDell B1260dn Mono Laser Printer XPS-Windows x64Not package aware-0x00x80070490
Log Name: Microsoft-Windows-PrintService/AdminSource: Microsoft-Windows-PrintServiceDate: 2/1/2019 8:09:11 AMEvent ID: 215Task Category: Installing a printer driverLevel: ErrorKeywords: Printer Setup,PrinterUser: WYNNETR\administratorComputer: TS5.corp.wynnetr.comDescription:Installing printer driver - failed, error code 0x490, HRESULT 0x80070490. See the event user data for context information.Event Xml:2150219120x80000000000002204804Microsoft-Windows-PrintService/AdminTS5.corp.wynnetr.comPSetupInstallPrinterDriverInstallDriverFromCurrentInf failed-C:\Windows\System32\DriverStore\FileRepository\sdb3xv4.inf_amd64_13d7b77e31ce17a9\sdb3xv4.inf--Windows x64Not package aware-0x4900x80070490
The above package contains drivers for the following printers:Develop ineo 227, 287, 367, 308, 368, 458, 558, 308e, 368e, 458e, 558e, 658e, 758, 958Develop ineo+ 226, 266, 227, 287, 258, 308, 368, 458, 558, 658, 659, 759, 3351, 3851(See the Develop document ineo_driver-naming_en_1-1-0.pdf for mapping printer to correct driver)
To download the latest drivers & utilities for your printers and multifunctional systems please enter the model name - e.g. "e-STUDIO5008LP" or "B-EX4T1". Before installing a driver please make sure it can be used with your system by checking the list of models in the Related to section.
I'm having a spot of trouble trying to script printer installation under Windows 7 Professional, 32bit edition. Ultimately I want to have a batch script where I can add all of the drivers for our common office printers (mainly Ricoh MFPs, some HP LaserJets
REM install drivercscript %WINDIR%\System32\Printing_Admin_Scripts\en-US\Prndrvr.vbs -a -m "PCL6 Driver for Universal Print" -h c:\Windows7PrinterDrivers\x86\ricoh_universal_printer_PCL\32bit -i c:\Windows7PrinterDrivers\x86\ricoh_universal_printer_PCL\32bit\oemsetup.inf
However I fail at the installing the driver stage with the error message 'unable to add printer drive PCL6 Driver for Universal Print error code 5". Googling so far has turned up lots of people with error 87, however not a single hit (for any printer driver) for error code 5.
If I manually add the printers and point to the appropriate directories then the drivers install with no issues, however setting up would be far easier and convenient via scripting (if I can get it to work).
I spent some more time googling to see if I could find any references for the HP Universal driver working in an example with prndrvr.vbs and turns out I wasn't using the correct printer name or INF file. Anyways here is the WORKING (for me at least) correct scripting for the HP Universal PCL6 Printer Driver for 32bit Windows: 2ff7e9595c
Comments