Install failure for LaserJet M1212nf

Greetings to the well of knowledge...
I am attempting an installation of a LaserJer M1212nf on a Dell thin client device running Windows 7 Embedded.  I have done this successfully on the same device other times but I cannot seem to get past the driver installation.  The installation is failing when trying to install the MFP driver; the Windows driver installation dialog just shows "Failed".
I saved the installation log and the setupapi.app log, each of which are indicating some sort of error(s) occurring but I cannot make out what they are telling me.
Can someone look at these logs and tell me what's going on?
Thanks,
Ken Carter

Yes, it happens sometimes. Had you tried the Safe Mode install and it didn't work, that would have been my next suggestion. Did they give you a new disk? It's good news that you are up and running but you still need the install DVD. If they didn't replace that, get another from Apple.
-mj

Similar Messages

  • INF Install failure for Windows 7

    While tring to do Disc Cleanup I continue to get this error:
    Error unregistering the OCS C:Windows\system32\20-20Technologies\3D Viewer\v5.0.94.0\2020Player_WEB_5_0_94_o.dllINF Install failure. Reason:  Access is denied
    I am using Windows 7 32 bit system. I cannot find anyone else with Windows 7 having this issue. Below are some of the thinkgs I have tried, but did not work.  Any suggestions would be appreciated.
    After click on start, run, open, msiexec/unreg I get this message (Windows cannot find 'msiexec/unreg'. )
    I typed services.msc in the run box to see if Windows Installer is disabled. (If it is set it to manual). Mine is set for manual.
    I tried downloading and installing this: support.microsoft.com/kb94228
    Downloaded Windows Installer 4.5: go.microsoft.com/fwlink/?LinkId=120486
    Got error:  The requested operation requires elevation
    I am at a complete lose to get this taken care of. Please help!!!

    I was surfing the 'inter-web' on this issue [grin]
    On the Major Geeks forum it said that COMBO Fix was the solution..
    [quote]
    Step
    3:
    Now we
    need to use ComboFix to remove a bunch of malware files.
    Make sure that combofix.exe that you downloaded while doing the READ &
    RUN ME is on your Desktop but Do not run it!
    If it is not on your Desktop, the below will not work.
    Open Notepad and copy/paste the text in the below quote box into it:
    Quote:
    KILLALL::
    DirLook::
    C:\WINDOWS\system32\20-20
    Technologies
    FileLook::
    C:\WINDOWS\inf\2020Player.PNF
    Folder::
    c:\windows\system32\512686
    [Quote]
    hth
    pvm
    PVM

  • Pavillion dv6000: "Device driver" install failure for DVD/CD drive

    The laptop does not install the DVD/CD drive anymore.  Message says the driver for this device failed to install. It is not assigned a drive letter in Win Explorer. Device Manager shows the drive as recognized, but has the yellow triangle/exclamation point...Properties says driver is missing or corrupt.  Needless to say, I know of no "driver" for a CD drive (in modern machines, at least), and nothing related shows up in the driver list on HP webstie for this laptop. I did reinstall the chipset drivers as well as some other driver updates; no change.  Re-seating the drive didn't help.
    I also replaced the original drive with another, and got the same result...driver install failure.
    Any solutions?
    Thanks

    Yes you need to remove upper and lower filters from the registry. Microsoft has a KnowledgeBase article about it with an autofix, but I have had better luck manually editing the registry:
    MS KB

  • ROracle 1.1-4 install failure for R  64 only: R version 2.15.0, Rtools215

    Hi,
    I'm able to build and install ROracle for R 32 but not for R 64. My problem seems to be related to the configuration script (configure.win) calling "x86_64-w64-mingw32-dlltool"in the case of the arch 64 build.
    Versions Used: ROracle 1.1-4, R version 2.15.0, Rtools 2.15.
    Following the install instructions, when running "R CMD INSTALL --build --merge-multiarch ROracle_1.1-4.tar.gz", all goes fine for the 32 bits install (all is working fine thereafter in R 32) but when trying to build the 64 bits version, I get the following error:
    generating ocimingw.lib from ocimingw.def
    x86_64-w64-mingw32-dlltool: not found
    gcc.exe: error: ocimingw.lib: No such file or directory
    ERROR: compilation failed for package 'ROracle'
    So I tried to add "C:\Rtools\gcc-4.6.3\i686-w64-mingw32\bin" to PATH and rename "dlltool" within it to "x86_64-w64-mingw32-dlltool". But in this case, when trying to compile ROracle.dll file, it is said that the generated "ocimingw.lib" file is not recognized:
    gcc -m64 -shared -s -static-libgcc -o ROracle.dll tmp.def rodbi.o rooci.o -L. oc
    imingw.lib -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg
    /extralibs64/local/lib -LC:/Users/.../R/R-215~1.0/bin/x64 -lR
    ocimingw.lib: file not recognized: File truncated
    collect2: ld returned 1 exit status
    ERROR: compilation failed for package 'ROracle'
    Moreover, in the file "configure.win" inside the package archive, it is said in the commentaries that "# oci.lib generated by 32-bit or 64-bit dlltool works on both versions". And last, the two dlltool.exe files (32 and 64) provided by Rtools 2.15 are exactly the same (I used WinDiff (x64) to check this).
    Really disappointing, am I wrong somewhere ? I guess that the real problem may be related to Rtools and the MinGW W64 tools there provided but... ?
    Thank you very much in advance.
    Best Regards,
    Mehdi

    Mehdi,
    Below we suggest a workaround that should allow you to proceed with building a usable version of ROracle-1.1.4 for 64 bit windows.
    We are working on an update to ROracle that addresses the problem you have found.
    To provide some context to the problem:
    RTools-2.15 has deprecated x86_64-w64-mingw32-dlltool. This tool was present in the previous distribution/versions of RTools.
    We use this tool in ROracle build process to generate a .lib file from OCI dll files. We did the .lib generation solely to try to accommodate
    ROracle into the CRAN windows build environment so we are able to provide ROracle as a binary distribution on windows platforms.
    However this mechanism did not pan out - not for any technical reason but rather due to OCI related licensing reasons. So ROracle continues
    to be a source code only distribution on CRAN for windows.
    We are working on reverting back to using OCI dll files directly, which will remove dependency on x86_64-w64-mingw32-dlltool
    and the latest changed to RTools-2.15 has forced us to make this change more quickly.
    In the meantime, please follow the steps below to work around dependency on x86_64-w64-mingw32-dlltool
    1. Modify Makvars.win in Roracle/src directory to use: "PKG_LIBS=-L. -loci" instead of "PKG_LIBS=-L. ocimingw.lib"
    2. Change configure.win in ROracle as follows:
    Delete the the following lines:
    # generate import library for mingW from ocimingw.def. oci.lib from msvc is
    # not compatible with it.
    # NOTE: If necessary one can use pexports.exe or dumpbin to generate the
    # oci.def file.
    # download pexports.exe and run "pexports ${ROCI_LIB}/oci.dll > ocimingw.def"
    # or run "dumpbin /exports oci.dll"
    # oci.lib generated by 32-bit or 64-bit dlltool works on both versions
    echo "generating ocimingw.lib from ocimingw.def"
    if [ $R_ARCH = '/x64' ]; then
    x86_64-w64-mingw32-dlltool input-def ./src/ocimingw.def  dllname OCI.DLL --output-lib ./src/ocimingw.lib -k
    else
    dlltool input-def ./src/ocimingw.def  dllname OCI.DLL --output-lib ./src/ocimingw.lib -k
    fi
    Add the following in its place:
    # copy OCI libraries
    echo "copying from" ${ROCI_LIB}
    cp ${ROCI_LIB}/oci.dll ./src
    cp ${ROCI_LIB}/orannzsbb11.dll ./src
    cp ${ROCI_LIB}/oraociei11.dll ./src
    Thank you
    ROracle maintainers

  • How can users remedy install failure for Windows Photoshop CS6 v13.0.2?

    Error code U44M1P7 is obviously a catchall for any of several possibilities. The suggestion to manually download the update is useless. It isn't available. (A bad link leads to Mac version.) As for the other possibility, many other users and I have deleted the unneeded language files either by use of a cleanup utility or manually, on purpose. Any installer that has unspecific error codes, while not allowing for a sensible change that  economizes space needs to be rewritten. An awful lot is riding on the integrity of the Adobe Download Manager, and its occasional failures are maddening. I run CC and CS6 Creative Suites, and I need to  keep them both because CC has 'broken' so many plugins.
    It would be very helpful to know where ADM puts downloaded files and have an option to save them before installing. It took me two runthroughs to get CC installed and I've tried for the CS6 update four times so far with no copy of the installer to reuse. At its best, ADM is lethargic to respond, and there remains the statistical near-certainty that the site will be down when someone needs to use it. Personally, I think the 'Cloud' is a lousy paradigm. I know I'm not the only one who looks back fondly on the days of physical media, or at very least downloads that could be burned to physical media. The whole cloud thing is still in its infancy, and a lot of user time iwasted while Adobe learns (and invents) the ropes. Maybe one day, when there is a 100% installed base of high speed fiber optic connections, the cloud will make our lives easier. It certainly hasn't done so yet.

    kloaster wrote:
    It would be very helpful to know where ADM puts downloaded files and have an option to save them before installing. ... no copy of the installer to reuse ... there remains the statistical near-certainty that the site will be down when someone needs to use it ... I know I'm not the only one who looks back fondly on the days of physical media, or at very least downloads that could be burned to physical media.
    No worries Kloaster – you should just be able to use the direct links instead to get whichever Adobe applications you want and copy/save the offline installers for backup or burn to DVD for later reuse whenever or wherever you want:
    All Adobe CS6 Direct Links, without the Download Manager or Assistant
    and/or
    All Adobe CC Direct Links, without the Application Manager or Desktop App

  • Printer Install failure on LaserJet P1102w

    Printer was installed and worked for awhile on a Dell venue 8Pro Tablet running Win 8.1(32bit).  Printer no longer wants to print nor can I get it to re-install on any computer running win8.1.  I can see it on the network but each time I try to run an install it fails.

    Hi maxcat1994,
    Welcome to the HP Forums.
    I see from your post that you are unable to install the printer on the any computer running Windows 8.1.
    I will be happy to help you.
    I would reset the printer first to clear out any previous network settings.
    Turn the printer off, hold down the wireless button and cancel (x button) while turning the printer back on and don't release the two buttons until the printer stops making noise.
    Print out a configuration report and make sure the SSID and IP address are cleared.
    (hold down the x button and when the printer makes a noise let go)
    After the reset, disconnect the routers power cable, wait 10 seconds, then reconnect the power cable.
    Restart the computers.
    Run a uninstall from the CD or the program files.
    Here are the steps to run the uninstall from the computer or the CD.
    To uninstall from program files:
    Go start and select computer.
    Select the C drive.
    Select program files or program files x86.
    Open the HP and printer name folder.
    Select uninstall.
    Uninstall From CD:
    Go start, computer,
    right click on the CD for the printer, left click open in a new window, double click on uninstall.
    Run the installation again and don't connect the USB cable until prompted to configure the wireless network again.
    Test the printer.
    I would setup a static IP address for the printer so this won't happen again in the future.
    Printer Does Not Maintain Wireless Connection. Go to Solution four: Assign your printer a static IP address.
    Please let me know if you need further assistance.
    Thank you for posting on the HP Forums.
    Have a great day.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Install failure for Acrobat X Pro

    Hi, I have just down loaded Acrobat X Pro from the adobe website. When trying to install I get an error telling me that "The application cannot be installed on this operating system". I am running xp proffesional sp2 and have included a screen shot of my system below
    Please help and many thanks
    http://content.screencast.com/users/g1nge/folders/Default/media/218e505d-e02b-445c-9c65-4a 93f8821ae7/System.JPG

    Good day,
    Michael is correct, you must have Service Pack 3 for Windows XP installed before you may install the trial of Acrobat X.
    Please see: http://www.adobe.com/products/acrobatpro/tech-specs.html for a complete listing of the system requirements.
    Regards,
    David
    Acrobat Community Manager
    Adobe Systems

  • Install failure for Aperture 3 on my MacBook Pro. Operating on Lion.

    I am trying to install Aperture 3 on my MacBook Pro. I am operating on Lion and my software is up to date. Any clues as to what is goin on? Do I have a bad disk?

    Just a hunch: If you are trying to install from an installation DVD or older disk image, and you get the message
    "check with the developer to make sure Aperture works with this version of Mac OS X"
    you may have a problem with an expired developer certificate (they expired mid march).
    To fix this, set the Date  in " SystemPreferences -> Date&Time" to a date well before March 2012 and run the Installer again. If that succeeds and Aperture now runs , reset the date to te current date.
    If not, please post back answer and Tony's question  ....
    Léonie

  • Printer Install failure for Canon or HP printer  - utter disaster

    One day, several months ago, I decided to unplug my working Canon iP6700d from my Imac Duo Core (all updates installed).
    I plugged it into a Windows computer - where it works fine - I tried using it again on my iMac... and IT NEVER WORKED AGAIN ON THE IMAC!!!!!!!!!!!!!!!!
    I tried everything those people at Canon recommended - over and over I uninstalled the Canon software, etc. etc. Logged in as ROOT user and tried it... etc. etc.
    Then I even tried my HP Printer at work - brought it home. Tried to install it to my iMac. Realized?
    IT'S NOT THE CANON PRINTER!!!! REPEAT: IT'S NOT THE PRINTER!!!
    IT'S THE MAC! IT WON'T INSTALL THE HP PRINTER EITHER!
    So - I stopped trying to use my new-ish iMac to print.
    End of story.
    That *****.
    As usual, with computers - these problems take hours to resolve and waste parts of days.

    Welcome to the Apple Discussions!
    So tell us what you do to maintain your Mac? What is your routine daily, weekly and monthly? What do you do after software updates? What do you normally do to troubleshoot Mac OS X issues?
    Is all of your software up-to-date? Is your firmware up-to-date? How much RAM do you have?
    PS - All caps is yelling here in the Apple Discussions! We know that your are upset, but yelling won't help.

  • Different Mac (PPC) OS X install failure

    I seem to be having a different install failure for Flash
    Player 9 on a Mac (PPC) OS X.
    I tried all of the various solutions listed for other Player
    9 failures with no luck (permissions, uninstalls, etc...)
    When I run the installer it stalls out with 4 items left to
    install while trying to search the hard drive. I even left it
    running all night one night to see if it was just searching the
    drive slowly. The installer isn't crashing as I can stop the
    install by hitting the stop button.
    One thing of note, is that I've had a few times (not all
    times) when I cancel the install that the Flash Player will work in
    the browser (I'm using Safari 3.0), however when the browser is
    closed and reopened, Flash Player appears to not be installed. So,
    I'm assuming in the act of canceling the install, there is some
    form of a partial install that actually allows Flash Player to work
    temporarily.
    Anybody have ideas on this issue?
    Mike
    Flash Player 9 (both PPC installer & Universal Binary
    Installer)
    PowerBook G4 OS 10.4.10
    Safari 3.03

    Well after doing some additional playing, I discovered a fix.
    I opened FireFox and installed Flash Player from within
    Firefox instead of Safari.
    Safari began to work immediately. Solution has held even
    after restart.
    Mike

  • Jre 1.6u7 install failure

    Continuing install failures for jre 1.6u7 and 1.6u10(rc) on Windows, SP2. I have two users with desktop machines trying to install jre 1.6.07 for oracle discoverer. So 10 installs went ok, but 2 machines won't install/run jre 1.6u7 properly. They previously had installed jre's 1.4 and 1.5, various updates to those. Have uninstalled and installed 1.6 numerous times, but the java control panel will not open. Frequently the installer hangs on "Gathering Required Information". We kill the msiexec.exe, restart machine, add/remove the java, eventually install seems to run. But then, click on Start, control panel, java and nothing happens, control panel will not display. When we try to run our application, IE crashes. Original problem occurred with the install of the JRE 1.6 from the Discoverer server, download/install seemed to hang. Haved tried using the Windows Install Clean Up utility, have unregistered and registered windows installer service, have removed java and manually deleted registry entries for HKEY_LOCAL_MACHINE/Software/Javasoft. No obvious messages from the installer, nothing in java_install_reg.log, java_install_sp.log, java_install.log. Errors in Windows Event Viewer for Application for the conflict when we hadn't completed the previous install previously, but the reboot semed to get us past that.
    Any ideas on how I debug this issue, why javacpl.exe won't run?
    Thanks.

    To clarify again, this is a runtime error rather than an install error.
    If this is not obvious to the point of being annoying, I would think that it is your task to try and isolate what it is that makes those two machines different. Are all of your machines supposed to be mirrors of each other? I can understand that your request is driven by hoping for a hint of where to look on those machines for their relevant differences, but it strikes me as unlikely that we can provide a clue here.
    You might want to start by just going to the Control Panels of a machine that works and a machine that does not work and looking for differences in install software. You suggest that they are all at SP2 and I would not expect this sort of problem to be service-pack related.
    Is there a possibility that those two systems are corrupt (failing hard drive, virus, etc)? Is is possible to just clone a working system onto the two misbehaving ones? I realize that my response does not address a Java-specific issue, but you problem does not strike me as being specific to Java.

  • HP LaserJet M1212nf MFP Printer - Communication Failure with the scanner

    Dear all,
    May I kindly ask if there are any known resolutions in terms of a scanning issue with the HP LaserJet M1212nf MFP Printer?
    When it starts scanning the printer only scans the up to the 3rd or 4th page, it stops in the middle of the sheet and produces an error message stating the following: Communication Failure with the scanner.
    Are there any steps that may be followed in order to resolve the incident?
    Many thanks in advance.
    Best regards,
    Ryan

    Hi @Ryan_HP ,
    I see that you are experiencing a communication error during scanning of multiple pages. I would like to help, but I will need some more information to provide you with the correct steps to resolve this issue.
    If you are using Windows, download and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it. Find and fix common printer problems using HP diagnostic tools for Windows?
    Temporarily turn off any Antivirus Software, just to rule out any interference.
    Try scanning again.
    What operating system are you using?
    How to Find the Windows Edition and Version on Your Computer.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    How is the printer connected? (USB/Ethernet)
    What were the results when you ran the Print and Scan Doctor? (did it print or scan, any error messages)
    What scanning software are you using?
    Have a wonderful day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Can't install driver for HP P1006 LaserJet under Windows 8.1 64 bit

    Hi,
    I can not install the driver for HP P1006 LaserJet under Windows 8.1 64 bit.
    I download the driver installation program from the HP website. When I run it, it says reinstalling the driver files, then copying files to the hard drive and then it crashes. I also tried using the driver CD that came with the printer to no avail.
    The printer works fine on my other laptop with Vista on it. Help!

    Hi peshi77,
    Welcome to the HP Support Forums! I see you are trying to install your HP Laserjet P1006 to your computer running Windows 8.1, but everytime you attempt to extract the files it crashes. After some research I see there were no updated drivers made available for the Windows 8.1 OS, you must install the Hostbased Plug and Play Basic Driver, to get the basic printing functions. Please click on the link below to download and install:
    HP LaserJet P1000-P1500 Hostbased Plug and Play Basic Driver
    Once downloaded, please follow the on screen instructions. I hope this helps!
    Thanks,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Install driver for HP Laserjet PRO CP1525nw in my MacBook with OS X Yosemite

    install driver for HP Laserjet PRO CP1525nw in my MacBook with OS X Yosemite V 10.10.1 (I have the disk but it doesn't load the driver)

    Hi @Peggysguy ,
    I see that you are having issues installing the printer on Yosemite. I will certainly do my best to help you.
    The CD won't support Yosemite. You just need the newest drivers to install.
    I have provided you with the downloaded Full Software drivers for the Laserjet Pro CP1525nw.
    HP LaserJet Professional CP1525 Color Printer Series Full Software Solution.
    If you need further assistance, just let me know.
    Have a great day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Laserjet pro 2015dnf MFP install asks for PDL Common disc

    laserjet pro 2015dnf MFP install asks for PDL Common disc

    s-gayel,
    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at http://h30499.www3.hp.com/hpeb/ .
    I hope this helps.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

Maybe you are looking for