Re: [wpkg-users] Java hanging on install

2010-05-26 Thread Daniel Dehennin
Daniel Dehennin writes: > Hello, Hello, > I have problem with the Java installation, it hangs indefinitely. I'm using bat script to avoid pain-to-read XML packages, my problem seems to come from my preinstallation with the removal of all the previous versions: msiexec /qn /norestart /x {7148F

Re: [wpkg-users] Java hanging on install

2010-05-26 Thread Haillant David
Daniel Dehennin a écrit : I'm using bat script to avoid pain-to-read XML packages, my problem seems to come from my preinstallation with the removal of all the previous versions: msiexec /qn /norestart /x {7148F0A8-6813-11D6-A77B-00B0D0142000} [...] msiexec /qn /norestart /x {26A24AE4-039D-4CA4-

Re: [wpkg-users] Java hanging on install

2010-05-26 Thread Troy Hamilton
On Tue, Apr 27, 2010 at 7:13 AM, Daniel Dehennin wrote: > Marc Hennes writes: > > > Try to kill jqs.exe as first command. That worked for me. > > I do like on the wiki: > > net STOP JavaQuickStarterService 2> NUL > NUL > Daniel, I had the exact same problem until I explicitly killed jqs.exe be

Re: [wpkg-users] Java hanging on install

2010-05-26 Thread Daniel Dehennin
Troy Hamilton writes: > Daniel, > > I had the exact same problem until I explicitly killed jqs.exe before > trying to uninstall the old versions. Like Marc suggested, this is > the first command that I run: > > taskkill /f /im jqs.exe /im iexplore.exe /im firefox.exe WPKG client is run when the

Re: [wpkg-users] Java hanging on install

2010-05-26 Thread Andrew Struiksma
I found the attached script (uninstall_java.cmd) which seems to do a good job of uninstalling all previous versions of Java in a more efficient way. I modified it a bit so I could more easily reuse if for other apps such as Adobe Reader (uninstall_reader.cmd). Andrew -Original Message