HP LaserJet 1536dnf MFP - installation took too long to run.

Try installing a laserjet MFP M125a pro on a computer running windows 10.  Get "use installation was taking too long to execute.  This is a fatal error. "I reinstalled the driver software hp, the most recent assistance from the Download Center.  I made sure to print spooler tye is in automatic mode, according to the following link:

http://support.HP.com/us-en/product/HP-LaserJet-M1530-multifunction-printer-series/3974271/model/397...

No luck.  Still will not install.

Hi samshube,

Please, try the steps in the following order:

Run the HP print and Scan Doctorand let me know what happens!

If this, or one of the posts on this thread, helped you to solve the problem, please click 'Accept as Solution' said post. To show you 'like', or that they are grateful for my post, please click the thumbs upwards below. If there is anything else I can do to help, please don't forget to let me know!

I hope these steps help!

Tags: HP Printers

Similar Questions

  • installation took too long to run

    * HP LASERJET 100 m175nw

    * Windows XP

    Installing surgery took too long to run. It is a fatal error, preventing the use of the product.

    * No changes made, the product is installed for the first time.

    Hi JMMT23,

    Are using the installation option chip by plugging the USB cable to begin the installation or CD?

    Install the software with HP Smart Install

    1. Press the power button ( ) or switch to turn off the product, if it is already disabled.

  • Printer LaserJet 1536dnf MFP range: software LaserJet1536dnf of print settles

    I had several problems with my LaserJet1536 printer so I uninstalled all HP software. I tried to re - install the software three times, but I've always had this message:

    Error. A Setup operation took too long to run. It is a fatal error, preventing the use of the product. Restart your computer and run this installer again. If the problem persists, please visit the web site of product support for your product.

    On the first two attempts, I used the original CD-ROM for Windows came with the printer. On the third attempt, I downloaded the software installation of HP and used, but to no avail.

    I disabled Avast Antivirus, but which did not help.

    Any suggestions?

    Hello @Aselene,

    Great stuff! Glad to know that you were able to solve the problem.

    Think about scoring my post as "accepted solutions" to help other users with the same issue to find a solution more efficient. Click on "blows upward" give me "Bravo."

    Visit us again if you have any questions!

    Thank you

  • Unwanted fax confirmation pages for faxes received on HP LaserJet 1536dnf MFP

    I would like to disable the confirmation pages for faxes received on my HP LaserJet 1536dnf MFP but keep the pages of confirmation for faxes sent. How can I do this?

    It is not too difficult.  Press Fax Menu button.  Tap the right arrow until that fax reports is on display (should be the first thing that pops up), then tap OK.  Press the right arrow until Fax of Confirmation is displayed (again, it should be the first thing that pops up) and press OK.  Press the right arrow until you see Send Fax only and press OK.  Now you should be set to get reports of confirmation only when sending.  Hope that helps.

  • HP LaserJet 1536dnf Mfp: HP Laserjet 1536dnf MFP - print problem printer

    My office has a printer HP LaserJet 1536dnf MFP printer and copy machine and it's only last month a year.  This morning the computer was printing and copy fine, then in the middle of a print job 21 page pages begins to show the 4 brands of blackshadow - like on the right side of the page (starting at the top and down to about 4 inches before printing the next black shadow).  Sometimes copying and printing.  I tried to reset the printer by unplugging the power for 10 minutes.  I tried to clean it with cleaning setting.  So far, nothing has worked.

    Greetings;

    If you could post a small picture of the question I might better be able to determine the cause.

    Are marks on the page dashes in the media?

    Brands repeat down the page in a spaced identical schema?

    The issue might have to do with the toner drum, but could be a piece of paper stuck on the fuser unit.

    Unlike the intervention of Anonymous_Fan this is not a model of injket and has no heads printing or alignment of the calibrations.

    I followed this thread and waiting for your response.

    Kind regards

    Jaclyn

  • Impossible to install cp1525 reached hp 64 bit of vista windows 99% say that it took too long fatal error try again

    Impossible to install cp1525 reached hp 64 bit of vista windows 99% say that it took too long fatal error try again

    Hi asarabia

    Fatal error documents

    Restore the original factory configuration
  • took too long to respond.

    Hello

    I'm trying to connect to the client via Vsphere Vcenter server, I am getting error, below please find attached snap attachment.

    The "address IP of vcenter" took too long to respond...

    Help, please...

    Hi vaibhav,

    Do you think below,

    1. check the vCenter Server service. It probably is running, but you can restart it.

    2. if above doesn't work, restart the SSO service.

    3. then check the Source of the identity in the SSO settings. See if the PDC is running.

    4 do the identity Source connectivity test to the highest point.

    Thank you

  • Statement Update takes too long to run

    Hi all

    I am trying to run this update statement. But its takes too long to run.
        UPDATE ops_forecast_extract b SET position_id = (SELECT a.row_id
            FROM s_postn a
            WHERE UPPER(a.desc_text) = UPPER(TRIM(B.POSITION_NAME)))
            WHERE position_level = 7
            AND b.am_id IS NULL;
            SELECT COUNT(*) FROM S_POSTN; 
            214665
            SELECT COUNT(*) FROM ops_forecast_extract;
            49366
    SELECT count(*)
            FROM s_postn a, ops_forecast_extract b
            WHERE UPPER(a.desc_text) = UPPER(TRIM(B.POSITION_NAME));
     575
    What could be the reason for the update statement to run so long?
    Thank you

    polasa wrote:
    Hi all

    I am trying to run this update statement. But its takes too long to run.

    What could be the reason for the update statement to run so long?

    You did not say what means "too long", but a simple and good reason might be that the scalar subquery on "s_postn" using a full table for each run scan. Potentially this subquery is executed for each row of the table "ops_forecast_extract" that satisfies your filter predicates. 'Potentially' due to "filter/subquery optimization" cunning of the Oracle execution engine that tries to cache results of already executed of instances of subquery. Given that the in-memory hash table that contains these cached results is limited in size, the optimization algorithm depends on the sort order of data and could suffer collisions of hash that it is unpredictable, how this optimization works in your particular case.

    You can view the execution plan, it should at least tell you how Oracle will run the scalar subquery (that tell you nothing about this "filter/subquery optimization" feature).

    Follow the generic guidelines how to generate a useful plan explain output and how to post here:

    Could please post a correctly formatted explain you plan output using DBMS_XPLAN. SCREEN, including the 'Predicate information' section below the plan to provide more details about your statement. Please use the noformat} [{noformat} code {noformat}] {noformat} before tag and {noformat} [{noformat} / code {noformat}] {noformat} tag or after the noformat} {{noformat} code {noformat}} {noformat} tag before and after to improve the readability of the outing:

    In SQL * more:

    SET LINESIZE 130
    
    EXPLAIN PLAN FOR ;
    
    SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY);
    

    Note that the DBMS_XPLAN package. DISPLAY is only available from 9i on.

    In 9i and above, if "Predicate information" section is missing from the DBMS_XPLAN. Output display, but you get the message "Plan table is old version" instead, you must recreate your plan table using the script server '$ORACLE_HOME/rdbms/admin/utlxplan.sql '.

    In previous versions, you can run the following in SQL * Plus (on the server) instead:

    @?/rdbms/admin/utlxpls
    

    A different approach in SQL * more:

    SET AUTOTRACE ON EXPLAIN
    
    ;
    

    also displays the execution plan.

    In order to get a better understanding where your statement passes the time, you might want to turn on SQL tracing as described here:

    When your query takes too long...

    and after the "tkprof' out here, too.

    Kind regards
    Randolf

    Oracle related blog stuff:
    http://Oracle-Randolf.blogspot.com/

    SQLTools ++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676 /.
    http://sourceforge.NET/projects/SQLT-pp/

  • Question of LaserJet M1319f MFP Installation on Windows 7

    Dear HP team and community members to support,

    I am currently trying to install HP LaserJet M1319f MFP connected via USB on Lenovo Q190 machine /Intel Core i3 processor / freshly installed running Windows 7 Enterprise 64-bit with Bulgarian language pack, all updates, Microsoft Forefront Protection/i also tried to disable the real-time protection /, UAC disabled, account administrator, IE 11, .NET Framework 4.5.1.

    The priter work properly with Windows XP.

    I downloaded the package of driver here: http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4063&lc=en&cc=bg&dlc=en&sw_lang=&product=3547...

    After reached installation process 'Copy of the files on the hard disk' stage Setup returns error software install printer no longer works.

    I tried to run with Windows XP SP3 compatibility mode or administrator privileges, but the same error occurs.

    I tried Microsoft Fix It software to install/uninstall drivers too, but without success either.

    I cleaned up the temporary files and Max about 10 to 15 times.

    Windows update is not help with drivers too.

    I tried to extract the Installer files and manually add the printer and received the error that the installation was not successful and it says below the file is not found / if I remember it well.

    After that I tried the HP Print and Scan Doctor software, but it shows that there is no driver installed and redirect me to the driver download page.

    I tried the Assistant driver software also, but it returns that this model is not supported.

    I tried to change the Startup Windows "Selective startup" with "Load Startup items" unchecked and all non-microsoft disabled services, but without success.

    Under safe mode that will not accomplish the install because the print spooler service does not, which is running normally otherwise.

    The "ntprint.inf" file is present in the folder 'Windows\inf', HKLM\SYSTEM\CurrentControlSet\Control\Print\Enviroments\Windows NT x 86 registry has only subkeys drivers and print processors and the HKLM\SYSTEM\CurrentControlSet\Control\Print\Monitors registry has only Local Port, Microsoft Shared Fax Monitor, monitor the Standard TCP/IP Port, USB and WSD port subkeys.

    The Windows\System32\spool\PRINTERS and Windows\System32\spool\drivers\W32X86 folders are empty.

    I ran sfc/scannow in cmd with administrator privileges, but there was no violation of integrity.

    I tried to disable the IE component, but no luck either.

    So now I'm out of ideas how to connect that * bleep * thing... I hope someone can help me with this problem.

    "Hewlett PackardHP LaserJet M1319f MFP" currently devices without driver installed in Device Manager /Hardware ID USBPRINT\Hewlett-PackardHP_La28A1 and Hewlett-PackardHP_La28A1/ and Scanning HP /hardware ID USB\VID_03F0 & PID_5817 & REV_0100 & MI_00 and USB\VID_03F0 & PID_5817 & MI_00.

    I forgot to mention that I tried all kinds of variations with these solutions with or without connected printer.

    Thank you very much in advance for all type of guidelines.

    Best regards

    Ivan

    P.S.: at least, I think that I managed to collect all related solutions in this topic...

    Dear Gemini02,

    After a few days of trying different types of solutions, I finally managed to install the printer as a network device.

    So basically, I also had a problem (error 0 x 002) with the installation of the printer as a network printer. Restart the Printer Spooler service has not worked and erase cache files did not work either.

    So I installed x 64 driver on the host machine and then installed the network printer. For those who do not know how to install x 64 drivers:

    -Download the drivers from the official HP support page

    -Check out the *.exe file in a folder (if you don't have additional archiving program replace *.exe with cover and unzip it with the build Manager). Navigate to the folder 'x 64' and extract the file "LJM1319L.cab" to separate the folder.

    -Go to 'Printers and faxes' ("devices and printers" in Windows 7 ")

    -Then right click on the shared printer already and click on 'Properties' ("printer properties" Windows 7 ")

    -Click the 'sharing' tab and click on "additional drivers".

    -Select 'x 64' or only ' IA64"in the case that your hardware architecture is demanding and click 'Apply'.

    If you have already installed the drivers, the rest is not relevant, but if you do not:

    -Open the extracted folder and select the file "HP1319fp.ini" (if it returns select error 'HPM1319.ini')

    -When he asked the second time pilot open 'x 64-> LJM1319L' and select the *.dll file

    -on the third request for drivers go to 'x 64 English-> PrntDriver' and select 'ZSD1319P'.

    I couldn't try to connect and install by USB (the office that I am taking care, as if it were new post more), but after the successful installation of the drivers that the printer connected locally should also work perfectly.

    So I hope I was help someone like me about this and still do not understand why I should have done everything for installation driver simple?

    Best regards

    Ivan

  • [Solved] Only software of HP Laserjet 1536dnf MFP

    [EDIT] The problem is resolved. My uncle asked someone to solve the problem. It has removed a plus printer related additional file. Unfortunately, I don't have the name. After that, that he has downloaded all-in-one file and printer correctly installed. Sorry for the inconvenience.

    Hello

    My uncle has Win 7 Ultimate, 64-bit (updated to the latest windows updates)

    installed via bootcamp on iMac

    HP 1536dnf MFP printer be installed via USB. No other HP product is installed.

    I had problems I've managed to solve.

    Problems:

    Earlier, the window 'Properties' flashed and closed immediately. I couldn't solve the problem even after trying the solutions offered in the messages earlier. After installation, my installer would fail as he won 99%. Even if I killed the install via the Task Manager, still I could not find a solution. HP toolbox FX could not be installed.

    As usual, I removed all the HP driver enteries of

    • services tab,
    • Device Manager and
    • somewhere in "printers and devices" (afte rclicking / select any printer on the top bar, there is an option to select the driver).
    • I also removed HP record form "programs x 86"(mon système est en 64bits). "» In the folder programs, I found nothing.
    • I also checked for universal printer is uninstalled and
    • sprooler printing works and is set to automatic.

    I had also updated the firmware to the latest version of 2014.

    1536dnf always failed Windows Update.

    I run the latest al-one installer of HP (210 MB)

    All-in-one installer...

    With the windows installer install also installs software. I clicked on the taskbar icon to see the details. He seeks the latest scan drivers, printing, etc. on the net and then installs it.

    After the installer HP 26 to 29%, seeks 1536 printer driver (we see on the screen to install windows). When the installation program has reached 29%, it is said

    Failed installation. Messege is something like

    Installation of HP Laserjet 1536dnf failure.

    I kept the installer running. After reaching 99%, it crashes. After a few minutes, it shows a fatal error. I ended up installing through the conversation Manager, the software is still not install.

    HP diagnostic tool identifies the printer, but said, software is not installed and indicates the downloads page, which is not the MFP from HP 1536dnf.

    There is a solution, I've not tried. A post said to create a new user.

    Half of the Solution:

    Then I tried to print base settings and scan driver PCL 6 without the first installation of software (which is later available on the version of the site 2011 HP) and... it worked. Now I can print and open for the tab of properties of the he.

    Note also that this is a "universal Printer driver'--> all suggested this universal printer and cause print spooler problems

    It works very well, but without the software that I can't scan. I do not use photoshop.

    Question:

    My question is

    210 mb Setup will still install the drivers. What will happen as in this case, I have already installed the drivers and work fine, but as mentioned, I can't scan. Scanning software HP gives good options.

    Is there a version available where only the software is installed and no driver is installed.

    Since 210 mb all-in-one installer always hangs at 99% (downloaded 2 times and installed 7 - 8 times), I might try basic installer.

    What will happen to the pre-installed drivers?

    The problem is that driver a universal printer PCL 6

    I will again be my uncle on Saturday.

    Please help me. Thank you.

    Kind regards

    White Lotus (WL)

    [EDIT] The problem is resolved. My uncle asked someone to solve the problem. It has removed a plus printer related additional file. Unfortunately, I don't have the name. After that, that he has downloaded all-in-one file and printer correctly installed. Sorry for the inconvenience.

  • Airpint can't find HP LaserJet 1536dnf MFP - please help

    I have baught HP Laserjet 1536dnf a few months ago cause HP said that it is compatible Airprint. In fact, I went to a few stores just to get it in stock of the last store I visited. Up to now, I still can't seem to work and feel like a mute bought this HP printer. If anyone of you or HP engineer can help... Please.

    In fact, I did some research and tests on the configuration. Some time ago I got the chance to see the printer appears (little) and I can print a document and the printer has disappeared. My ipad and iphone can not find again later, even after rebooting.

    I've already updated my iOS to the latest version. Update the firmware on my Zyxel router and printer. Also, I replace my zyxel with 3com router (now back to zyxel). None of these help.

    My configurarition _Here. _
    Devices: iPhone 3GS (iOS4.3), iPad 1 (iOS4.3)
    Printer: MFP HP LaserJet 1536dnf (latest firmware 20110405); Fixed IP address;

    Router: ZyXel P-660HN-F1z (latest firmware Version: 3.70 (BJI.4): 22/03/2010)
    Network configuration: all are in the same network 192.168.1.x

    Would be very grateful if someone can help out me.

    This might help:

    http://Gothick.org.UK/2010/05/16/getting-the-Apple-iPhone-remote-app-working-with-a-ZyXEL-router/

  • hp laserjet 1536dnf mfp scanner installation of the product for Windows XP 64-bit

    We have upgraded my computer to Windows XP 64-bit.  I can install the printer drivers for it, but have been unable to install the scanner software.   Can you direct me to the correct installation page to do this?

    Hello

    I'm afraid that the printer is not all supported on Windows XP 64-bit edition, but you can still be able to print using HP UPD, you'll be able to get a further on the specific OS envoirnment.

    64-bit operating systems are supported only on the new operating system (Vista or higher).

    You can find the specifications of the product below:

    NOTE:This product does not support Windows XP Professional x64 Edition, Windows 2000, 95, 98, 98 Second Edition, ME, 3.1, NT 4.0, 2003 server (64-bit).
    

    http://support.HP.com/us-en/document/c02219779

    Shlomi

  • HP laserjet 1536dnf mfp Windows 10

    After the upgrade to windows 7 to windows 10 fail to launch the application to scan. Where to find driver HP laserjet mfp 1536dnf for windows 10?

    After restarting the computer deletes the HPScan.exe file
    To remove a set of drivers, downloaded separately for print + scan driver.
     
    Restart the computer while the application is scanning works fine

  • LaserJet 1536dnf MFP: HP Laserjet 1536dnf MFP

    It's that my scanner no longer records in JPEG format only PDF. Instead of 1 3-page document, I have now 3 images/documents one per page. When I tried o reload the software driver to retrieve this feature downloads failed.

    Need help with PDF functionality back.  Thank you for your help in advance

    Hi @arob1968,

    I see that you are having problems scanning to PDF and you tried to reinstall the printer software, but it failed. I'd love to help you.

    What happens when you try to reload the software? (error installation crashes)

    Please, try the following steps to try and perform a complete uninstall and reinstall the printer software.

    Unplug the USB cable.

    Uninstall the software from the CD: go to start, computer, right click on the printer CD, left click on open in a new window, double click on uninstall.

    To uninstall program files: press the Windows key and the E key to access the window from the computer.
    Select the drive C. Select the program files or program files x 86. Open the HP name and printer folder. Select uninstall.

    Perform a clean boot on the computer and disable the Antivirus software. How to perform a clean boot in Windows.

    Then download, save and run the latest software. Do not plug the cable until you are prompted.

    HP LaserJet Pro M1536dnf multifunction printer drivers. Select your operating system, click Next and click on the software to download and install.

    If the installation is a fatal error or suspended, immediately after connecting the USB cable, follow the steps described in this document to update the drivers if this isn't new error. A fatal error during Installation of the software. Then the installation should continue.

    Try to scan the image to see if you have the opportunity to start a new search in PDF format.

    How is the printer connected? (USB/Ethernet)

    If you appreciate my efforts, please click on the button below the thumbs up.

    If there is anything else I can help you, let me know. Thank you.

  • LaserJet 1536dnf mfp: HP laserjet 1536dnf Windows 10 Scan mfp printer works not

    After the upgrade to Windows 10 of Wndows 7, I met a problem with Scaner on MFP HP LJ 1536dnf.

    Before letting the MS to update my laptop, I removed the printer from Windows 7.  The PC upgraded to Windows 10 and then I reinstalled the Prnter software.  I did it because I already had one problem on another PC that I updated to Windows 10 does not have the printer works properly.

    When I install the full featured printing software downloaded from the website of HP, the printer works, but the search function does not work - when I click the icon for the scan and I get a message stating that 'JL M1530 MFP series HP Scan is not found'

    I'm not trying to use printing HP and doctor Scan to see if that helps.

    If anyone has any other suggestions, please post.  Thank you.

    I finally understand what I did wrong.

    When I first installed the HP software on the laptop it asks how you did the USB connected printer (1) (2) (3) wireless network.    Because I had a laptop with a wireless connection, I selected the wireless option.

    However, it was not the installer I have for this HP printer.  I have this printer HP connected wireless to my router using an Ethernet cable.  So even if the laptop was wireless, the HP printer is in fact a network connected device.

    So, I unnstalled the HP software and re-installed and then choose option 2 - connected network the HP printer and the software installed and the printer and Scanner now work perfectly on the laptop.

    I think what was confusing me was this option 3 - wireless option - actually worked and setup went through, even though I should not really have chosen this option.

    It is in any case, everything works now.  If I would have taken the right option when I chose the installation, I would have not had a single problem.

Maybe you are looking for

  • Tools/Options is missing

    Running Firefox 3.6.10Suddenly the Tools menu contains only a few options and opens sometimes empty. I think I remember to click Options to set my tabs as current addresses. Obviously I can't do that now.The problem seems to have occurred after downl

  • With the help of IVI driver for delay in the MSO6104A of reading

    Hello I have the IVI driver NOR for the scope of the MSO6104A. The driver is functional, and I managed to use it. My scope has a function of delay between two different channels. But, how to read delay help scope step IVI measurement? Is there anothe

  • HP officejet 6310 all-in-one: offline and printing continues

    I use my printer with my asus windows 7 and then I have a dell with windows 8.1 that I bought recently.   Fine with asus Windows 7, but will not work with the new computer.   Always says offline or troubleshoot.  Also, when he goes in the print mode,

  • Casings of problem during the test installation of MySQL

    Using Windows VISTA Ultimate edition. I deleted directories; show the files hidden; packages to install unlocked; has run as an administrator. and disabled Norton AntiVirus, Antispyware, and advanced Protection; then reinstalled mysql workbench-gpl -

  • WRVS4400N serving gig switch only

    I have 2 WRVS4400N availible be. It runs my network and security connected to my WAN. I want to use another one strictly as a switch or even add reason for my current wireless network wireless. Is this possible and if so someone can give me the direc