Home › Forums › Product Support › JavaRa Support › /UNINSTALLALL /SILENT
Tagged: administrator, enterprise, group, policy, silent, uninstall
- This topic has 25 replies, 4 voices, and was last updated 11 years, 6 months ago by Anonymous.
-
AuthorPosts
-
May 20, 2013 at 5:59 pm #8720Shane GowlandKeymaster
Compiled versions of the ‘development’ branch can be downloaded here: https://github.com/SingularLabs/JavaRa/tree/development/binaries
May 21, 2013 at 2:27 am #8722AnonymousInactivemy bad, sorry for the miscommunication.
Regards,
RichMay 22, 2013 at 2:29 am #8724AnonymousInactiveI like to start by saying that javara is a great tool, and you guys have been quite helpful in removing pesky older java versions(/silent).
Assuming I download JavaRa-master2, extract it to the root of c:\
and run these commands c:\javara-master\obj\debug>javara.exe /uninstallall /silent
It successfully removes most of the java versions that are equipped on our systems, but has difficulty with jre-6u7. Any advice on why, and if this is truly the case and not an error on my part what are your suggestions?
I have also used /purge and /clean commands and I believe it successfully removes the reg keys but the java directory still remains.
Thanks in advance.
May 22, 2013 at 3:21 am #8725AnonymousInactiveJavara operates by parsing a definition file that is populated with the locations of java registry settings, and directories, etc. If the appropriate directories are not in the definition file it will not be deleted. Also if the directory is open when its run it will not be able delete it, as it will be considered in use. I would recommend using a taskkill /f /im “program” for each java related program, as well as internet explorer before running javara. Also if you run the deployment say in SCCM and specify that nobody is logged on during the uninstall that might work better as well. If you let users know, you could even put a shutdown /l in there to ensure they are logged off. As far as the registry setting for that specific version.. I could not say. perhaps some reg settings didn’t make it into the definition. You can also do use msizap T {progid} to get rid of any remnants left behind.
Each one is different, unfortunately. Javara is not yet the perfect solution, but so far it’s better than anything Oracle has put out.
Regards,
RichMay 22, 2013 at 6:05 am #8726AnonymousInactiveHello again,
I apologize in advance, but I am in a learning process. If I understand you correctly the definition file your referring to is JavaRa-master\obj\Debug\JavaRa.def
If so, here are the keys that refer to java jre 6u7.
[key]HKLM\System\ControlSet001\Control\Session Manager\Environment\|C:\Program Files\Java\jre1.6.0_07\lib\ext\QTJava.zip
[key]HKLM\System\ControlSet003\Control\Session Manager\Environment\|C:\Program Files\Java\jre1.6.0_07\lib\ext\QTJava.zip
[key]HKLM\System\CurrentControlSet\Control\Session Manager\Environment\|C:\Program Files\Java\jre1.6.0_07\lib\ext\QTJava.zip
[key]HKLM\SOFTWARE\Classes\Installer\Products\{4F4A3A23297B6D117AA8000B0D610001}\SourceList\|C:\Program Files\Java\jre1.6.0_07\lib\ext\QTJava.zip
[key]HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\|C:\Program Files\Java\jre1.6.0_07\Now I compared these keys with java jre 7u10, which I had success using the silent uninstall.
[key]HKLM\System\ControlSet001\Control\Session Manager\Environment\|C:\Program Files\Java\jre1.7.0_10\lib\ext\QTJava.zip
[key]HKLM\System\ControlSet003\Control\Session Manager\Environment\|C:\Program Files\Java\jre1.7.0_10\lib\ext\QTJava.zip
[key]HKLM\System\CurrentControlSet\Control\Session Manager\Environment\|C:\Program Files\Java\jre1.7.0_10\lib\ext\QTJava.zip
[key]HKLM\SOFTWARE\Classes\Installer\Products\{4F4A3A23297B6D117AA8000B0D610001}\SourceList\|C:\Program Files\Java\jre1.7.0_10\lib\ext\QTJava.zip
[key]HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\|C:\Program Files\Java\jre1.7.0_10\As you can see, they are the same except for the java version. Now, anything under jre 6u7 I have not had any success with the silent uninstall command (tried 6 different versions).
I believe what you mentioned previously of updating the definition file is the way to go in solving this problem. But what to add to the list I’m not sure, but the hint that we have is from the correlation that 6u7 and under don’t work.
I hope you guys can shed some light on this. Thank you for your time and your advice.
May 24, 2013 at 2:15 am #8767AnonymousInactiveany help would be greatly appreciated!
-
AuthorPosts
- You must be logged in to reply to this topic.