Silent Java Uninstall hangs
I'm trying to remove all versions of Java using a VBScript I've written.
I'm seeing an issue sometimes where
msiexec /X {GUID} /silent /norestart
is just sitting there and not progressing. I've seen it with v1.8 Update 74 for example.
The cause is that MsiExec.exe is launching Javaws.exe which is launching JP2Launcher.exe.
If I kill the latter process, the uninstall continues.
At the moment I'm using an asynchronous WMI notification query to kill this process if it is started.
Has anyone else seen this phenomenon and know the underlying cause? Thanks!
4 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
Make sure to kill any java related process before you start the uninstall.
iexplore, MicrosoftEdge, Firefox, jusched, java, javaws, jp2launcher, jqs, etc.. - Desktop Jockey 7 years ago
https://gyazo.com/fc388197cc22724d6d5be4a3fef32ccb - cantoris 7 years ago