Java Setup Problem
#61
Posted 22 January 2011 - 12:14 PM
Register to Remove
#62
Posted 22 January 2011 - 02:03 PM
The batch file in the initial post does not work under Windows XP in some instances.
The help you have been given is free. If you have been happy with our help please consider donating to support this forum.
If you would like to say thanks for the help I have given you please View My Profile and Leave a Comment.
Your encouragement is welcome.
#63
Posted 09 February 2011 - 06:59 PM
Thank You! Thank You! This fix really made my day and it worked perfectly. You are a gifted man. I have never joined a tech group site before but I felt that you should be applauded for providing this help. Keep up the good work man. Szam 02/09/11 (Windows XP sp3)If you have been having problems with Java, and you have followed some of the instructions on the forums you may find that you no longer can get Java to install because of an error.
When you attempt to run the java installer file you receive the message:
When you click Yes to the above question you receive the error:This software has already been installed on your computer. Would you like to reinstall it?
This problem is caused because the Windows Installer information for a previous installation of Java has been removed or damaged, but the related registry keys are still present causing the Java installer to think it is already installed.This action is only valid for products that are currently installed.
This problem can be caused if you used the "Windows Installer Cleanup Utility" to remove the Java entries without first uninstalling Java properly.
To fix this problem you must remove the two places in the registry that the Java installer looks at in order to determine if it is already installed. By removing these entries, the Java installer will begin a new installation instead of attempting to repair the old corrupt installation.
Updated Jan. 22, 2011 -- Created an automatic fix in executable form.
Please download and run this automated tool to fix the Java MSI problem on all versions of windows: JavaMSIFix
NOTE: The batch file method listed below no longer works on Windows XP in many circumstances due to a limitation in command line parameters supported by Windows XP.
Updated Feb. 26th, 2010 -- Created a universal fix for all versions of Java 6
*** Please use the automated executable listed above instead of this batch file. ***
This problem is confirmed in Windows XP, Windows Vista, and Windows 7.
Because the registry keys that need to be removed are different for each version of Java, I have created a batch file you can download to find and remove the entries automatically.
Here's how to fix Java:
- If you are able, uninstall all previous versions of Java in add/remove programs in your control panel.
- Next, you may download the current version of Java here: http://java.com/en/download/manual.jsp
I recommend that you use the offline installer version.- Now, download the fix:
Open the fixjava.zip file, extract and run the file fixjava.bat . If you are using Windows Vista, or Windows 7 you must right-click the fixjava.bat file and choose "Run As Administrator". If you do not see the run as administrator option, drag the fixjava.bat file to your desktop and then try to run as administrator from there.
The batch file will run briefly without confirmation.- You may now install Java without any errors about it already being installed.
The contents of the batch file are listed below:
reg query hklm\software\classes\installer\products /f "java(tm) 6" /s | find "HKEY_LOCAL_MACHINE" > deljava.txt for /f "tokens=* delims= " %%a in (deljava.txt) do reg delete %%a /f del deljava.txt reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment" /f reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\wow6432node\JavaSoft\Java Runtime Environment" /f
This fix will work on Windows XP under certain cirumstances, Windows Vista, and Windows 7 for both 32-bit and 64-bit versions of the Java 6 runtime environment.
If you have any further issues please post a reply in this thread.
#64
Posted 13 February 2011 - 11:54 PM
The help you have been given is free. If you have been happy with our help please consider donating to support this forum.
If you would like to say thanks for the help I have given you please View My Profile and Leave a Comment.
Your encouragement is welcome.
#65
Posted 21 February 2011 - 06:31 PM
#66
Posted 23 February 2011 - 10:25 AM
Edited by appleoddity, 23 February 2011 - 10:26 AM.
The help you have been given is free. If you have been happy with our help please consider donating to support this forum.
If you would like to say thanks for the help I have given you please View My Profile and Leave a Comment.
Your encouragement is welcome.
#67
Posted 03 March 2011 - 04:05 PM
#68
Posted 03 March 2011 - 06:29 PM
The help you have been given is free. If you have been happy with our help please consider donating to support this forum.
If you would like to say thanks for the help I have given you please View My Profile and Leave a Comment.
Your encouragement is welcome.
#69
Posted 03 March 2011 - 09:59 PM
#70
Posted 03 March 2011 - 10:22 PM
The help you have been given is free. If you have been happy with our help please consider donating to support this forum.
If you would like to say thanks for the help I have given you please View My Profile and Leave a Comment.
Your encouragement is welcome.
Register to Remove
#71
Posted 05 March 2011 - 11:04 PM
#72
Posted 06 March 2011 - 12:04 AM
The help you have been given is free. If you have been happy with our help please consider donating to support this forum.
If you would like to say thanks for the help I have given you please View My Profile and Leave a Comment.
Your encouragement is welcome.
#73
Posted 06 March 2011 - 12:43 PM
#74
Posted 06 March 2011 - 01:14 PM
The help you have been given is free. If you have been happy with our help please consider donating to support this forum.
If you would like to say thanks for the help I have given you please View My Profile and Leave a Comment.
Your encouragement is welcome.
#75
Posted 09 March 2011 - 11:50 AM
A little history first.
Recently, I had an issue with installing the most current version of java (24). I decided to try and uninstall it using Revo Uninstaller with the option to search the registry for any remaining entries and delete. Revo (for those not familiar) uses the programs uninstaller first, then gives you the option to scan for remaining registry entries to delete. I did that, but upon the initial part of the uninstall process, I had a message pop up " Internal error 2753: regutils.dll". It did continue to let me scan the registry for further entries and I did and let it delete old registry entries it found. All appeared fine and I thought the uninstall was a success. At least I thought as Java no longer showed up in program listings in add/remove programs.
When I tried to reinstall the current version of java(24) I get a message "You already have the current version of java do you want to reinstall (Y/N). When I select Yes it basically goes on to repeat itself and I never do get to the install process.
I learned of the Javamsfix program from someone on the Majorgeeks forum. I downloaded it and ran it but came up with yet another Unknown error (# 87) see screen shot below.
Any ideas what this error is and how I can fix what appears to be remnants of an old install that can't be removed through a normal uninstall?
Would appreciate any help you could give me on this. thanks
2 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
-
Google (1)