Quantcast
Channel: Wsus Package Publisher
Viewing all articles
Browse latest Browse all 3825

New Post: Java 1.8.45 update error

$
0
0
I try to deploy java 1.8.45 package on our network. I made a custom package (details bellow). The installation is failed with the error code 80070643 and event id 20 on Our Windows 7 test mashine. Do anyone have any idea, that how I can fix it?

Downloaded the offline Java installer (jre-8u45-windows-i586) from the link: https://java.com/en/download/windows_offline.jsp
At the first splashscreen copied the file from the folder: c:\Users...\AppData\LocalLow\Sun\Java\jre1.8.0_45\
Based on the document (Installing Java 7u21 Without Java Auto Updater.pdf) I’ve made a custom package with the deails bellow:
From the tools/msi reader menu saved the product code: {26A24AE4-039D-4CA4-87B4-2F83218045F0}
Create an int variable „ReturnCode”
Add a ‘Service Element’, to stop JavaQuickStarterService
Add an ‘Executable Element’: jre1.8.0_45.msi parameter: /i jre1.8.0_40.msi /quiet /norestart AUTOUPDATECHECK=0 WEB_JAVA=1 JAVAUPDATE=0 JU=0 ReturnCode
Add a ‘Pause Element’ 30s
Add an ‘Executable Element’: %windir%\System32\msiexec.exe parameter: /x {4A03706F-666A-4037-7777-5F2748764D10} /qn /norestart
Add a ‘Pause Element’ 30s
Add a ‘Service Element’, to stop JavaQuickStarterService
Add a ‘Service Element’, to ChangeStartingMode JavaQuickStarterService: disabled
Add a ‘Return Code Element’ ReturnCode
Added the jre1.8.0_45.msi file
filled out the vendor, etc
add a MSI rule with product code 26A24AE4-039D-4CA4-87B4-2F83218045F0 and check the „delete rules at …..” next.
add a MSI rule with product code 26A24AE4-039D-4CA4-87B4-2F83218045F0 with Check the ‘Reverse Rule’ and check the „delete rules at …..”

Viewing all articles
Browse latest Browse all 3825

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>