Uninstall Java 6
I have a Windows 7 workstation and I am trying to uninstall Java 6 via the CMD line. In the registry there is an MSI /X uninstall command for this product. I have tried running this:
MsiExec.exe /X {26A24AE4-039D-4CA4-87B4-2F83216026FF} /norestart /qb-!
MsiExec.exe /X {26A24AE4-039D-4CA4-87B4-2F83216026FF} /norestart /qb-
MsiExec.exe /X {26A24AE4-039D-4CA4-87B4-2F83216026FF} /norestart /qb!
MsiExec.exe /X {26A24AE4-039D-4CA4-87B4-2F83216026FF} /norestart /q
It does NOT uninstall. java is still there. I've made sure IE is closed and in fact no apps are running. Why would this not work?
Answers (3)
Does it give a message that the application is not installed or anything? You may have several version of java installed.
Comments:
-
also try without the /norestart - GAKIS 12 years ago
-
or with REBOOT=R instead of /norestart - pjgeutjens 12 years ago