Hp installation stop

I encounter problem when trying to install the newly bought HP laserjet P1102w to my lenovo yoga notenbook running win 8.1. The installation will stop and give an error message which say the" HP installer stop" when come to the point which ask to plug in the USB cable to the computer . I have tried to download the lastest version driver and software and even update the firmware of the printer but the problem persist.
I tried to install the printer onto my another Samsung notebook running win 8.1Pro and it installed sucessfully! Can anybody guide me how to install the printer to the win 8.1 system?

Hey @limth,
Welcome to the HP Support Forums!
I would like to work with you today with resolving the installation issue on your Windows 8.1 computer for your HP LaserJet Pro P1102w Printer. Because you are able to install via USB Cable fine on your second Windows 8.1 computer this is not a USB Cable, USB Port, or hardware issue. What this may actually be caused by is the HP Smart Install feature built into your printer. I'm going to run you through some troubleshooting steps to resolve this issue.
Step 1: Uninstall Drivers:
Disconnect your USB Cable
Open your Start screen by clicking on the Windows icon on the bottom left hand corner of your screen or by selecting the Windows button on the bottom left of your keyboard, to the right of the Ctrl button.
Once the Start screen opens type Programs and Features
Click on Programs and Features to launch it
Under the list of Programs and Features click on the HP Laserjet package and uninstall it.
Once the HP Laserjet is uninstalled, close this window.
Step 2: Clear Temp Folder:
Open your Start screen again and type Run
Click on Run to open the Run box
In the Run box type %temp% and select OK
When the Temp Folder opens select Ctrl + A at the same time on your keyboard to highlight everything in the folder. Next, select 'Delete' on your keyboard. The Temp folder has temporary internet files in it. No files or folders on your actual computer will be affected by deleting the contents of the Temp folder. Should any files still be used in this folder it will automatically pop up with a 'skip' option.
Once the Temp folder is emptied, close the folder.
On your Desktop right click on the Recycling Bin and left click on 'empty recycling bin'.
Step 3: Disable Smart Install: 
You mentioned in your post that you installed the printer on your Samsung notebook and that it installed successfully. Can I have you go on that Samsung notebook to disable HP Smart Install.
Plug your USB cable into the Samsung notebook
If you used the HP download to install the printer: go to you Start screen and type Run. Click on Run to open the Run box. In the Run box type %temp% and select OK.
When the Temp folder opens, locate the 7z file and open it
In the 7z file click on the UTIL folder and then SIUtility (SIUtility.exe is for 32 bit computers, SIUtility64.exe is for 64 bit computers)
Once SIUtility opens disable Smart Install on the Printer.
If you used the software cd to install the printer: insert your disk into the Samsung notebook. Open your Start screen and type Computer (may populate as This PC as a search result)
Click on Computer to open it. Then you will see  your HP Installer. Right click on the HP Installer and open it (or browse).
Click on the UTIL folder and the SIUtility. Once SIUtility opens disable Smart Install on the printer.
Disconnect your USB Cable from this computer.
Step 4: Download Drivers:
Back to the computer now that you're having the issue installing your Laserjet on:
Leave you USB Cable disconnected.
Once everything is uninstalled for your printer and the Temp folder is emptied, please click on the following link to download the appropriate drivers for your printer: HP LaserJet Full Feature Software and Driver
Allow the Software and Driver package to download
Run the installation once the download is complete
Follow through the on-screen instructions to reinstall your printer.
Only plug in your USB Cable when prompted.
The installation should now complete.
Please respond to this post and let me know if the steps I provided resolve your installation issue. Best of luck!
X-23
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" on the right to say "Thanks" for helping!

Similar Messages

  • Coldfusion 64 bit windows installer stops working after recent microsoft update

    Coldfusion 64 bit windows installation stops working after recent microsoft updates and how I worked around it.
    My question is at the end.
    Trying to deploy coldfusion 9 enterprise 64 bit trial  version onto a Windows 2003 64 bit datacenter OS with all OS updates from MS (as of 4-7-2011).
    Steps taken (remember, this is all 64 bit):
    1. Installed the base OS which was slipstreamed with SP2.
    2. Checked w/ microsoft and installed 63 OS updates.
    3. Launch the CF9 trial exe.
    4. As soon as the first screen finishes (the one that looks like  it is extracting files) then the second screen pops up (the one that  simply says CF Adobe Coldfusion 9) and the progress bar quickly moves  95% to the right and the install application quits. No error, no nothing. No log file either.
    5. After a moment of incredulous silence (and retrying/rebooting,  etc), I started to google it. I found nothing. However, I did find a  post (thanks dspent!) that was helpful in that it told how he was able  to get at a log file of sorts, by pre-extracting the  coldfusion_9_WWE_win64.exe file and launching the adobe_cf.exe by hand.  (Dspent's install snafu was different than mine, but his post was very  valuable and got me started in the right direction.)
    6. Got a copy of rarunzipper and extracted the coldfusion_9_WWE_win64.exe file.
    7. From the windows directory created by step 6, I launched adobe_cf.exe.
    8. Same thing (the install application quits. No error, no nothing. No log file either.).
    9. I examine the hs_err_pidxxxx.log file (where the xxxx is a number).
    10. I see inside that file an ominous message: "A fatal error has been detected by the Java Runtime" then "Problematic frame ntdll.dll" and then "The crash happened outside the Java Virtual Machine in native code".
    11. OK, so now I am thinking ntdll.dll !! Native code !! It is like Java is telling me that for some reason it can't dance with the OS.
    12. On a hunch, I decided to test a CF install again on a server with just the base install of W3K3 64 SP2 (ie: skipping step 2 above this time).
    13. Bingo! That install works.
    14. Therefore, one of the 63 patches I had downloaded from MS had triggered a problem with the CF installer.
    15. Back on the first server (the one with the MS security  patches installed and the one that CF won't install on). In the CF file  adobe_cf.lax (one of the files extracted in step 6) there is a line that  mentions where the install gets it's java. Find that file, and check java version installer is using. It is using 1.6.0_14-b08.
    16. Off to the Java website, and there is a newer version of java (1.6.0_24-b07). Downloaded and installed it.
    17. Modify a line in adobe_cf.lax :
       before
         lax.nl.current.vm=resource\\jre\\bin\\java.exe
       after
         lax.nl.current.vm=C:\\program files\\java\\jre6\\bin\\java.exe
    (that assumes that you let step 16 install to the default location)
    Save the file.
    18. Run the install ... ** IT WORKS ** !
    Obviously, the built in java provided with the CF installer is  no longer compatible with some change introduced by some recent MS  update on the W2K3 64b SP2 platform.
    And now the interesting part. Although I forced the installer to used the new java, it did not incorporate it into the cf build (ie: in jvm.config, you still see c:/coldfusion9/runtime/jre AND the  version of java.exe that is in that directory is the original version,  not the newer version I forced the installer to use).
    On the surface, CF seems to run OK, but I have not done any application testing yet.
    And finally my
    ** QUESTION **
    Would it be appropriate to simply point the java.home var to the new java directory? I see that the directory structures and files are not exactly the same  (close though) so I certainly don't want to break things by doing this,  but instinct tells me that if the installer broke using the older  version, then something else is gonna break down the road if I don't use  the new version. On the other hand, the differences in the  directories and files is enough that it makes me very nervous, with my  limitied java skill set, to make this decision. 
    Thanks in advance!!
    Byron

    Hi Byron,
    Wow great post no doubt much of the information will be useful for those on Win03 SP2 +. Have to say not come across similar problem on Win08 r2 SP1 +.
    So to your question. Adobe security bulletin (http://kb2.adobe.com/cps/894/cpsid_89440.html) recommends running CF8 and CF9 with JVM 1.6.0_24. The bulletin does not say how to do that. I take you installed JDK and not just JRE 1.6.0_24? Post install of JDK follow these steps:
    Stop CF - SERVICES.msc stop "ColdFusion 9 Application Server".
    Take a copy of CF\runtime\bin\jvm.config - so you got a backup.
    Edit CF\runtime\bin\jvm.config find line "java.home=" and comment it out eg:
    #java.home=C:/ColdFusion9/runtime/jre
    Add new line like so and save jvm.config:
    java.home=C:/Program Files/Java/jdk1.6.0_24/jre
    Note  there the slashes and the location of the JRE (runtime) - you need to  point to the one in JDK because the other JRE in C:\Program  Files\Java\jre6 will be missing a DLL.
    Start CF via SERVICES.msc.
    HTH, Carl.

  • HP LaserJet Pro MFP M127fw installer stopped working

    Have dificulty  installing HP LaserJet Pro MFP M127fw drivers on hp 32bit laptop with windows 7
    Build in printer software stops halfway
    Downloaded software stops halfway
    Standard windows 7 printer driver works fine and can print with it, but has no scanner driver
    HP printer scanner doctor indicates scan software is not installed and directs me to driver download on hp website
    installation of this software stops also halfway
    No errorcodes anywhere, just message box installer could not continue and trying to find a solution. That box diapears as well.
    Installation fails on both wired network and usb
    no errormessages in windows logbooks
    The http connection works fine
    tried installation with smart install on and off (is off at the moment)
    Spooler service is running fine
    Searched this forum and more people seem to have this problem but there is no solution mentioned in the end.
    Please help
    This question was solved.
    View Solution.

    Hi @Lize2 ,
    I see that you are having issues installing the printer, the installer stops working. Thanks for providing that detailed information. I would like to help you out today.
    It sounds like something is blocking the software from installing, since just the driver are being installed.
    Disconnect the USB cable, run the uninstall from the CD.
    Touch the Windows key and the E key to access the computer window. Right click on the CD for the printer, left click open in a new window, double click on uninstall.
    Do a msconfig to turn off any startup programs that might be interfering with the installation.
    Click on Start, in the search box type in Run, enter, then type in Msconfig, click OK.
    Click the Services tab. Click to select the Hide All Microsoft Services check box. Click Disable All, and then click OK.
    Then click on the Start Up tab at the top. Click on disable all.
    Reboot the computer.
    Temporarily turn off any Antivirus software and Real Time Scanning. Especially if you are using Mcafee.
    Then run the installation again. Right click on the install and select Run as Administrator.
    Test the printer again.
    Then go back into msconfig and Enable the All Microsoft Services and Enable All on the Start Up tab. Turn the Antivirus software back on again and the Real Time Scanning.
    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

  • TS1702 ?Some of my applications have been saying I need the latest version of Adoebe Flash Player.  When I try to download it I get the following error message:  'Frame Load interrupted' and the installation stops.  Any suggestions

    Some of my applications have been saying I need the latest version of Adoebe Flash Player.  When I try to download it I get the following error message:  'Frame Load interrupted' and the installation stops.  Any suggestions?

    You can only use apps downloaded from the App store, not via a browser. There is no Flash for any iOS device including the iPod.

  • Can't install Itunes 10.7.  Itunes installer stops working.  How do i rectify this problem?

    Was upgrading to Itunes 10.7 for windows but Itunes installer stops working while installing. Can anyone help me !!!

    A few key steps:
    1.  Shutdown computer;
    2.  Restart from cold;
    3.  Make a secure backup of your Song files;
    4.  Uninstall iTunes;
    5.  Restart computer from cold a 2nd time;
    6.  Install latest version of iTunes from: http://www.apple.com/uk/itunes/download/.

  • I can't upgrade my iPhone 4 to iOS 5.1.1 from the iPhone using wifi!! the installation start but before finishing an error occurred and the installation stop! help

    I can't upgrade my iPhone 4 to iOS 5.1.1 from the iPhone using wifi!! the installation start but before finishing an error occurred and the installation stop! help

    I will try, and what happen is that after it is intall and start "Preparing upgrade" the installation stop and a message occure: An error occure download the iOS 5.1.1" thas all.
    But now it is too late because the iOS 6 is now availabel, is it recommendet to donwload iOS 6 on iPhone 4 or not?

  • Hii,,, i am using iphone 3g, i am trying to install apps from apple store,, installation stop in middle,and say u have to do install through itunes from your laptop. when i am trying to install it from my laptop,, its failed again n again,, help me out ,,

    hii,,, i am using iphone 3g, i am trying to install apps from apple store,, installation stop in middle,and say,, u have to do install through itunes from your laptop. when i am trying to install it from my laptop,, its failed again n again,, help me out ,

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • CC installation stops searching file server at 2%

    Hi
    I try to update the newest version, but the installation stops at 2% with the message "searching server'.
    PC W78 is connected to internet. Did relaunch, but no change.
    This since 2 days now
    Thanks for your help

    The key of the problem may be found here:
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}]
    where <logon> ::= <username>[<password>][@<connect_identifier>] | /
    Which means the dbca is not recognizing some parameter. Initial database creation assumes you are able to connect as sysda without a password, Which means you should be able to connect as a valid user with ORA_DBA and connect as batch privileges. If you are installing with domain related authentication issues, then it could be the most likely reason dbca is not able to go ahead with installation.
    1. Determine if you are connected with the ORA_DBA group privilege. It should be so if you are locally connected (not with a domain account)
    2. Verfiy if you are able to connect as sysdba, open a sql prompt this way:
    sqlplus / as sysdba
    3. If you are able to connect, it means your authentication mechanism is properly working.
    4. Verify the contents of the alert.log associated with the instance, some error message there will bring light on this issue.
    Please feedback on the results of this initial troubleshooting procedure.
    ~ Madrid.

  • Ear Sir: Yesterday on 18.09.2014 evening, I wanted to install IOS 8.0 according to your instructions iPhone 5S.during installation Stopped working and was closd, I can not work with him. Ibought it in the United States Apple Store Fifth 40venue 767 N

    Dear Sir: Yesterday on 18.09.2014 evening, I wanted to install
    IOS 8.0 according to your instructions iPhone 5S.during installation
    Stopped working and was closd, I can not work with him. Ibought it in
    the United States
    Apple Store Fifth 40venue 767 New York NY1053
    iPhone 5s Spase Gray 32 gb verizon.
    Part Number: ME344ll / A.
    Serial number: DN*******NjM.
    Model A1533. I would like to request a new password for opening the
    iPhone.  Passwod..... Thank you very much,
    Im not difficult for you to request a quick answer.Israel.
    <Personal Information Edited By Host>

    We are fellow users here on these forums, you're not talking to iTunes Support nor Apple - it looks like somebody has asked the hosts to remove your personal info from your post (it's not a good idea to post any personal info on any public forum).
    What do you 'stopped working and was closed, I can not work with him' ? What exactly are you seeing on the phone's screen ?
    If it's the activation screen and you can't remember your password for your account then see if you can get it reset via http://iforgot.apple.com

  • NW04S SR1 installation stops in phase 26 - import MAXDB statistics

    Dear Forum,
    During the installation of Netweaver 2004S SR1 on a MS Windows Server 2003 64 bit environment, the installation stops in phase 26 - import MAXDB statistics.
    I looked in the XCMDOUT.LOG file and tried to recreate the index.
    I allready updated the database to 7.6.00.34 but this didn't help.
    Please do you have any suggestions,
    Robert Eijpe
    XCMDOUT.LOG
    Execute Command : d:\sapdb\programs\pgm\dbmcli.exe -n knowledge -d KP1 -u control,********
    Execute Session Command : sql_updatestat SAPKP1.*
    ERR
    -24988,ERR_SQL: SQL error
    -9407,System error: unexpected error
    9,Aborting statistics computation due to system error
    42,Error while collecting statistics for table 000000000000060a;  error bad_datapage
    Knldiag.err
    2006-12-06 22:10:47      0x418 ERR 20005 Kernel   Bad page - header and trailer not matching
    2006-12-06 22:10:47      0x418 ERR 20006 Kernel    +   Header [ 65499 - data - tab - checksumData - empty ]
    2006-12-06 22:10:47      0x418 ERR 20007 Kernel    +   Trailer[ 2097184 - data - nil - CHECKTYPE=32 - empty ]
    2006-12-06 22:10:47      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21930
    2006-12-06 22:10:47      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:47      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21924
    2006-12-06 22:10:47      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:47      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21928
    2006-12-06 22:10:48      0x418 ERR 20008 Data     Bad page - page type 'nil' is invalid
    2006-12-06 22:10:48      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21925
    2006-12-06 22:10:48      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:48      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21933
    2006-12-06 22:10:50      0x418 ERR 20005 Kernel   Bad page - header and trailer not matching
    2006-12-06 22:10:50      0x418 ERR 20006 Kernel    +   Header [ 65499 - data - tab - checksumData - empty ]
    2006-12-06 22:10:50      0x418 ERR 20007 Kernel    +   Trailer[ 2097184 - data - nil - CHECKTYPE=32 - empty ]
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21930
    2006-12-06 22:10:50      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21924
    2006-12-06 22:10:50      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21928
    2006-12-06 22:10:50      0x418 ERR 20008 Data     Bad page - page type 'nil' is invalid
    2006-12-06 22:10:50      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21925
    2006-12-06 22:10:51      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:51      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21933
    2006-12-06 22:10:52      0x418 ERR 20005 Kernel   Bad page - header and trailer not matching
    2006-12-06 22:10:52      0x418 ERR 20006 Kernel    +   Header [ 65499 - data - tab - checksumData - empty ]
    2006-12-06 22:10:52      0x418 ERR 20007 Kernel    +   Trailer[ 2097184 - data - nil - CHECKTYPE=32 - empty ]
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21930
    2006-12-06 22:10:52      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21924
    2006-12-06 22:10:52      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21928
    2006-12-06 22:10:52      0x418 ERR 20008 Data     Bad page - page type 'nil' is invalid
    2006-12-06 22:10:52      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21925
    2006-12-06 22:10:53      0x418 ERR 20008 Data     Bad page - page type 'UNDEF' is invalid
    2006-12-06 22:10:53      0x418 ERR 20026 IOMan    Bad page on data volume 1 blockno 21933
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 65499 (perm) read pageno 65499
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 65499 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 139935 (perm) read pageno 2097184
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 139935 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 95280 (perm) read pageno 140
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 95280 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:54      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 110320 (perm) read pageno 5439489
    2006-12-06 22:10:54      0x418 ERR 20020 Data     Bad data page 110320 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:55      0x418 ERR 20039 IOMan    Bad data page - Requested pageno 199662 (perm) read pageno 4522079
    2006-12-06 22:10:55      0x418 ERR 20020 Data     Bad data page 199662 belongs to root 108930 which is of filetype 'Table'
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0x418 ERR 53021 B*TREE   Bad File: 108930 (Root)
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90 ERR 51080 SYSERROR -9407 unexpected error
    2006-12-06 22:10:55      0xF90 ERR     9 Data     Aborting statistics computation due to system error
    2006-12-06 22:10:55      0xF90 ERR    42 SrvTasks  +   Error while collecting statistics for table 000000000000060a;  error bad_datapage
    2006-12-06 22:10:55      0xF90     19651 CONNECT  Connection released, T99

    Thanks Ashwath for your response, but because it was a new installation and I cannot restore the last good backup because i don't have one.
    I remove the installation a couple of times and reinstall the central installation but I got the same problem again. So I did a distributed installation and this was working well.
    with regards,
    Robert

  • Installation stops j2sdk-1_4_1_02-s1studio_ce-4u1-bin-linux.bin on DEBIAN

    Hi Guys,
    i wan't to install the sunone cobundle from the community edition on my Debian Linux System (Kernel 2.4.18)
    The installation stops after i execute the self-extraction file. What have i forgotten to install. There's no error description.
    Thx for you help.
    <snip>
    asterix:/usr/local/sunone4# ./j2sdk-1_4_1_02-s1studio_ce-4u1-bin-linux.bin
    InstallShield Wizard
    Initializing InstallShield Wizard...
    Preparing Java(tm) Virtual Machine...
    </snip>

    I get the same problem on Red Hat 8.0
    dt

  • Photoshop cs6 extended Installation stops at 45% continuously

    As it says...
    Photoshop cs6 extended Installation stops at 45% continuously.
    I have previuosly downloaded and started a trail some days ago...then uninstalled it...now wanting to reinstall it...doesn't work. Stops at 45% and the computer start laging
    Anyone knows how to help?

    Please run the Adobe Support Advisor - http://www.adobe.com/support/loganalyzer/ to review your installation log.

  • DB Cache installation stops at 96%

    Hi friends,
    DB Cache installation stops at 96%
    with error msg as
    Updating user list
    Adding users to the Cache
    Adding users to the cache failed
    Reason WTE-01592 Error Cache Not available
    Pl. Help me.It is urgent
    Thanx
    null

    I had the same problem on Linux version, but its not a big problem.
    - restart your web cache
    - open DBA Studio in mode stand alone:
    # oemconsole dbastudio
    Connect to your DB Cache, and re-synchronize your client list (I can't remmember well, but it is option in the menu tools).
    Best regards, Marcelo.

  • Photoshop elements 11 installation stops

    I got the following message and installation stops.
    "An error occurred during the installation of assembly component"
    "{97F81AF1-0E47-DC99-A01F-C8BeB9A1E18E}."
    "HRESULT: 0x80070005.
    my os is windows 7 pro 64bit sp1.
    Help me please.

    Thank you for very prompt reply for my question.
    I followed solution 1 to 3 on the page you suggested precisely, however it did not help me.
    I am having the same message for every attempt.
    Only changes so far are that I have become familiar with msconfig and regedit. In addition, my .net framework has been updated to the latest version in the process.
    Thank you, again.

  • Installation stops

    I try to re-install Lightroom after i removed it. But the installation stops @ 42%. I get this msg;
    Exit Code: 7 Please see specific errors below for troubleshooting.
    For example,  ERROR:   -------------------------------------- Summary -------------------------------------- 
    - 0 fatal error(s), 2 error(s)    ----------- Payload: Adobe Photoshop Lightroom 5 5.3.0.0 Adobe_Lightroom.msi_5.3 ----------- 
    ERROR: Install MSI payload failed with error: 1624 - Feil under bruk av transformeringer.
    Kontroller at de angitte transformeringsbanene er gyldige. MSI
    Error message:  ERROR: Third party payload installer Adobe_Lightroom.msi failed with exit code: 1624
    Yes, I have restarted the system before I tried to re-install....

    You need to remove your older Acrobat version BEFORE trying to install the newer one.
    Ken Friedman

  • Installation stops at 50% - says close Internet Explore to continue

    Installation stops at 50%
    Says close Internet Explorer to continue
    What do I do?

    Download the following file by right clicking and selecting "Save target as".
    Flash Player for ActiveX (Internet Explorer)
    Save ALL files to your Downloads folder - DO NOT RUN anything yet.
    Reboot your system.
    BEFORE opening anything else, go to your Downloads folder and run the ActiveX Installer.

Maybe you are looking for

  • How can you see a bigger contact picture not a circle

    can anybody tell me how to add a bigger picture contact not the circle one.

  • How to change shopping cart Buy Now button?

    Hello All, I've been racking my brain on this one and could really use some help! Check out the "BUY NOW" button on my website here: Themes For MuseHome How do I get rid of the grey/white color behind the text? (it's grey on one browser, white on ano

  • Wny does ACR 7.3 open a .JPG with different dimensions than PS 13.0.1 x64?

    I have a .jpg file that opens in Photoshop 13.0.1 x64 as an image with dimensions of 5588 x 4627 pixels. If I set Photoshop to open it in ACR 7.3 it opens with dimensions 4453 x 4418 with the image looking squished horizontally and cropped at the top

  • MIF Accent tag

    We have MIF documents created with pre-Unicode FrameMaker versions that contain text produced with an <Accent> tag. (For instance, .<Accent 52>, which represents ă). Some (or perhaps all) of these characters are not displaying in FM11. This could be

  • Newbie with cdrom problems

    After installing the OS from cdrom, I cannot access the cdrom. The /usr/sbin/vold process is running. I cannot find the cdrom drivers in my dev directories. Where do I go to figure out what to do next?