wmic /OUTPUT:<path\Logfile.log> product where "name like 'Java%'" call uninstall /nointeractive
is much easier. Just delete the Javasoft key(s) in HKLM and perhaps HKCU to fully uninstall and, if you've used a deloyment.config and a custom deployment.properties, delete them as well. -
Olaf S
11 years ago
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ
for my taste
wmic /OUTPUT:<path\Logfile.log> product where "name like 'Java%'" call uninstall /nointeractive
is much easier. Just delete the Javasoft key(s) in HKLM and perhaps HKCU to fully uninstall and, if you've used a deloyment.config and a custom deployment.properties, delete them as well. - Olaf S 11 years ago