/build/static/layout/Breadcrumb_cap_w.png

Java 6 Standard Edition-Uninstall Issue(Urgent)

Hi ,

While uninstalling Java 6 Standard Edition silently it is showing "Java Setup-Close Application",it is becoz of jqs.exe(java quick start service) even I tried killing the exe..but it is not uninstalling.When I open Internet explorer and uninstall Java,I face this issue.It is asking for the User to check mark "Quit the appliactions listed"..only then complpete uninstallation happens.If anyone knows the solution to kill the exe in msi/mst please reply back...it is a bit urgent

0 Comments   [ + ] Show comments

Answers (6)

Posted by: anonymous_9363 15 years ago
Red Belt
1
I would never recommend deleting a CA. Rather, just apply an impossible-to-meet condition on its execution. I normally use '0=1' :)
Posted by: turbokitty 15 years ago
6th Degree Black Belt
0
A script that kills both JQS and IE should do the trick.
Posted by: Gary 15 years ago
Blue Belt
0
Hi

Use the script given below.I had packaged Java 6 a few days before and the script worked for me.

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colListOfServices = objWMIService.ExecQuery _
("Select * from Win32_Service Where Name = 'JavaQuickStarterService'")
For Each objService in colListOfServices
objService.StopService()
objService.Delete()
Next


regards,
Posted by: turbokitty 15 years ago
6th Degree Black Belt
0
Gary, in my testing, killing JQS was not enough. If IE was open, the uninstall would still pop the warning box.
Posted by: poojasri 15 years ago
Senior Yellow Belt
0
There is a custom action which is responsible for opening that window at the time of uninstallation."FileInUseDialog" is the custom action which is responsible so delete that custom action it will not check the opened things at the time of uninstallation
Posted by: nheim 15 years ago
10th Degree Black Belt
0
Hi folks,
right now, we use a log off first to make it rock solid.
But the way to go for the future, is to remove this stupid thing from the installation.
See: http://itninja.com/question/gnu,-freeware-and-shareware-programs-to-cloning1786
Regards, Nick
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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