Software⏱️ 3 min read📅 2026-06-15

How to Fix error 1602 Error – java installers and uninstallers return error 1602

Error 1602 occurs during Java installation, possibly due to registry entry or UAC issue.

Quick Answer: Try running the installer as administrator and checking for any remaining registry entries that may be blocking the MSI installer.

Java 6 uninstaller and Java 7 installer return error 1602, which can be frustrating for users trying to upgrade or remove older versions of Java. This issue may occur due to various reasons such as corrupted installation files, registry entries, or UAC settings.

This guide aims to help you troubleshoot and resolve the error 1602 issue with Java uninstallers and installers, providing you with step-by-step solutions to successfully remove and install Java.

🛑 Root Causes of the Error

  • The primary cause of error 1602 is a corrupted installation file or registry entry that prevents the MSI installer from running correctly. This can occur due to various reasons such as incomplete uninstallation, faulty system files, or conflicting software installations.
  • Another possible reason for error 1602 is UAC (User Account Control) settings issues, although this seems unlikely given that UAC appears to be working fine in your case.

🚀 How to Resolve This Issue

Using Revouninstaller and manual registry cleanup

  1. Step 1: Firstly, use Revouninstaller to remove the old Java installation. This will help ensure that all remaining files are removed and prevent any conflicts with the new installation.
  2. Step 2: After using Revouninstaller, manually clean up the registry by deleting any remaining entries related to Java 6 or Java 7. You can use tools like Regedit or third-party registry cleaners to achieve this.
  3. Step 3: Once you've completed the manual registry cleanup, restart your system and try running the offline installer for Java 7 again.

Using System File Checker (SFC) and Windows Installer

  1. Step 1: Run the System File Checker (SFC) tool to scan your system files and replace any corrupted or damaged ones. This can help resolve issues with the MSI installer.
  2. Step 2: After running SFC, try reinstalling Java 7 using the offline installer. If you're still facing issues, proceed with the next steps.

✨ Wrapping Up

To successfully remove and install Java, follow one of the above methods. In most cases, removing old files and registry entries manually will resolve the error 1602 issue. If you're still experiencing problems, consider seeking further assistance from Microsoft support or a professional IT technician.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions