/build/static/layout/Breadcrumb_cap_w.png

Updating Java 6_30 to Java 7_17

Ive searched these boards up and down and have tried many different options offered here but just cannot get Java 7 update 17 to install while at the same time remove Java 6 Update 30.

Currently Im using this .bat

taskkill /F /IM iexplorer.exe
taskkill /F /IM iexplore.exe
taskkill /F /IM javaw.exe
taskkill /F /IM jqs.exe
taskkill /F /IM jusched.exe
MsiExec.exe /X{26A24AE4-039D-4CA4-87B4-2F83216033FF} /qn
taskkill /F /IM iexplorer.exe
taskkill /F /IM iexplore.exe
taskkill /F /IM javaw.exe
taskkill /F /IM jqs.exe
taskkill /F /IM jusched.exe
msiexec.exe /i jre1.7.0_17.msi /qn
exit

This does install Version 7 update 17 but it does not remove the old version 6 Update 30. Can anyone tell me what I am missing here?

Thanks in advance.

 


0 Comments   [ + ] Show comments

Answers (3)

Posted by: rileyz 11 years ago
Red Belt
0

Java is really bollocks, its not a real MSI. Its a EXE repacked into a MSI with custom actions. Have a look here, I had some issues as well: http://www.itninja.com/question/java-1-6u30

Would sugguest having a look with basic UI (/qb) on to see whats going.

 

Good luck, R.

Posted by: jagadeish 11 years ago
Red Belt
0

The above approach in a production environment is not recommondalble as it is terminating the generic processes like

jusched.exe
iexplore.exe
javaw.exe
jqs.exe

... To answer you question..

Did you try with the following command

Start /wait msiexec /x {26A24AE4-039D-4CA4-87B4-2F83216033FF} /qn


 


Comments:
  • Is this correct ProductCode of Java 6 Update 30 - jagadeish 11 years ago
Posted by: SnowLyric 11 years ago
Second Degree Brown Belt
0

Comments:
 
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